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