Package com.microsoft.graph.models
Class WorkbookFunctionsVar_PParameterSet.WorkbookFunctionsVar_PParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsVar_PParameterSet.WorkbookFunctionsVar_PParameterSetBuilder
- Enclosing class:
WorkbookFunctionsVar_PParameterSet
public static final class WorkbookFunctionsVar_PParameterSet.WorkbookFunctionsVar_PParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsVar_PParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElement
The values parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsVar_PParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithValues
(com.google.gson.JsonElement val) Sets the Values
-
Field Details
-
values
@Nullable protected com.google.gson.JsonElement valuesThe values parameter value
-
-
Constructor Details
-
WorkbookFunctionsVar_PParameterSetBuilder
@Nullable protected WorkbookFunctionsVar_PParameterSetBuilder()Instanciates a new WorkbookFunctionsVar_PParameterSetBuilder
-
-
Method Details
-
withValues
@Nonnull public WorkbookFunctionsVar_PParameterSet.WorkbookFunctionsVar_PParameterSetBuilder 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
-