public static final class WorkbookFunctionsStandardizeParameterSet.WorkbookFunctionsStandardizeParameterSetBuilder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected com.google.gson.JsonElement |
mean
The mean parameter value
|
protected com.google.gson.JsonElement |
standardDev
The standardDev parameter value
|
protected com.google.gson.JsonElement |
x
The x parameter value
|
Modifier | Constructor and Description |
---|---|
protected |
WorkbookFunctionsStandardizeParameterSetBuilder()
Instanciates a new WorkbookFunctionsStandardizeParameterSetBuilder
|
Modifier and Type | Method and Description |
---|---|
WorkbookFunctionsStandardizeParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsStandardizeParameterSet.WorkbookFunctionsStandardizeParameterSetBuilder |
withMean(com.google.gson.JsonElement val)
Sets the Mean
|
WorkbookFunctionsStandardizeParameterSet.WorkbookFunctionsStandardizeParameterSetBuilder |
withStandardDev(com.google.gson.JsonElement val)
Sets the StandardDev
|
WorkbookFunctionsStandardizeParameterSet.WorkbookFunctionsStandardizeParameterSetBuilder |
withX(com.google.gson.JsonElement val)
Sets the X
|
@Nullable protected com.google.gson.JsonElement x
@Nullable protected com.google.gson.JsonElement mean
@Nullable protected com.google.gson.JsonElement standardDev
@Nullable protected WorkbookFunctionsStandardizeParameterSetBuilder()
@Nonnull public WorkbookFunctionsStandardizeParameterSet.WorkbookFunctionsStandardizeParameterSetBuilder withX(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsStandardizeParameterSet.WorkbookFunctionsStandardizeParameterSetBuilder withMean(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsStandardizeParameterSet.WorkbookFunctionsStandardizeParameterSetBuilder withStandardDev(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsStandardizeParameterSet build()