Package com.microsoft.graph.models
Class WorkbookFunctionsFindParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsFindParameterSet
The class for the Workbook Functions Find Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsFindParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElement
The find Text.com.google.gson.JsonElement
The start Num.com.google.gson.JsonElement
The within Text. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsFindParameterSetprotected
WorkbookFunctionsFindParameterSet
(WorkbookFunctionsFindParameterSet.WorkbookFunctionsFindParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsFindParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>
Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
findText
@SerializedName(value="findText", alternate="FindText") @Expose @Nullable public com.google.gson.JsonElement findTextThe find Text. -
withinText
@SerializedName(value="withinText", alternate="WithinText") @Expose @Nullable public com.google.gson.JsonElement withinTextThe within Text. -
startNum
@SerializedName(value="startNum", alternate="StartNum") @Expose @Nullable public com.google.gson.JsonElement startNumThe start Num.
-
-
Constructor Details
-
WorkbookFunctionsFindParameterSet
public WorkbookFunctionsFindParameterSet()Instiaciates a new WorkbookFunctionsFindParameterSet -
WorkbookFunctionsFindParameterSet
protected WorkbookFunctionsFindParameterSet(@Nonnull WorkbookFunctionsFindParameterSet.WorkbookFunctionsFindParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsFindParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsFindParameterSet.WorkbookFunctionsFindParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-