Package com.microsoft.graph.models
Class WorkbookTableSortApplyParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookTableSortApplyParameterSet
The class for the Workbook Table Sort Apply Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookTableSortApplyParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookTableSortApplyParameterSetprotected
WorkbookTableSortApplyParameterSet
(WorkbookTableSortApplyParameterSet.WorkbookTableSortApplyParameterSetBuilder builder) Instiaciates a new WorkbookTableSortApplyParameterSet -
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
-
fields
@SerializedName(value="fields", alternate="Fields") @Expose @Nullable public List<WorkbookSortField> fieldsThe fields. -
matchCase
@SerializedName(value="matchCase", alternate="MatchCase") @Expose @Nullable public Boolean matchCaseThe match Case. -
method
The method.
-
-
Constructor Details
-
WorkbookTableSortApplyParameterSet
public WorkbookTableSortApplyParameterSet()Instiaciates a new WorkbookTableSortApplyParameterSet -
WorkbookTableSortApplyParameterSet
protected WorkbookTableSortApplyParameterSet(@Nonnull WorkbookTableSortApplyParameterSet.WorkbookTableSortApplyParameterSetBuilder builder) Instiaciates a new WorkbookTableSortApplyParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookTableSortApplyParameterSet.WorkbookTableSortApplyParameterSetBuilder 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
-