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