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