public static final class WorkbookFunctionsXirrParameterSet.WorkbookFunctionsXirrParameterSetBuilder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected com.google.gson.JsonElement |
dates
The dates parameter value
|
protected com.google.gson.JsonElement |
guess
The guess parameter value
|
protected com.google.gson.JsonElement |
values
The values parameter value
|
Modifier | Constructor and Description |
---|---|
protected |
WorkbookFunctionsXirrParameterSetBuilder()
Instanciates a new WorkbookFunctionsXirrParameterSetBuilder
|
Modifier and Type | Method and Description |
---|---|
WorkbookFunctionsXirrParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsXirrParameterSet.WorkbookFunctionsXirrParameterSetBuilder |
withDates(com.google.gson.JsonElement val)
Sets the Dates
|
WorkbookFunctionsXirrParameterSet.WorkbookFunctionsXirrParameterSetBuilder |
withGuess(com.google.gson.JsonElement val)
Sets the Guess
|
WorkbookFunctionsXirrParameterSet.WorkbookFunctionsXirrParameterSetBuilder |
withValues(com.google.gson.JsonElement val)
Sets the Values
|
@Nullable protected com.google.gson.JsonElement values
@Nullable protected com.google.gson.JsonElement dates
@Nullable protected com.google.gson.JsonElement guess
@Nullable protected WorkbookFunctionsXirrParameterSetBuilder()
@Nonnull public WorkbookFunctionsXirrParameterSet.WorkbookFunctionsXirrParameterSetBuilder withValues(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsXirrParameterSet.WorkbookFunctionsXirrParameterSetBuilder withDates(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsXirrParameterSet.WorkbookFunctionsXirrParameterSetBuilder withGuess(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsXirrParameterSet build()