public static final class WorkbookFunctionsMatchParameterSet.WorkbookFunctionsMatchParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gson.JsonElement |
lookupArray
The lookupArray parameter value
|
protected com.google.gson.JsonElement |
lookupValue
The lookupValue parameter value
|
protected com.google.gson.JsonElement |
matchType
The matchType parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookFunctionsMatchParameterSetBuilder()
Instanciates a new WorkbookFunctionsMatchParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsMatchParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsMatchParameterSet.WorkbookFunctionsMatchParameterSetBuilder |
withLookupArray(com.google.gson.JsonElement val)
Sets the LookupArray
|
WorkbookFunctionsMatchParameterSet.WorkbookFunctionsMatchParameterSetBuilder |
withLookupValue(com.google.gson.JsonElement val)
Sets the LookupValue
|
WorkbookFunctionsMatchParameterSet.WorkbookFunctionsMatchParameterSetBuilder |
withMatchType(com.google.gson.JsonElement val)
Sets the MatchType
|
@Nullable protected com.google.gson.JsonElement lookupValue
@Nullable protected com.google.gson.JsonElement lookupArray
@Nullable protected com.google.gson.JsonElement matchType
@Nullable protected WorkbookFunctionsMatchParameterSetBuilder()
@Nonnull public WorkbookFunctionsMatchParameterSet.WorkbookFunctionsMatchParameterSetBuilder withLookupValue(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsMatchParameterSet.WorkbookFunctionsMatchParameterSetBuilder withLookupArray(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsMatchParameterSet.WorkbookFunctionsMatchParameterSetBuilder withMatchType(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsMatchParameterSet build()