public class WorkbookFunctionsBaseParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookFunctionsBaseParameterSet.WorkbookFunctionsBaseParameterSetBuilder
Fluent builder for the WorkbookFunctionsBaseParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
com.google.gson.JsonElement |
minLength
The min Length.
|
com.google.gson.JsonElement |
number
The number.
|
com.google.gson.JsonElement |
radix
The radix.
|
| Modifier | Constructor and Description |
|---|---|
|
WorkbookFunctionsBaseParameterSet()
Instiaciates a new WorkbookFunctionsBaseParameterSet
|
protected |
WorkbookFunctionsBaseParameterSet(WorkbookFunctionsBaseParameterSet.WorkbookFunctionsBaseParameterSetBuilder builder)
Instiaciates a new WorkbookFunctionsBaseParameterSet
|
| 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 WorkbookFunctionsBaseParameterSet.WorkbookFunctionsBaseParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="number",
alternate="Number")
@Expose
@Nullable
public com.google.gson.JsonElement number
@SerializedName(value="radix",
alternate="Radix")
@Expose
@Nullable
public com.google.gson.JsonElement radix
@SerializedName(value="minLength",
alternate="MinLength")
@Expose
@Nullable
public com.google.gson.JsonElement minLength
public WorkbookFunctionsBaseParameterSet()
protected WorkbookFunctionsBaseParameterSet(@Nonnull
WorkbookFunctionsBaseParameterSet.WorkbookFunctionsBaseParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static WorkbookFunctionsBaseParameterSet.WorkbookFunctionsBaseParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()