public static final class WorkbookFunctionsPercentRank_ExcParameterSet.WorkbookFunctionsPercentRank_ExcParameterSetBuilder
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 |
significance
The significance parameter value
|
protected com.google.gson.JsonElement |
x
The x parameter value
|
Modifier | Constructor and Description |
---|---|
protected |
WorkbookFunctionsPercentRank_ExcParameterSetBuilder()
Instanciates a new WorkbookFunctionsPercentRank_ExcParameterSetBuilder
|
Modifier and Type | Method and Description |
---|---|
WorkbookFunctionsPercentRank_ExcParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsPercentRank_ExcParameterSet.WorkbookFunctionsPercentRank_ExcParameterSetBuilder |
withArray(com.google.gson.JsonElement val)
Sets the Array
|
WorkbookFunctionsPercentRank_ExcParameterSet.WorkbookFunctionsPercentRank_ExcParameterSetBuilder |
withSignificance(com.google.gson.JsonElement val)
Sets the Significance
|
WorkbookFunctionsPercentRank_ExcParameterSet.WorkbookFunctionsPercentRank_ExcParameterSetBuilder |
withX(com.google.gson.JsonElement val)
Sets the X
|
@Nullable protected com.google.gson.JsonElement array
@Nullable protected com.google.gson.JsonElement x
@Nullable protected com.google.gson.JsonElement significance
@Nullable protected WorkbookFunctionsPercentRank_ExcParameterSetBuilder()
@Nonnull public WorkbookFunctionsPercentRank_ExcParameterSet.WorkbookFunctionsPercentRank_ExcParameterSetBuilder withArray(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsPercentRank_ExcParameterSet.WorkbookFunctionsPercentRank_ExcParameterSetBuilder withX(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsPercentRank_ExcParameterSet.WorkbookFunctionsPercentRank_ExcParameterSetBuilder withSignificance(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsPercentRank_ExcParameterSet build()