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