Uses of Enum
com.amilesend.discogs.model.database.GetMasterReleaseVersionsRequest.Sort
Packages that use GetMasterReleaseVersionsRequest.Sort
-
Uses of GetMasterReleaseVersionsRequest.Sort in com.amilesend.discogs.model.database
Subclasses with type arguments of type GetMasterReleaseVersionsRequest.Sort in com.amilesend.discogs.model.databaseModifier and TypeClassDescriptionstatic enum
Defines the supported attributes to sort on for requests.Methods in com.amilesend.discogs.model.database that return GetMasterReleaseVersionsRequest.SortModifier and TypeMethodDescriptionGetMasterReleaseVersionsRequest.getSort()
Sort by specific attributes.Returns the enum constant of this type with the specified name.static GetMasterReleaseVersionsRequest.Sort[]
GetMasterReleaseVersionsRequest.Sort.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amilesend.discogs.model.database with parameters of type GetMasterReleaseVersionsRequest.SortModifier and TypeMethodDescriptionGetMasterReleaseVersionsRequest.GetMasterReleaseVersionsRequestBuilder.sort
(GetMasterReleaseVersionsRequest.Sort sort) Sort by specific attributes.