Uses of Class
com.amilesend.discogs.model.collection.GetCollectionItemsByReleaseResponse
Packages that use GetCollectionItemsByReleaseResponse
Package
Description
-
Uses of GetCollectionItemsByReleaseResponse in com.amilesend.discogs.api
Methods in com.amilesend.discogs.api that return GetCollectionItemsByReleaseResponseModifier and TypeMethodDescriptionUserCollectionApi.getCollectionItems
(@NonNull GetCollectionItemsByReleaseRequest request) Gets the paginated list of user collection items by release. -
Uses of GetCollectionItemsByReleaseResponse in com.amilesend.discogs.model.collection
Classes in com.amilesend.discogs.model.collection with type parameters of type GetCollectionItemsByReleaseResponseModifier and TypeClassDescriptionstatic class
GetCollectionItemsByReleaseResponse.GetCollectionItemsByReleaseResponseBuilder<C extends GetCollectionItemsByReleaseResponse, B extends GetCollectionItemsByReleaseResponse.GetCollectionItemsByReleaseResponseBuilder<C,
B>> Subclasses with type arguments of type GetCollectionItemsByReleaseResponse in com.amilesend.discogs.model.collectionModifier and TypeClassDescriptionclass
Defines the list of items from a user collection for a release.static class
GetCollectionItemsByReleaseResponse.GetCollectionItemsByReleaseResponseBuilder<C extends GetCollectionItemsByReleaseResponse, B extends GetCollectionItemsByReleaseResponse.GetCollectionItemsByReleaseResponseBuilder<C,
B>> Methods in com.amilesend.discogs.model.collection that return types with arguments of type GetCollectionItemsByReleaseResponse -
Uses of GetCollectionItemsByReleaseResponse in com.amilesend.discogs.parse.creator
Classes in com.amilesend.discogs.parse.creator that implement interfaces with type arguments of type GetCollectionItemsByReleaseResponseModifier and TypeClassDescriptionclass
A customInstanceCreator
implementation that injects theDiscogsConnection
to the resource type so that method operations can be performed on theGetCollectionItemsByReleaseResponse
resource.Methods in com.amilesend.discogs.parse.creator that return GetCollectionItemsByReleaseResponseModifier and TypeMethodDescriptionGetCollectionItemsByReleaseResponseCreator.createInstance
(Type type)