public class WorkbookFunctionsRandBetweenParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookFunctionsRandBetweenParameterSet.WorkbookFunctionsRandBetweenParameterSetBuilder
Fluent builder for the WorkbookFunctionsRandBetweenParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
com.google.gson.JsonElement |
bottom
The bottom.
|
com.google.gson.JsonElement |
top
The top.
|
| Modifier | Constructor and Description |
|---|---|
|
WorkbookFunctionsRandBetweenParameterSet()
Instiaciates a new WorkbookFunctionsRandBetweenParameterSet
|
protected |
WorkbookFunctionsRandBetweenParameterSet(WorkbookFunctionsRandBetweenParameterSet.WorkbookFunctionsRandBetweenParameterSetBuilder builder)
Instiaciates a new WorkbookFunctionsRandBetweenParameterSet
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.microsoft.graph.options.FunctionOption> |
getFunctionOptions()
Gets the functions options from the properties that have been set
|
static WorkbookFunctionsRandBetweenParameterSet.WorkbookFunctionsRandBetweenParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="bottom",
alternate="Bottom")
@Expose
@Nullable
public com.google.gson.JsonElement bottom
@SerializedName(value="top",
alternate="Top")
@Expose
@Nullable
public com.google.gson.JsonElement top
public WorkbookFunctionsRandBetweenParameterSet()
protected WorkbookFunctionsRandBetweenParameterSet(@Nonnull
WorkbookFunctionsRandBetweenParameterSet.WorkbookFunctionsRandBetweenParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static WorkbookFunctionsRandBetweenParameterSet.WorkbookFunctionsRandBetweenParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()