public static final class WorkbookFunctionsDbParameterSet.WorkbookFunctionsDbParameterSetBuilder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected com.google.gson.JsonElement |
cost
The cost parameter value
|
protected com.google.gson.JsonElement |
life
The life parameter value
|
protected com.google.gson.JsonElement |
month
The month parameter value
|
protected com.google.gson.JsonElement |
period
The period parameter value
|
protected com.google.gson.JsonElement |
salvage
The salvage parameter value
|
Modifier | Constructor and Description |
---|---|
protected |
WorkbookFunctionsDbParameterSetBuilder()
Instanciates a new WorkbookFunctionsDbParameterSetBuilder
|
Modifier and Type | Method and Description |
---|---|
WorkbookFunctionsDbParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsDbParameterSet.WorkbookFunctionsDbParameterSetBuilder |
withCost(com.google.gson.JsonElement val)
Sets the Cost
|
WorkbookFunctionsDbParameterSet.WorkbookFunctionsDbParameterSetBuilder |
withLife(com.google.gson.JsonElement val)
Sets the Life
|
WorkbookFunctionsDbParameterSet.WorkbookFunctionsDbParameterSetBuilder |
withMonth(com.google.gson.JsonElement val)
Sets the Month
|
WorkbookFunctionsDbParameterSet.WorkbookFunctionsDbParameterSetBuilder |
withPeriod(com.google.gson.JsonElement val)
Sets the Period
|
WorkbookFunctionsDbParameterSet.WorkbookFunctionsDbParameterSetBuilder |
withSalvage(com.google.gson.JsonElement val)
Sets the Salvage
|
@Nullable protected com.google.gson.JsonElement cost
@Nullable protected com.google.gson.JsonElement salvage
@Nullable protected com.google.gson.JsonElement life
@Nullable protected com.google.gson.JsonElement period
@Nullable protected com.google.gson.JsonElement month
@Nullable protected WorkbookFunctionsDbParameterSetBuilder()
@Nonnull public WorkbookFunctionsDbParameterSet.WorkbookFunctionsDbParameterSetBuilder withCost(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsDbParameterSet.WorkbookFunctionsDbParameterSetBuilder withSalvage(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsDbParameterSet.WorkbookFunctionsDbParameterSetBuilder withLife(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsDbParameterSet.WorkbookFunctionsDbParameterSetBuilder withPeriod(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsDbParameterSet.WorkbookFunctionsDbParameterSetBuilder withMonth(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsDbParameterSet build()