Package com.microsoft.graph.models
Class WorkbookFunctionsLogNorm_DistParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsLogNorm_DistParameterSet
The class for the Workbook Functions Log Norm_Dist Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsLogNorm_DistParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElement
The cumulative.com.google.gson.JsonElement
The mean.com.google.gson.JsonElement
The standard Dev.com.google.gson.JsonElement
The x. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsLogNorm_DistParameterSetprotected
WorkbookFunctionsLogNorm_DistParameterSet
(WorkbookFunctionsLogNorm_DistParameterSet.WorkbookFunctionsLogNorm_DistParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsLogNorm_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
-
WorkbookFunctionsLogNorm_DistParameterSet
public WorkbookFunctionsLogNorm_DistParameterSet()Instiaciates a new WorkbookFunctionsLogNorm_DistParameterSet -
WorkbookFunctionsLogNorm_DistParameterSet
protected WorkbookFunctionsLogNorm_DistParameterSet(@Nonnull WorkbookFunctionsLogNorm_DistParameterSet.WorkbookFunctionsLogNorm_DistParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsLogNorm_DistParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsLogNorm_DistParameterSet.WorkbookFunctionsLogNorm_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
-