Uses of Class
com.amilesend.discogs.model.PaginatedResponseBase
Packages that use PaginatedResponseBase
Package
Description
-
Uses of PaginatedResponseBase in com.amilesend.discogs.model
Classes in com.amilesend.discogs.model with type parameters of type PaginatedResponseBaseModifier and TypeClassDescriptionstatic class
PaginatedResponseBase.PaginatedResponseBaseBuilder<T, C extends PaginatedResponseBase<T>, B extends PaginatedResponseBase.PaginatedResponseBaseBuilder<T,
C, B>> -
Uses of PaginatedResponseBase in com.amilesend.discogs.model.collection
Subclasses of PaginatedResponseBase in com.amilesend.discogs.model.collectionModifier and TypeClassDescriptionclass
Defines the list of items from a user collection for a folder.class
Defines the list of items from a user collection for a release. -
Uses of PaginatedResponseBase in com.amilesend.discogs.model.database
Subclasses of PaginatedResponseBase in com.amilesend.discogs.model.databaseModifier and TypeClassDescriptionclass
Defines the list of releases for an artist.class
Defines the list of releases for a label.class
Defines the list of user versions for a master release.class
Defines the list of results for a search. -
Uses of PaginatedResponseBase in com.amilesend.discogs.model.identity
Subclasses of PaginatedResponseBase in com.amilesend.discogs.model.identityModifier and TypeClassDescriptionclass
Defines the list of user contributions.class
The response when retrieving the list of user submissions. -
Uses of PaginatedResponseBase in com.amilesend.discogs.model.inventory
Subclasses of PaginatedResponseBase in com.amilesend.discogs.model.inventoryModifier and TypeClassDescriptionclass
The paginated list of exports.class
The paginated list of uploads. -
Uses of PaginatedResponseBase in com.amilesend.discogs.model.lists
Subclasses of PaginatedResponseBase in com.amilesend.discogs.model.listsModifier and TypeClassDescriptionclass
Defines the paginated list of user lists. -
Uses of PaginatedResponseBase in com.amilesend.discogs.model.marketplace
Subclasses of PaginatedResponseBase in com.amilesend.discogs.model.marketplaceModifier and TypeClassDescriptionclass
Defines the list of a user's inventory.class
Defines the list of messages associated with an order.class
Defines the list of a user's orders. -
Uses of PaginatedResponseBase in com.amilesend.discogs.model.wantlist
Subclasses of PaginatedResponseBase in com.amilesend.discogs.model.wantlistModifier and TypeClassDescriptionclass
Defines the paginated list of items in a user's want list.