Uses of Enum
com.amilesend.discogs.model.marketplace.GetInventoryRequest.Sort
Packages that use GetInventoryRequest.Sort
-
Uses of GetInventoryRequest.Sort in com.amilesend.discogs.model.marketplace
Subclasses with type arguments of type GetInventoryRequest.Sort in com.amilesend.discogs.model.marketplaceModifier and TypeClassDescriptionstatic enumDefines the supported attributes to sort on for requests.Methods in com.amilesend.discogs.model.marketplace that return GetInventoryRequest.SortModifier and TypeMethodDescriptionGetInventoryRequest.getSort()The attribute to sort on (optional).static GetInventoryRequest.SortReturns the enum constant of this type with the specified name.static GetInventoryRequest.Sort[]GetInventoryRequest.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 GetInventoryRequest.SortModifier and TypeMethodDescriptionGetInventoryRequest.GetInventoryRequestBuilder.sort(GetInventoryRequest.Sort sort) The attribute to sort on (optional).