Package com.microsoft.graph.models
Class WorkbookFunctionsBinom_Dist_RangeParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsBinom_Dist_RangeParameterSet
The class for the Workbook Functions Binom_Dist_Range Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsBinom_Dist_RangeParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElementThe number S.com.google.gson.JsonElementThe number S2.com.google.gson.JsonElementThe probability S.com.google.gson.JsonElementThe trials. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsBinom_Dist_RangeParameterSetprotectedWorkbookFunctionsBinom_Dist_RangeParameterSet(WorkbookFunctionsBinom_Dist_RangeParameterSet.WorkbookFunctionsBinom_Dist_RangeParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsBinom_Dist_RangeParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>Gets the functions options from the properties that have been setstatic WorkbookFunctionsBinom_Dist_RangeParameterSet.WorkbookFunctionsBinom_Dist_RangeParameterSetBuilderGets a new builder for the body
-
Field Details
-
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. -
numberS
@SerializedName(value="numberS", alternate="NumberS") @Expose @Nullable public com.google.gson.JsonElement numberSThe number S. -
numberS2
@SerializedName(value="numberS2", alternate="NumberS2") @Expose @Nullable public com.google.gson.JsonElement numberS2The number S2.
-
-
Constructor Details
-
WorkbookFunctionsBinom_Dist_RangeParameterSet
public WorkbookFunctionsBinom_Dist_RangeParameterSet()Instiaciates a new WorkbookFunctionsBinom_Dist_RangeParameterSet -
WorkbookFunctionsBinom_Dist_RangeParameterSet
protected WorkbookFunctionsBinom_Dist_RangeParameterSet(@Nonnull WorkbookFunctionsBinom_Dist_RangeParameterSet.WorkbookFunctionsBinom_Dist_RangeParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsBinom_Dist_RangeParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsBinom_Dist_RangeParameterSet.WorkbookFunctionsBinom_Dist_RangeParameterSetBuilder 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
-