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