public static final class WorkbookFunctionsWeekdayParameterSet.WorkbookFunctionsWeekdayParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gson.JsonElement |
returnType
The returnType parameter value
|
protected com.google.gson.JsonElement |
serialNumber
The serialNumber parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookFunctionsWeekdayParameterSetBuilder()
Instanciates a new WorkbookFunctionsWeekdayParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsWeekdayParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsWeekdayParameterSet.WorkbookFunctionsWeekdayParameterSetBuilder |
withReturnType(com.google.gson.JsonElement val)
Sets the ReturnType
|
WorkbookFunctionsWeekdayParameterSet.WorkbookFunctionsWeekdayParameterSetBuilder |
withSerialNumber(com.google.gson.JsonElement val)
Sets the SerialNumber
|
@Nullable protected com.google.gson.JsonElement serialNumber
@Nullable protected com.google.gson.JsonElement returnType
@Nullable protected WorkbookFunctionsWeekdayParameterSetBuilder()
@Nonnull public WorkbookFunctionsWeekdayParameterSet.WorkbookFunctionsWeekdayParameterSetBuilder withSerialNumber(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsWeekdayParameterSet.WorkbookFunctionsWeekdayParameterSetBuilder withReturnType(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsWeekdayParameterSet build()