Package com.microsoft.graph.models
Class WorkbookFunctionsVlookupParameterSet.WorkbookFunctionsVlookupParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsVlookupParameterSet.WorkbookFunctionsVlookupParameterSetBuilder
- Enclosing class:
WorkbookFunctionsVlookupParameterSet
public static final class WorkbookFunctionsVlookupParameterSet.WorkbookFunctionsVlookupParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsVlookupParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe colIndexNum parameter valueprotected com.google.gson.JsonElementThe lookupValue parameter valueprotected com.google.gson.JsonElementThe rangeLookup parameter valueprotected com.google.gson.JsonElementThe tableArray parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsVlookupParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithColIndexNum(com.google.gson.JsonElement val) Sets the ColIndexNumwithLookupValue(com.google.gson.JsonElement val) Sets the LookupValuewithRangeLookup(com.google.gson.JsonElement val) Sets the RangeLookupwithTableArray(com.google.gson.JsonElement val) Sets the TableArray
-
Field Details
-
lookupValue
@Nullable protected com.google.gson.JsonElement lookupValueThe lookupValue parameter value -
tableArray
@Nullable protected com.google.gson.JsonElement tableArrayThe tableArray parameter value -
colIndexNum
@Nullable protected com.google.gson.JsonElement colIndexNumThe colIndexNum parameter value -
rangeLookup
@Nullable protected com.google.gson.JsonElement rangeLookupThe rangeLookup parameter value
-
-
Constructor Details
-
WorkbookFunctionsVlookupParameterSetBuilder
@Nullable protected WorkbookFunctionsVlookupParameterSetBuilder()Instanciates a new WorkbookFunctionsVlookupParameterSetBuilder
-
-
Method Details
-
withLookupValue
@Nonnull public WorkbookFunctionsVlookupParameterSet.WorkbookFunctionsVlookupParameterSetBuilder withLookupValue(@Nullable com.google.gson.JsonElement val) Sets the LookupValue- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withTableArray
@Nonnull public WorkbookFunctionsVlookupParameterSet.WorkbookFunctionsVlookupParameterSetBuilder withTableArray(@Nullable com.google.gson.JsonElement val) Sets the TableArray- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withColIndexNum
@Nonnull public WorkbookFunctionsVlookupParameterSet.WorkbookFunctionsVlookupParameterSetBuilder withColIndexNum(@Nullable com.google.gson.JsonElement val) Sets the ColIndexNum- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withRangeLookup
@Nonnull public WorkbookFunctionsVlookupParameterSet.WorkbookFunctionsVlookupParameterSetBuilder withRangeLookup(@Nullable com.google.gson.JsonElement val) Sets the RangeLookup- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-