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