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