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