Package com.microsoft.graph.models
Class WorkbookFunctionsErfParameterSet.WorkbookFunctionsErfParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsErfParameterSet.WorkbookFunctionsErfParameterSetBuilder
- Enclosing class:
- WorkbookFunctionsErfParameterSet
public static final class WorkbookFunctionsErfParameterSet.WorkbookFunctionsErfParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsErfParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElement
The lowerLimit parameter valueprotected com.google.gson.JsonElement
The upperLimit parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsErfParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithLowerLimit
(com.google.gson.JsonElement val) Sets the LowerLimitwithUpperLimit
(com.google.gson.JsonElement val) Sets the UpperLimit
-
Field Details
-
lowerLimit
@Nullable protected com.google.gson.JsonElement lowerLimitThe lowerLimit parameter value -
upperLimit
@Nullable protected com.google.gson.JsonElement upperLimitThe upperLimit parameter value
-
-
Constructor Details
-
WorkbookFunctionsErfParameterSetBuilder
@Nullable protected WorkbookFunctionsErfParameterSetBuilder()Instanciates a new WorkbookFunctionsErfParameterSetBuilder
-
-
Method Details
-
withLowerLimit
@Nonnull public WorkbookFunctionsErfParameterSet.WorkbookFunctionsErfParameterSetBuilder withLowerLimit(@Nullable com.google.gson.JsonElement val) Sets the LowerLimit- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withUpperLimit
@Nonnull public WorkbookFunctionsErfParameterSet.WorkbookFunctionsErfParameterSetBuilder withUpperLimit(@Nullable com.google.gson.JsonElement val) Sets the UpperLimit- 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
-