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