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