public static final class WorkbookFunctionsRank_AvgParameterSet.WorkbookFunctionsRank_AvgParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gson.JsonElement |
number
The number parameter value
|
protected com.google.gson.JsonElement |
order
The order parameter value
|
protected com.google.gson.JsonElement |
ref
The ref parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookFunctionsRank_AvgParameterSetBuilder()
Instanciates a new WorkbookFunctionsRank_AvgParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsRank_AvgParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsRank_AvgParameterSet.WorkbookFunctionsRank_AvgParameterSetBuilder |
withNumber(com.google.gson.JsonElement val)
Sets the Number
|
WorkbookFunctionsRank_AvgParameterSet.WorkbookFunctionsRank_AvgParameterSetBuilder |
withOrder(com.google.gson.JsonElement val)
Sets the Order
|
WorkbookFunctionsRank_AvgParameterSet.WorkbookFunctionsRank_AvgParameterSetBuilder |
withRef(com.google.gson.JsonElement val)
Sets the Ref
|
@Nullable protected com.google.gson.JsonElement number
@Nullable protected com.google.gson.JsonElement ref
@Nullable protected com.google.gson.JsonElement order
@Nullable protected WorkbookFunctionsRank_AvgParameterSetBuilder()
@Nonnull public WorkbookFunctionsRank_AvgParameterSet.WorkbookFunctionsRank_AvgParameterSetBuilder withNumber(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsRank_AvgParameterSet.WorkbookFunctionsRank_AvgParameterSetBuilder withRef(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsRank_AvgParameterSet.WorkbookFunctionsRank_AvgParameterSetBuilder withOrder(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsRank_AvgParameterSet build()