Package com.microsoft.graph.models
Class WorkbookFunctionsChooseParameterSet.WorkbookFunctionsChooseParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsChooseParameterSet.WorkbookFunctionsChooseParameterSetBuilder
- Enclosing class:
WorkbookFunctionsChooseParameterSet
public static final class WorkbookFunctionsChooseParameterSet.WorkbookFunctionsChooseParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsChooseParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsChooseParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithIndexNum
(com.google.gson.JsonElement val) Sets the IndexNumwithValues
(com.google.gson.JsonElement val) Sets the Values
-
Field Details
-
indexNum
@Nullable protected com.google.gson.JsonElement indexNumThe indexNum parameter value -
values
@Nullable protected com.google.gson.JsonElement valuesThe values parameter value
-
-
Constructor Details
-
WorkbookFunctionsChooseParameterSetBuilder
@Nullable protected WorkbookFunctionsChooseParameterSetBuilder()Instanciates a new WorkbookFunctionsChooseParameterSetBuilder
-
-
Method Details
-
withIndexNum
@Nonnull public WorkbookFunctionsChooseParameterSet.WorkbookFunctionsChooseParameterSetBuilder withIndexNum(@Nullable com.google.gson.JsonElement val) Sets the IndexNum- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withValues
@Nonnull public WorkbookFunctionsChooseParameterSet.WorkbookFunctionsChooseParameterSetBuilder withValues(@Nullable com.google.gson.JsonElement val) Sets the Values- 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
-