Package com.microsoft.graph.models
Class WorkbookFunctionsFixedParameterSet.WorkbookFunctionsFixedParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsFixedParameterSet.WorkbookFunctionsFixedParameterSetBuilder
- Enclosing class:
WorkbookFunctionsFixedParameterSet
public static final class WorkbookFunctionsFixedParameterSet.WorkbookFunctionsFixedParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsFixedParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsFixedParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithDecimals(com.google.gson.JsonElement val) Sets the DecimalswithNoCommas(com.google.gson.JsonElement val) Sets the NoCommaswithNumber(com.google.gson.JsonElement val) Sets the Number
-
Field Details
-
number
@Nullable protected com.google.gson.JsonElement numberThe number parameter value -
decimals
@Nullable protected com.google.gson.JsonElement decimalsThe decimals parameter value -
noCommas
@Nullable protected com.google.gson.JsonElement noCommasThe noCommas parameter value
-
-
Constructor Details
-
WorkbookFunctionsFixedParameterSetBuilder
@Nullable protected WorkbookFunctionsFixedParameterSetBuilder()Instanciates a new WorkbookFunctionsFixedParameterSetBuilder
-
-
Method Details
-
withNumber
@Nonnull public WorkbookFunctionsFixedParameterSet.WorkbookFunctionsFixedParameterSetBuilder withNumber(@Nullable com.google.gson.JsonElement val) Sets the Number- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withDecimals
@Nonnull public WorkbookFunctionsFixedParameterSet.WorkbookFunctionsFixedParameterSetBuilder withDecimals(@Nullable com.google.gson.JsonElement val) Sets the Decimals- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withNoCommas
@Nonnull public WorkbookFunctionsFixedParameterSet.WorkbookFunctionsFixedParameterSetBuilder withNoCommas(@Nullable com.google.gson.JsonElement val) Sets the NoCommas- 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
-