public static final class WorkbookFunctionsFvscheduleParameterSet.WorkbookFunctionsFvscheduleParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gson.JsonElement |
principal
The principal parameter value
|
protected com.google.gson.JsonElement |
schedule
The schedule parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookFunctionsFvscheduleParameterSetBuilder()
Instanciates a new WorkbookFunctionsFvscheduleParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsFvscheduleParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsFvscheduleParameterSet.WorkbookFunctionsFvscheduleParameterSetBuilder |
withPrincipal(com.google.gson.JsonElement val)
Sets the Principal
|
WorkbookFunctionsFvscheduleParameterSet.WorkbookFunctionsFvscheduleParameterSetBuilder |
withSchedule(com.google.gson.JsonElement val)
Sets the Schedule
|
@Nullable protected com.google.gson.JsonElement principal
@Nullable protected com.google.gson.JsonElement schedule
@Nullable protected WorkbookFunctionsFvscheduleParameterSetBuilder()
@Nonnull public WorkbookFunctionsFvscheduleParameterSet.WorkbookFunctionsFvscheduleParameterSetBuilder withPrincipal(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsFvscheduleParameterSet.WorkbookFunctionsFvscheduleParameterSetBuilder withSchedule(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsFvscheduleParameterSet build()