public static final class WorkbookFunctionsTimeParameterSet.WorkbookFunctionsTimeParameterSetBuilder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected com.google.gson.JsonElement |
hour
The hour parameter value
|
protected com.google.gson.JsonElement |
minute
The minute parameter value
|
protected com.google.gson.JsonElement |
second
The second parameter value
|
Modifier | Constructor and Description |
---|---|
protected |
WorkbookFunctionsTimeParameterSetBuilder()
Instanciates a new WorkbookFunctionsTimeParameterSetBuilder
|
Modifier and Type | Method and Description |
---|---|
WorkbookFunctionsTimeParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsTimeParameterSet.WorkbookFunctionsTimeParameterSetBuilder |
withHour(com.google.gson.JsonElement val)
Sets the Hour
|
WorkbookFunctionsTimeParameterSet.WorkbookFunctionsTimeParameterSetBuilder |
withMinute(com.google.gson.JsonElement val)
Sets the Minute
|
WorkbookFunctionsTimeParameterSet.WorkbookFunctionsTimeParameterSetBuilder |
withSecond(com.google.gson.JsonElement val)
Sets the Second
|
@Nullable protected com.google.gson.JsonElement hour
@Nullable protected com.google.gson.JsonElement minute
@Nullable protected com.google.gson.JsonElement second
@Nullable protected WorkbookFunctionsTimeParameterSetBuilder()
@Nonnull public WorkbookFunctionsTimeParameterSet.WorkbookFunctionsTimeParameterSetBuilder withHour(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsTimeParameterSet.WorkbookFunctionsTimeParameterSetBuilder withMinute(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsTimeParameterSet.WorkbookFunctionsTimeParameterSetBuilder withSecond(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsTimeParameterSet build()