Package com.microsoft.graph.models
Class WorkbookFunctionsNorm_S_DistParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsNorm_S_DistParameterSet
The class for the Workbook Functions Norm_S_Dist Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsNorm_S_DistParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElement
The cumulative.com.google.gson.JsonElement
The z. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsNorm_S_DistParameterSetprotected
WorkbookFunctionsNorm_S_DistParameterSet
(WorkbookFunctionsNorm_S_DistParameterSet.WorkbookFunctionsNorm_S_DistParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsNorm_S_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
-
z
@SerializedName(value="z", alternate="Z") @Expose @Nullable public com.google.gson.JsonElement zThe z. -
cumulative
@SerializedName(value="cumulative", alternate="Cumulative") @Expose @Nullable public com.google.gson.JsonElement cumulativeThe cumulative.
-
-
Constructor Details
-
WorkbookFunctionsNorm_S_DistParameterSet
public WorkbookFunctionsNorm_S_DistParameterSet()Instiaciates a new WorkbookFunctionsNorm_S_DistParameterSet -
WorkbookFunctionsNorm_S_DistParameterSet
protected WorkbookFunctionsNorm_S_DistParameterSet(@Nonnull WorkbookFunctionsNorm_S_DistParameterSet.WorkbookFunctionsNorm_S_DistParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsNorm_S_DistParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsNorm_S_DistParameterSet.WorkbookFunctionsNorm_S_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
-