Package com.microsoft.graph.models
Class WorkbookFunctionsFindBParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsFindBParameterSet
The class for the Workbook Functions Find BParameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsFindBParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElementThe find Text.com.google.gson.JsonElementThe start Num.com.google.gson.JsonElementThe within Text. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsFindBParameterSetprotectedWorkbookFunctionsFindBParameterSet(WorkbookFunctionsFindBParameterSet.WorkbookFunctionsFindBParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsFindBParameterSet -
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
-
WorkbookFunctionsFindBParameterSet
public WorkbookFunctionsFindBParameterSet()Instiaciates a new WorkbookFunctionsFindBParameterSet -
WorkbookFunctionsFindBParameterSet
protected WorkbookFunctionsFindBParameterSet(@Nonnull WorkbookFunctionsFindBParameterSet.WorkbookFunctionsFindBParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsFindBParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsFindBParameterSet.WorkbookFunctionsFindBParameterSetBuilder 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
-