public static final class WorkbookFunctionsLookupParameterSet.WorkbookFunctionsLookupParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gson.JsonElement |
lookupValue
The lookupValue parameter value
|
protected com.google.gson.JsonElement |
lookupVector
The lookupVector parameter value
|
protected com.google.gson.JsonElement |
resultVector
The resultVector parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookFunctionsLookupParameterSetBuilder()
Instanciates a new WorkbookFunctionsLookupParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsLookupParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsLookupParameterSet.WorkbookFunctionsLookupParameterSetBuilder |
withLookupValue(com.google.gson.JsonElement val)
Sets the LookupValue
|
WorkbookFunctionsLookupParameterSet.WorkbookFunctionsLookupParameterSetBuilder |
withLookupVector(com.google.gson.JsonElement val)
Sets the LookupVector
|
WorkbookFunctionsLookupParameterSet.WorkbookFunctionsLookupParameterSetBuilder |
withResultVector(com.google.gson.JsonElement val)
Sets the ResultVector
|
@Nullable protected com.google.gson.JsonElement lookupValue
@Nullable protected com.google.gson.JsonElement lookupVector
@Nullable protected com.google.gson.JsonElement resultVector
@Nullable protected WorkbookFunctionsLookupParameterSetBuilder()
@Nonnull public WorkbookFunctionsLookupParameterSet.WorkbookFunctionsLookupParameterSetBuilder withLookupValue(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsLookupParameterSet.WorkbookFunctionsLookupParameterSetBuilder withLookupVector(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsLookupParameterSet.WorkbookFunctionsLookupParameterSetBuilder withResultVector(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsLookupParameterSet build()