Package com.microsoft.graph.models
Class WorkbookFunctionsBinom_InvParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsBinom_InvParameterSet
The class for the Workbook Functions Binom_Inv Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsBinom_InvParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElementThe alpha.com.google.gson.JsonElementThe probability S.com.google.gson.JsonElementThe trials. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsBinom_InvParameterSetprotectedWorkbookFunctionsBinom_InvParameterSet(WorkbookFunctionsBinom_InvParameterSet.WorkbookFunctionsBinom_InvParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsBinom_InvParameterSet -
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
-
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. -
alpha
@SerializedName(value="alpha", alternate="Alpha") @Expose @Nullable public com.google.gson.JsonElement alphaThe alpha.
-
-
Constructor Details
-
WorkbookFunctionsBinom_InvParameterSet
public WorkbookFunctionsBinom_InvParameterSet()Instiaciates a new WorkbookFunctionsBinom_InvParameterSet -
WorkbookFunctionsBinom_InvParameterSet
protected WorkbookFunctionsBinom_InvParameterSet(@Nonnull WorkbookFunctionsBinom_InvParameterSet.WorkbookFunctionsBinom_InvParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsBinom_InvParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsBinom_InvParameterSet.WorkbookFunctionsBinom_InvParameterSetBuilder 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
-