Uses of Enum
com.amilesend.discogs.model.marketplace.GetOrdersRequest.Sort
Packages that use GetOrdersRequest.Sort
-
Uses of GetOrdersRequest.Sort in com.amilesend.discogs.model.marketplace
Subclasses with type arguments of type GetOrdersRequest.Sort in com.amilesend.discogs.model.marketplaceModifier and TypeClassDescriptionstatic enumDescribes the sort options for requesting a list of orders.Methods in com.amilesend.discogs.model.marketplace that return GetOrdersRequest.SortModifier and TypeMethodDescriptionGetOrdersRequest.getSort()The attribute to sort on (optional).static GetOrdersRequest.SortReturns the enum constant of this type with the specified name.static GetOrdersRequest.Sort[]GetOrdersRequest.Sort.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amilesend.discogs.model.marketplace with parameters of type GetOrdersRequest.SortModifier and TypeMethodDescriptionGetOrdersRequest.GetOrdersRequestBuilder.sort(GetOrdersRequest.Sort sort) The attribute to sort on (optional).