public static final class WorkbookFunctionsAccrIntMParameterSet.WorkbookFunctionsAccrIntMParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gson.JsonElement |
basis
The basis parameter value
|
protected com.google.gson.JsonElement |
issue
The issue parameter value
|
protected com.google.gson.JsonElement |
par
The par parameter value
|
protected com.google.gson.JsonElement |
rate
The rate parameter value
|
protected com.google.gson.JsonElement |
settlement
The settlement parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookFunctionsAccrIntMParameterSetBuilder()
Instanciates a new WorkbookFunctionsAccrIntMParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsAccrIntMParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsAccrIntMParameterSet.WorkbookFunctionsAccrIntMParameterSetBuilder |
withBasis(com.google.gson.JsonElement val)
Sets the Basis
|
WorkbookFunctionsAccrIntMParameterSet.WorkbookFunctionsAccrIntMParameterSetBuilder |
withIssue(com.google.gson.JsonElement val)
Sets the Issue
|
WorkbookFunctionsAccrIntMParameterSet.WorkbookFunctionsAccrIntMParameterSetBuilder |
withPar(com.google.gson.JsonElement val)
Sets the Par
|
WorkbookFunctionsAccrIntMParameterSet.WorkbookFunctionsAccrIntMParameterSetBuilder |
withRate(com.google.gson.JsonElement val)
Sets the Rate
|
WorkbookFunctionsAccrIntMParameterSet.WorkbookFunctionsAccrIntMParameterSetBuilder |
withSettlement(com.google.gson.JsonElement val)
Sets the Settlement
|
@Nullable protected com.google.gson.JsonElement issue
@Nullable protected com.google.gson.JsonElement settlement
@Nullable protected com.google.gson.JsonElement rate
@Nullable protected com.google.gson.JsonElement par
@Nullable protected com.google.gson.JsonElement basis
@Nullable protected WorkbookFunctionsAccrIntMParameterSetBuilder()
@Nonnull public WorkbookFunctionsAccrIntMParameterSet.WorkbookFunctionsAccrIntMParameterSetBuilder withIssue(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsAccrIntMParameterSet.WorkbookFunctionsAccrIntMParameterSetBuilder withSettlement(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsAccrIntMParameterSet.WorkbookFunctionsAccrIntMParameterSetBuilder withRate(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsAccrIntMParameterSet.WorkbookFunctionsAccrIntMParameterSetBuilder withPar(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsAccrIntMParameterSet.WorkbookFunctionsAccrIntMParameterSetBuilder withBasis(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsAccrIntMParameterSet build()