Uses of Class
com.amilesend.discogs.model.wantlist.GetWantListResponse
Packages that use GetWantListResponse
Package
Description
-
Uses of GetWantListResponse in com.amilesend.discogs.api
Methods in com.amilesend.discogs.api that return GetWantListResponseModifier and TypeMethodDescriptionUserWantListApi.getWantList
(@NonNull GetWantListRequest request) Gets the want list for a user. -
Uses of GetWantListResponse in com.amilesend.discogs.model.wantlist
Classes in com.amilesend.discogs.model.wantlist with type parameters of type GetWantListResponseModifier and TypeClassDescriptionstatic class
GetWantListResponse.GetWantListResponseBuilder<C extends GetWantListResponse, B extends GetWantListResponse.GetWantListResponseBuilder<C,
B>> Subclasses with type arguments of type GetWantListResponse in com.amilesend.discogs.model.wantlistModifier and TypeClassDescriptionclass
Defines the paginated list of items in a user's want list.static class
GetWantListResponse.GetWantListResponseBuilder<C extends GetWantListResponse, B extends GetWantListResponse.GetWantListResponseBuilder<C,
B>> Methods in com.amilesend.discogs.model.wantlist that return types with arguments of type GetWantListResponse -
Uses of GetWantListResponse in com.amilesend.discogs.parse.creator
Classes in com.amilesend.discogs.parse.creator that implement interfaces with type arguments of type GetWantListResponseModifier and TypeClassDescriptionclass
A customInstanceCreator
implementation that injects theDiscogsConnection
to the resource type so that method operations can be performed on theGetWantListResponse
resource.Methods in com.amilesend.discogs.parse.creator that return GetWantListResponse