Package com.microsoft.graph.models
Class WorkbookFunctionsBeta_DistParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsBeta_DistParameterSet
The class for the Workbook Functions Beta_Dist Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsBeta_DistParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsBeta_DistParameterSetprotected
WorkbookFunctionsBeta_DistParameterSet
(WorkbookFunctionsBeta_DistParameterSet.WorkbookFunctionsBeta_DistParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsBeta_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. -
a
@SerializedName(value="a", alternate="A") @Expose @Nullable public com.google.gson.JsonElement aThe a. -
b
@SerializedName(value="b", alternate="B") @Expose @Nullable public com.google.gson.JsonElement bThe b.
-
-
Constructor Details
-
WorkbookFunctionsBeta_DistParameterSet
public WorkbookFunctionsBeta_DistParameterSet()Instiaciates a new WorkbookFunctionsBeta_DistParameterSet -
WorkbookFunctionsBeta_DistParameterSet
protected WorkbookFunctionsBeta_DistParameterSet(@Nonnull WorkbookFunctionsBeta_DistParameterSet.WorkbookFunctionsBeta_DistParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsBeta_DistParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsBeta_DistParameterSet.WorkbookFunctionsBeta_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
-