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