public static final class WorkbookFunctionsPercentRank_IncParameterSet.WorkbookFunctionsPercentRank_IncParameterSetBuilder
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_IncParameterSetBuilder()
Instanciates a new WorkbookFunctionsPercentRank_IncParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsPercentRank_IncParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsPercentRank_IncParameterSet.WorkbookFunctionsPercentRank_IncParameterSetBuilder |
withArray(com.google.gson.JsonElement val)
Sets the Array
|
WorkbookFunctionsPercentRank_IncParameterSet.WorkbookFunctionsPercentRank_IncParameterSetBuilder |
withSignificance(com.google.gson.JsonElement val)
Sets the Significance
|
WorkbookFunctionsPercentRank_IncParameterSet.WorkbookFunctionsPercentRank_IncParameterSetBuilder |
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_IncParameterSetBuilder()
@Nonnull public WorkbookFunctionsPercentRank_IncParameterSet.WorkbookFunctionsPercentRank_IncParameterSetBuilder withArray(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsPercentRank_IncParameterSet.WorkbookFunctionsPercentRank_IncParameterSetBuilder withX(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsPercentRank_IncParameterSet.WorkbookFunctionsPercentRank_IncParameterSetBuilder withSignificance(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsPercentRank_IncParameterSet build()