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