public static final class WorkbookFunctionsVlookupParameterSet.WorkbookFunctionsVlookupParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gson.JsonElement |
colIndexNum
The colIndexNum parameter value
|
protected com.google.gson.JsonElement |
lookupValue
The lookupValue parameter value
|
protected com.google.gson.JsonElement |
rangeLookup
The rangeLookup parameter value
|
protected com.google.gson.JsonElement |
tableArray
The tableArray parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookFunctionsVlookupParameterSetBuilder()
Instanciates a new WorkbookFunctionsVlookupParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsVlookupParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsVlookupParameterSet.WorkbookFunctionsVlookupParameterSetBuilder |
withColIndexNum(com.google.gson.JsonElement val)
Sets the ColIndexNum
|
WorkbookFunctionsVlookupParameterSet.WorkbookFunctionsVlookupParameterSetBuilder |
withLookupValue(com.google.gson.JsonElement val)
Sets the LookupValue
|
WorkbookFunctionsVlookupParameterSet.WorkbookFunctionsVlookupParameterSetBuilder |
withRangeLookup(com.google.gson.JsonElement val)
Sets the RangeLookup
|
WorkbookFunctionsVlookupParameterSet.WorkbookFunctionsVlookupParameterSetBuilder |
withTableArray(com.google.gson.JsonElement val)
Sets the TableArray
|
@Nullable protected com.google.gson.JsonElement lookupValue
@Nullable protected com.google.gson.JsonElement tableArray
@Nullable protected com.google.gson.JsonElement colIndexNum
@Nullable protected com.google.gson.JsonElement rangeLookup
@Nullable protected WorkbookFunctionsVlookupParameterSetBuilder()
@Nonnull public WorkbookFunctionsVlookupParameterSet.WorkbookFunctionsVlookupParameterSetBuilder withLookupValue(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsVlookupParameterSet.WorkbookFunctionsVlookupParameterSetBuilder withTableArray(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsVlookupParameterSet.WorkbookFunctionsVlookupParameterSetBuilder withColIndexNum(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsVlookupParameterSet.WorkbookFunctionsVlookupParameterSetBuilder withRangeLookup(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsVlookupParameterSet build()