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