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