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