Package com.microsoft.graph.models
Class WorkbookFunctionsGamma_DistParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsGamma_DistParameterSet
The class for the Workbook Functions Gamma_Dist Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsGamma_DistParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElementThe alpha.com.google.gson.JsonElementThe beta.com.google.gson.JsonElementThe cumulative.com.google.gson.JsonElementThe x. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsGamma_DistParameterSetprotectedWorkbookFunctionsGamma_DistParameterSet(WorkbookFunctionsGamma_DistParameterSet.WorkbookFunctionsGamma_DistParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsGamma_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
-
x
@SerializedName(value="x", alternate="X") @Expose @Nullable public com.google.gson.JsonElement xThe x. -
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. -
cumulative
@SerializedName(value="cumulative", alternate="Cumulative") @Expose @Nullable public com.google.gson.JsonElement cumulativeThe cumulative.
-
-
Constructor Details
-
WorkbookFunctionsGamma_DistParameterSet
public WorkbookFunctionsGamma_DistParameterSet()Instiaciates a new WorkbookFunctionsGamma_DistParameterSet -
WorkbookFunctionsGamma_DistParameterSet
protected WorkbookFunctionsGamma_DistParameterSet(@Nonnull WorkbookFunctionsGamma_DistParameterSet.WorkbookFunctionsGamma_DistParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsGamma_DistParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsGamma_DistParameterSet.WorkbookFunctionsGamma_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
-