Package com.microsoft.graph.models
Class WorkbookFunctionsStandardizeParameterSet.WorkbookFunctionsStandardizeParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsStandardizeParameterSet.WorkbookFunctionsStandardizeParameterSetBuilder
- Enclosing class:
- WorkbookFunctionsStandardizeParameterSet
public static final class WorkbookFunctionsStandardizeParameterSet.WorkbookFunctionsStandardizeParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsStandardizeParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElement
The mean parameter valueprotected com.google.gson.JsonElement
The standardDev parameter valueprotected com.google.gson.JsonElement
The x parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsStandardizeParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithMean
(com.google.gson.JsonElement val) Sets the MeanwithStandardDev
(com.google.gson.JsonElement val) Sets the StandardDevwithX
(com.google.gson.JsonElement val) Sets the X
-
Field Details
-
x
@Nullable protected com.google.gson.JsonElement xThe x parameter value -
mean
@Nullable protected com.google.gson.JsonElement meanThe mean parameter value -
standardDev
@Nullable protected com.google.gson.JsonElement standardDevThe standardDev parameter value
-
-
Constructor Details
-
WorkbookFunctionsStandardizeParameterSetBuilder
@Nullable protected WorkbookFunctionsStandardizeParameterSetBuilder()Instanciates a new WorkbookFunctionsStandardizeParameterSetBuilder
-
-
Method Details
-
withX
@Nonnull public WorkbookFunctionsStandardizeParameterSet.WorkbookFunctionsStandardizeParameterSetBuilder withX(@Nullable com.google.gson.JsonElement val) Sets the X- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withMean
@Nonnull public WorkbookFunctionsStandardizeParameterSet.WorkbookFunctionsStandardizeParameterSetBuilder withMean(@Nullable com.google.gson.JsonElement val) Sets the Mean- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withStandardDev
@Nonnull public WorkbookFunctionsStandardizeParameterSet.WorkbookFunctionsStandardizeParameterSetBuilder withStandardDev(@Nullable com.google.gson.JsonElement val) Sets the StandardDev- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-