public static final class WorkbookFunctionsTrimMeanParameterSet.WorkbookFunctionsTrimMeanParameterSetBuilder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected com.google.gson.JsonElement |
array
The array parameter value
|
protected com.google.gson.JsonElement |
percent
The percent parameter value
|
Modifier | Constructor and Description |
---|---|
protected |
WorkbookFunctionsTrimMeanParameterSetBuilder()
Instanciates a new WorkbookFunctionsTrimMeanParameterSetBuilder
|
Modifier and Type | Method and Description |
---|---|
WorkbookFunctionsTrimMeanParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsTrimMeanParameterSet.WorkbookFunctionsTrimMeanParameterSetBuilder |
withArray(com.google.gson.JsonElement val)
Sets the Array
|
WorkbookFunctionsTrimMeanParameterSet.WorkbookFunctionsTrimMeanParameterSetBuilder |
withPercent(com.google.gson.JsonElement val)
Sets the Percent
|
@Nullable protected com.google.gson.JsonElement array
@Nullable protected com.google.gson.JsonElement percent
@Nullable protected WorkbookFunctionsTrimMeanParameterSetBuilder()
@Nonnull public WorkbookFunctionsTrimMeanParameterSet.WorkbookFunctionsTrimMeanParameterSetBuilder withArray(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsTrimMeanParameterSet.WorkbookFunctionsTrimMeanParameterSetBuilder withPercent(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsTrimMeanParameterSet build()