Package com.microsoft.graph.models
Class WorkbookFunctionsHlookupParameterSet.WorkbookFunctionsHlookupParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsHlookupParameterSet.WorkbookFunctionsHlookupParameterSetBuilder
- Enclosing class:
WorkbookFunctionsHlookupParameterSet
public static final class WorkbookFunctionsHlookupParameterSet.WorkbookFunctionsHlookupParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsHlookupParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe lookupValue parameter valueprotected com.google.gson.JsonElementThe rangeLookup parameter valueprotected com.google.gson.JsonElementThe rowIndexNum parameter valueprotected com.google.gson.JsonElementThe tableArray parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsHlookupParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithLookupValue(com.google.gson.JsonElement val) Sets the LookupValuewithRangeLookup(com.google.gson.JsonElement val) Sets the RangeLookupwithRowIndexNum(com.google.gson.JsonElement val) Sets the RowIndexNumwithTableArray(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 -
rowIndexNum
@Nullable protected com.google.gson.JsonElement rowIndexNumThe rowIndexNum parameter value -
rangeLookup
@Nullable protected com.google.gson.JsonElement rangeLookupThe rangeLookup parameter value
-
-
Constructor Details
-
WorkbookFunctionsHlookupParameterSetBuilder
@Nullable protected WorkbookFunctionsHlookupParameterSetBuilder()Instanciates a new WorkbookFunctionsHlookupParameterSetBuilder
-
-
Method Details
-
withLookupValue
@Nonnull public WorkbookFunctionsHlookupParameterSet.WorkbookFunctionsHlookupParameterSetBuilder 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 WorkbookFunctionsHlookupParameterSet.WorkbookFunctionsHlookupParameterSetBuilder withTableArray(@Nullable com.google.gson.JsonElement val) Sets the TableArray- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withRowIndexNum
@Nonnull public WorkbookFunctionsHlookupParameterSet.WorkbookFunctionsHlookupParameterSetBuilder withRowIndexNum(@Nullable com.google.gson.JsonElement val) Sets the RowIndexNum- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withRangeLookup
@Nonnull public WorkbookFunctionsHlookupParameterSet.WorkbookFunctionsHlookupParameterSetBuilder 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
-