public class WorkbookFunctionsFindBParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookFunctionsFindBParameterSet.WorkbookFunctionsFindBParameterSetBuilder
Fluent builder for the WorkbookFunctionsFindBParameterSet
|
| 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 |
|---|---|
|
WorkbookFunctionsFindBParameterSet()
Instiaciates a new WorkbookFunctionsFindBParameterSet
|
protected |
WorkbookFunctionsFindBParameterSet(WorkbookFunctionsFindBParameterSet.WorkbookFunctionsFindBParameterSetBuilder builder)
Instiaciates a new WorkbookFunctionsFindBParameterSet
|
| 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 WorkbookFunctionsFindBParameterSet.WorkbookFunctionsFindBParameterSetBuilder |
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 WorkbookFunctionsFindBParameterSet()
protected WorkbookFunctionsFindBParameterSet(@Nonnull
WorkbookFunctionsFindBParameterSet.WorkbookFunctionsFindBParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static WorkbookFunctionsFindBParameterSet.WorkbookFunctionsFindBParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()