Package com.microsoft.graph.models
Class WorkbookFunctionsRandBetweenParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsRandBetweenParameterSet
The class for the Workbook Functions Rand Between Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsRandBetweenParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsRandBetweenParameterSetprotected
WorkbookFunctionsRandBetweenParameterSet
(WorkbookFunctionsRandBetweenParameterSet.WorkbookFunctionsRandBetweenParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsRandBetweenParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>
Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
bottom
@SerializedName(value="bottom", alternate="Bottom") @Expose @Nullable public com.google.gson.JsonElement bottomThe bottom. -
top
@SerializedName(value="top", alternate="Top") @Expose @Nullable public com.google.gson.JsonElement topThe top.
-
-
Constructor Details
-
WorkbookFunctionsRandBetweenParameterSet
public WorkbookFunctionsRandBetweenParameterSet()Instiaciates a new WorkbookFunctionsRandBetweenParameterSet -
WorkbookFunctionsRandBetweenParameterSet
protected WorkbookFunctionsRandBetweenParameterSet(@Nonnull WorkbookFunctionsRandBetweenParameterSet.WorkbookFunctionsRandBetweenParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsRandBetweenParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsRandBetweenParameterSet.WorkbookFunctionsRandBetweenParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-