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