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