Package com.microsoft.graph.models
Class WorkbookFunctionsNorm_InvParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsNorm_InvParameterSet
The class for the Workbook Functions Norm_Inv Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsNorm_InvParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElement
The mean.com.google.gson.JsonElement
The probability.com.google.gson.JsonElement
The standard Dev. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsNorm_InvParameterSetprotected
WorkbookFunctionsNorm_InvParameterSet
(WorkbookFunctionsNorm_InvParameterSet.WorkbookFunctionsNorm_InvParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsNorm_InvParameterSet -
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
-
probability
@SerializedName(value="probability", alternate="Probability") @Expose @Nullable public com.google.gson.JsonElement probabilityThe probability. -
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.
-
-
Constructor Details
-
WorkbookFunctionsNorm_InvParameterSet
public WorkbookFunctionsNorm_InvParameterSet()Instiaciates a new WorkbookFunctionsNorm_InvParameterSet -
WorkbookFunctionsNorm_InvParameterSet
protected WorkbookFunctionsNorm_InvParameterSet(@Nonnull WorkbookFunctionsNorm_InvParameterSet.WorkbookFunctionsNorm_InvParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsNorm_InvParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsNorm_InvParameterSet.WorkbookFunctionsNorm_InvParameterSetBuilder 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
-