Package com.microsoft.graph.models
Class WorkbookFunctionsRomanParameterSet.WorkbookFunctionsRomanParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsRomanParameterSet.WorkbookFunctionsRomanParameterSetBuilder
- Enclosing class:
WorkbookFunctionsRomanParameterSet
public static final class WorkbookFunctionsRomanParameterSet.WorkbookFunctionsRomanParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsRomanParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsRomanParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithForm
(com.google.gson.JsonElement val) Sets the FormwithNumber
(com.google.gson.JsonElement val) Sets the Number
-
Field Details
-
number
@Nullable protected com.google.gson.JsonElement numberThe number parameter value -
form
@Nullable protected com.google.gson.JsonElement formThe form parameter value
-
-
Constructor Details
-
WorkbookFunctionsRomanParameterSetBuilder
@Nullable protected WorkbookFunctionsRomanParameterSetBuilder()Instanciates a new WorkbookFunctionsRomanParameterSetBuilder
-
-
Method Details
-
withNumber
@Nonnull public WorkbookFunctionsRomanParameterSet.WorkbookFunctionsRomanParameterSetBuilder withNumber(@Nullable com.google.gson.JsonElement val) Sets the Number- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withForm
@Nonnull public WorkbookFunctionsRomanParameterSet.WorkbookFunctionsRomanParameterSetBuilder withForm(@Nullable com.google.gson.JsonElement val) Sets the Form- 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
-