Package com.microsoft.graph.models
Class WorkbookFunctionsNorm_DistParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsNorm_DistParameterSet
The class for the Workbook Functions Norm_Dist Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsNorm_DistParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElementThe cumulative.com.google.gson.JsonElementThe mean.com.google.gson.JsonElementThe standard Dev.com.google.gson.JsonElementThe x. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsNorm_DistParameterSetprotectedWorkbookFunctionsNorm_DistParameterSet(WorkbookFunctionsNorm_DistParameterSet.WorkbookFunctionsNorm_DistParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsNorm_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. -
mean
@SerializedName(value="mean", alternate="Mean") @Expose @Nullable public com.google.gson.JsonElement meanThe mean. -
standardDev
@SerializedName(value="standardDev", alternate="StandardDev") @Expose @Nullable public com.google.gson.JsonElement standardDevThe standard Dev. -
cumulative
@SerializedName(value="cumulative", alternate="Cumulative") @Expose @Nullable public com.google.gson.JsonElement cumulativeThe cumulative.
-
-
Constructor Details
-
WorkbookFunctionsNorm_DistParameterSet
public WorkbookFunctionsNorm_DistParameterSet()Instiaciates a new WorkbookFunctionsNorm_DistParameterSet -
WorkbookFunctionsNorm_DistParameterSet
protected WorkbookFunctionsNorm_DistParameterSet(@Nonnull WorkbookFunctionsNorm_DistParameterSet.WorkbookFunctionsNorm_DistParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsNorm_DistParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsNorm_DistParameterSet.WorkbookFunctionsNorm_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
-