Uses of Enum
com.amilesend.discogs.model.identity.GetUserContributionsRequest.Sort
Packages that use GetUserContributionsRequest.Sort
-
Uses of GetUserContributionsRequest.Sort in com.amilesend.discogs.model.identity
Subclasses with type arguments of type GetUserContributionsRequest.Sort in com.amilesend.discogs.model.identityModifier and TypeClassDescriptionstatic enum
Defines the supported attributes to sort on for requests.Methods in com.amilesend.discogs.model.identity that return GetUserContributionsRequest.SortModifier and TypeMethodDescriptionGetUserContributionsRequest.getSort()
The attribute to sort on (optional).Returns the enum constant of this type with the specified name.static GetUserContributionsRequest.Sort[]
GetUserContributionsRequest.Sort.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amilesend.discogs.model.identity with parameters of type GetUserContributionsRequest.SortModifier and TypeMethodDescriptionGetUserContributionsRequest.GetUserContributionsRequestBuilder.sort
(GetUserContributionsRequest.Sort sort) The attribute to sort on (optional).