Package com.microsoft.graph.models
Class WorkbookFunctionsConfidence_NormParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsConfidence_NormParameterSet
The class for the Workbook Functions Confidence_Norm Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsConfidence_NormParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElement
The alpha.com.google.gson.JsonElement
The size.com.google.gson.JsonElement
The standard Dev. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsConfidence_NormParameterSetprotected
WorkbookFunctionsConfidence_NormParameterSet
(WorkbookFunctionsConfidence_NormParameterSet.WorkbookFunctionsConfidence_NormParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsConfidence_NormParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>
Gets the functions options from the properties that have been setstatic WorkbookFunctionsConfidence_NormParameterSet.WorkbookFunctionsConfidence_NormParameterSetBuilder
Gets a new builder for the body
-
Field Details
-
alpha
@SerializedName(value="alpha", alternate="Alpha") @Expose @Nullable public com.google.gson.JsonElement alphaThe alpha. -
standardDev
@SerializedName(value="standardDev", alternate="StandardDev") @Expose @Nullable public com.google.gson.JsonElement standardDevThe standard Dev. -
size
@SerializedName(value="size", alternate="Size") @Expose @Nullable public com.google.gson.JsonElement sizeThe size.
-
-
Constructor Details
-
WorkbookFunctionsConfidence_NormParameterSet
public WorkbookFunctionsConfidence_NormParameterSet()Instiaciates a new WorkbookFunctionsConfidence_NormParameterSet -
WorkbookFunctionsConfidence_NormParameterSet
protected WorkbookFunctionsConfidence_NormParameterSet(@Nonnull WorkbookFunctionsConfidence_NormParameterSet.WorkbookFunctionsConfidence_NormParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsConfidence_NormParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsConfidence_NormParameterSet.WorkbookFunctionsConfidence_NormParameterSetBuilder 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
-