public static final class WorkbookFunctionsDdbParameterSet.WorkbookFunctionsDdbParameterSetBuilder
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 |
factor
The factor parameter value
|
protected com.google.gson.JsonElement |
life
The life 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 |
WorkbookFunctionsDdbParameterSetBuilder()
Instanciates a new WorkbookFunctionsDdbParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsDdbParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsDdbParameterSet.WorkbookFunctionsDdbParameterSetBuilder |
withCost(com.google.gson.JsonElement val)
Sets the Cost
|
WorkbookFunctionsDdbParameterSet.WorkbookFunctionsDdbParameterSetBuilder |
withFactor(com.google.gson.JsonElement val)
Sets the Factor
|
WorkbookFunctionsDdbParameterSet.WorkbookFunctionsDdbParameterSetBuilder |
withLife(com.google.gson.JsonElement val)
Sets the Life
|
WorkbookFunctionsDdbParameterSet.WorkbookFunctionsDdbParameterSetBuilder |
withPeriod(com.google.gson.JsonElement val)
Sets the Period
|
WorkbookFunctionsDdbParameterSet.WorkbookFunctionsDdbParameterSetBuilder |
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 factor
@Nullable protected WorkbookFunctionsDdbParameterSetBuilder()
@Nonnull public WorkbookFunctionsDdbParameterSet.WorkbookFunctionsDdbParameterSetBuilder withCost(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsDdbParameterSet.WorkbookFunctionsDdbParameterSetBuilder withSalvage(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsDdbParameterSet.WorkbookFunctionsDdbParameterSetBuilder withLife(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsDdbParameterSet.WorkbookFunctionsDdbParameterSetBuilder withPeriod(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsDdbParameterSet.WorkbookFunctionsDdbParameterSetBuilder withFactor(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsDdbParameterSet build()