Package com.microsoft.graph.models
Class WorkbookFunctionsMatchParameterSet.WorkbookFunctionsMatchParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsMatchParameterSet.WorkbookFunctionsMatchParameterSetBuilder
- Enclosing class:
- WorkbookFunctionsMatchParameterSet
public static final class WorkbookFunctionsMatchParameterSet.WorkbookFunctionsMatchParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsMatchParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElement
The lookupArray parameter valueprotected com.google.gson.JsonElement
The lookupValue parameter valueprotected com.google.gson.JsonElement
The matchType parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsMatchParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithLookupArray
(com.google.gson.JsonElement val) Sets the LookupArraywithLookupValue
(com.google.gson.JsonElement val) Sets the LookupValuewithMatchType
(com.google.gson.JsonElement val) Sets the MatchType
-
Field Details
-
lookupValue
@Nullable protected com.google.gson.JsonElement lookupValueThe lookupValue parameter value -
lookupArray
@Nullable protected com.google.gson.JsonElement lookupArrayThe lookupArray parameter value -
matchType
@Nullable protected com.google.gson.JsonElement matchTypeThe matchType parameter value
-
-
Constructor Details
-
WorkbookFunctionsMatchParameterSetBuilder
@Nullable protected WorkbookFunctionsMatchParameterSetBuilder()Instanciates a new WorkbookFunctionsMatchParameterSetBuilder
-
-
Method Details
-
withLookupValue
@Nonnull public WorkbookFunctionsMatchParameterSet.WorkbookFunctionsMatchParameterSetBuilder withLookupValue(@Nullable com.google.gson.JsonElement val) Sets the LookupValue- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withLookupArray
@Nonnull public WorkbookFunctionsMatchParameterSet.WorkbookFunctionsMatchParameterSetBuilder withLookupArray(@Nullable com.google.gson.JsonElement val) Sets the LookupArray- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withMatchType
@Nonnull public WorkbookFunctionsMatchParameterSet.WorkbookFunctionsMatchParameterSetBuilder withMatchType(@Nullable com.google.gson.JsonElement val) Sets the MatchType- 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
-