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