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