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