Uses of Class
com.amilesend.discogs.model.database.GetLabelReleasesResponse
Packages that use GetLabelReleasesResponse
Package
Description
-
Uses of GetLabelReleasesResponse in com.amilesend.discogs.api
Methods in com.amilesend.discogs.api that return GetLabelReleasesResponseModifier and TypeMethodDescriptionDatabaseApi.getLabelReleases
(@NonNull GetLabelReleasesRequest request) Gets the paginated list of releases for a label. -
Uses of GetLabelReleasesResponse in com.amilesend.discogs.model.database
Classes in com.amilesend.discogs.model.database with type parameters of type GetLabelReleasesResponseModifier and TypeClassDescriptionstatic class
GetLabelReleasesResponse.GetLabelReleasesResponseBuilder<C extends GetLabelReleasesResponse, B extends GetLabelReleasesResponse.GetLabelReleasesResponseBuilder<C,
B>> Subclasses with type arguments of type GetLabelReleasesResponse in com.amilesend.discogs.model.databaseModifier and TypeClassDescriptionclass
Defines the list of releases for a label.static class
GetLabelReleasesResponse.GetLabelReleasesResponseBuilder<C extends GetLabelReleasesResponse, B extends GetLabelReleasesResponse.GetLabelReleasesResponseBuilder<C,
B>> Methods in com.amilesend.discogs.model.database that return types with arguments of type GetLabelReleasesResponse -
Uses of GetLabelReleasesResponse in com.amilesend.discogs.parse.creator
Classes in com.amilesend.discogs.parse.creator that implement interfaces with type arguments of type GetLabelReleasesResponseModifier and TypeClassDescriptionclass
A customInstanceCreator
implementation that injects theDiscogsConnection
to the resource type so that method operations can be performed on theGetLabelReleasesResponse
resource.Methods in com.amilesend.discogs.parse.creator that return GetLabelReleasesResponse