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