Package com.microsoft.graph.models
Class WorkbookFunctionsRandBetweenParameterSet.WorkbookFunctionsRandBetweenParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsRandBetweenParameterSet.WorkbookFunctionsRandBetweenParameterSetBuilder
- Enclosing class:
WorkbookFunctionsRandBetweenParameterSet
public static final class WorkbookFunctionsRandBetweenParameterSet.WorkbookFunctionsRandBetweenParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsRandBetweenParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsRandBetweenParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithBottom
(com.google.gson.JsonElement val) Sets the BottomwithTop
(com.google.gson.JsonElement val) Sets the Top
-
Field Details
-
bottom
@Nullable protected com.google.gson.JsonElement bottomThe bottom parameter value -
top
@Nullable protected com.google.gson.JsonElement topThe top parameter value
-
-
Constructor Details
-
WorkbookFunctionsRandBetweenParameterSetBuilder
@Nullable protected WorkbookFunctionsRandBetweenParameterSetBuilder()Instanciates a new WorkbookFunctionsRandBetweenParameterSetBuilder
-
-
Method Details
-
withBottom
@Nonnull public WorkbookFunctionsRandBetweenParameterSet.WorkbookFunctionsRandBetweenParameterSetBuilder withBottom(@Nullable com.google.gson.JsonElement val) Sets the Bottom- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withTop
@Nonnull public WorkbookFunctionsRandBetweenParameterSet.WorkbookFunctionsRandBetweenParameterSetBuilder withTop(@Nullable com.google.gson.JsonElement val) Sets the Top- 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
-