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