Package com.microsoft.graph.models
Class WorkbookRangeSortApplyParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookRangeSortApplyParameterSet
The class for the Workbook Range Sort Apply Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookRangeSortApplyParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe fields.The has Headers.The match Case.The method.The orientation. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookRangeSortApplyParameterSetprotected
WorkbookRangeSortApplyParameterSet
(WorkbookRangeSortApplyParameterSet.WorkbookRangeSortApplyParameterSetBuilder builder) Instiaciates a new WorkbookRangeSortApplyParameterSet -
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. -
hasHeaders
@SerializedName(value="hasHeaders", alternate="HasHeaders") @Expose @Nullable public Boolean hasHeadersThe has Headers. -
orientation
@SerializedName(value="orientation", alternate="Orientation") @Expose @Nullable public String orientationThe orientation. -
method
The method.
-
-
Constructor Details
-
WorkbookRangeSortApplyParameterSet
public WorkbookRangeSortApplyParameterSet()Instiaciates a new WorkbookRangeSortApplyParameterSet -
WorkbookRangeSortApplyParameterSet
protected WorkbookRangeSortApplyParameterSet(@Nonnull WorkbookRangeSortApplyParameterSet.WorkbookRangeSortApplyParameterSetBuilder builder) Instiaciates a new WorkbookRangeSortApplyParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookRangeSortApplyParameterSet.WorkbookRangeSortApplyParameterSetBuilder 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
-