Uses of Class
com.microsoft.store.partnercenter.models.query.sort.SortDirection
| Package | Description |
|---|---|
| com.microsoft.store.partnercenter.models.query.sort |
-
Uses of SortDirection in com.microsoft.store.partnercenter.models.query.sort
Methods in com.microsoft.store.partnercenter.models.query.sort that return SortDirection Modifier and Type Method Description SortDirectionSort. getSortDirection()Sets the sort direction.static SortDirectionSortDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static SortDirection[]SortDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.store.partnercenter.models.query.sort with parameters of type SortDirection Modifier and Type Method Description voidSort. setSortDirection(SortDirection value)Sets the sort direction.Constructors in com.microsoft.store.partnercenter.models.query.sort with parameters of type SortDirection Constructor Description Sort(String sortField, SortDirection sortDirection)Initializes a new instance of the Sort class.