Package com.microsoft.graph.models
Class WorkbookFunctionsBinom_DistParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsBinom_DistParameterSet
The class for the Workbook Functions Binom_Dist Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsBinom_DistParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElement
The cumulative.com.google.gson.JsonElement
The number S.com.google.gson.JsonElement
The probability S.com.google.gson.JsonElement
The trials. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsBinom_DistParameterSetprotected
WorkbookFunctionsBinom_DistParameterSet
(WorkbookFunctionsBinom_DistParameterSet.WorkbookFunctionsBinom_DistParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsBinom_DistParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>
Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
numberS
@SerializedName(value="numberS", alternate="NumberS") @Expose @Nullable public com.google.gson.JsonElement numberSThe number S. -
trials
@SerializedName(value="trials", alternate="Trials") @Expose @Nullable public com.google.gson.JsonElement trialsThe trials. -
probabilityS
@SerializedName(value="probabilityS", alternate="ProbabilityS") @Expose @Nullable public com.google.gson.JsonElement probabilitySThe probability S. -
cumulative
@SerializedName(value="cumulative", alternate="Cumulative") @Expose @Nullable public com.google.gson.JsonElement cumulativeThe cumulative.
-
-
Constructor Details
-
WorkbookFunctionsBinom_DistParameterSet
public WorkbookFunctionsBinom_DistParameterSet()Instiaciates a new WorkbookFunctionsBinom_DistParameterSet -
WorkbookFunctionsBinom_DistParameterSet
protected WorkbookFunctionsBinom_DistParameterSet(@Nonnull WorkbookFunctionsBinom_DistParameterSet.WorkbookFunctionsBinom_DistParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsBinom_DistParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsBinom_DistParameterSet.WorkbookFunctionsBinom_DistParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-