Package com.microsoft.graph.models
Class WorkbookFunctionsBaseParameterSet.WorkbookFunctionsBaseParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsBaseParameterSet.WorkbookFunctionsBaseParameterSetBuilder
- Enclosing class:
WorkbookFunctionsBaseParameterSet
public static final class WorkbookFunctionsBaseParameterSet.WorkbookFunctionsBaseParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsBaseParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsBaseParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithMinLength(com.google.gson.JsonElement val) Sets the MinLengthwithNumber(com.google.gson.JsonElement val) Sets the NumberwithRadix(com.google.gson.JsonElement val) Sets the Radix
-
Field Details
-
number
@Nullable protected com.google.gson.JsonElement numberThe number parameter value -
radix
@Nullable protected com.google.gson.JsonElement radixThe radix parameter value -
minLength
@Nullable protected com.google.gson.JsonElement minLengthThe minLength parameter value
-
-
Constructor Details
-
WorkbookFunctionsBaseParameterSetBuilder
@Nullable protected WorkbookFunctionsBaseParameterSetBuilder()Instanciates a new WorkbookFunctionsBaseParameterSetBuilder
-
-
Method Details
-
withNumber
@Nonnull public WorkbookFunctionsBaseParameterSet.WorkbookFunctionsBaseParameterSetBuilder withNumber(@Nullable com.google.gson.JsonElement val) Sets the Number- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withRadix
@Nonnull public WorkbookFunctionsBaseParameterSet.WorkbookFunctionsBaseParameterSetBuilder withRadix(@Nullable com.google.gson.JsonElement val) Sets the Radix- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withMinLength
@Nonnull public WorkbookFunctionsBaseParameterSet.WorkbookFunctionsBaseParameterSetBuilder withMinLength(@Nullable com.google.gson.JsonElement val) Sets the MinLength- 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
-