Package com.microsoft.graph.models
Class WorkbookFunctionsLookupParameterSet.WorkbookFunctionsLookupParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsLookupParameterSet.WorkbookFunctionsLookupParameterSetBuilder
- Enclosing class:
WorkbookFunctionsLookupParameterSet
public static final class WorkbookFunctionsLookupParameterSet.WorkbookFunctionsLookupParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsLookupParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe lookupValue parameter valueprotected com.google.gson.JsonElementThe lookupVector parameter valueprotected com.google.gson.JsonElementThe resultVector parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsLookupParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithLookupValue(com.google.gson.JsonElement val) Sets the LookupValuewithLookupVector(com.google.gson.JsonElement val) Sets the LookupVectorwithResultVector(com.google.gson.JsonElement val) Sets the ResultVector
-
Field Details
-
lookupValue
@Nullable protected com.google.gson.JsonElement lookupValueThe lookupValue parameter value -
lookupVector
@Nullable protected com.google.gson.JsonElement lookupVectorThe lookupVector parameter value -
resultVector
@Nullable protected com.google.gson.JsonElement resultVectorThe resultVector parameter value
-
-
Constructor Details
-
WorkbookFunctionsLookupParameterSetBuilder
@Nullable protected WorkbookFunctionsLookupParameterSetBuilder()Instanciates a new WorkbookFunctionsLookupParameterSetBuilder
-
-
Method Details
-
withLookupValue
@Nonnull public WorkbookFunctionsLookupParameterSet.WorkbookFunctionsLookupParameterSetBuilder withLookupValue(@Nullable com.google.gson.JsonElement val) Sets the LookupValue- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withLookupVector
@Nonnull public WorkbookFunctionsLookupParameterSet.WorkbookFunctionsLookupParameterSetBuilder withLookupVector(@Nullable com.google.gson.JsonElement val) Sets the LookupVector- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withResultVector
@Nonnull public WorkbookFunctionsLookupParameterSet.WorkbookFunctionsLookupParameterSetBuilder withResultVector(@Nullable com.google.gson.JsonElement val) Sets the ResultVector- 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
-