Package com.microsoft.graph.models
Class WorkbookFunctionsIsFormulaParameterSet.WorkbookFunctionsIsFormulaParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsIsFormulaParameterSet.WorkbookFunctionsIsFormulaParameterSetBuilder
- Enclosing class:
WorkbookFunctionsIsFormulaParameterSet
public static final class WorkbookFunctionsIsFormulaParameterSet.WorkbookFunctionsIsFormulaParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsIsFormulaParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElement
The reference parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsIsFormulaParameterSetBuilder -
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
-
WorkbookFunctionsIsFormulaParameterSetBuilder
@Nullable protected WorkbookFunctionsIsFormulaParameterSetBuilder()Instanciates a new WorkbookFunctionsIsFormulaParameterSetBuilder
-
-
Method Details
-
withReference
@Nonnull public WorkbookFunctionsIsFormulaParameterSet.WorkbookFunctionsIsFormulaParameterSetBuilder 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
-