Package com.microsoft.graph.models
Class WorkbookFunctionsOct2DecParameterSet.WorkbookFunctionsOct2DecParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsOct2DecParameterSet.WorkbookFunctionsOct2DecParameterSetBuilder
- Enclosing class:
WorkbookFunctionsOct2DecParameterSet
public static final class WorkbookFunctionsOct2DecParameterSet.WorkbookFunctionsOct2DecParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsOct2DecParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe number parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsOct2DecParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithNumber(com.google.gson.JsonElement val) Sets the Number
-
Field Details
-
number
@Nullable protected com.google.gson.JsonElement numberThe number parameter value
-
-
Constructor Details
-
WorkbookFunctionsOct2DecParameterSetBuilder
@Nullable protected WorkbookFunctionsOct2DecParameterSetBuilder()Instanciates a new WorkbookFunctionsOct2DecParameterSetBuilder
-
-
Method Details
-
withNumber
@Nonnull public WorkbookFunctionsOct2DecParameterSet.WorkbookFunctionsOct2DecParameterSetBuilder withNumber(@Nullable com.google.gson.JsonElement val) Sets the Number- 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
-