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