Uses of Enum
com.amilesend.discogs.model.collection.GetCollectionItemsByFolderRequest.Sort
Packages that use GetCollectionItemsByFolderRequest.Sort
-
Uses of GetCollectionItemsByFolderRequest.Sort in com.amilesend.discogs.model.collection
Subclasses with type arguments of type GetCollectionItemsByFolderRequest.Sort in com.amilesend.discogs.model.collectionModifier and TypeClassDescriptionstatic enum
Describes the attributes to sort on.Methods in com.amilesend.discogs.model.collection that return GetCollectionItemsByFolderRequest.SortModifier and TypeMethodDescriptionGetCollectionItemsByFolderRequest.getSort()
The attribute to sort on (optional).Returns the enum constant of this type with the specified name.GetCollectionItemsByFolderRequest.Sort.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amilesend.discogs.model.collection with parameters of type GetCollectionItemsByFolderRequest.SortModifier and TypeMethodDescriptionGetCollectionItemsByFolderRequest.GetCollectionItemsByFolderRequestBuilder.sort
(GetCollectionItemsByFolderRequest.Sort sort) The attribute to sort on (optional).