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