Uses of Class
com.amilesend.discogs.model.lists.GetUserListsResponse
Packages that use GetUserListsResponse
Package
Description
-
Uses of GetUserListsResponse in com.amilesend.discogs.api
Methods in com.amilesend.discogs.api that return GetUserListsResponseModifier and TypeMethodDescriptionUserListsApi.getUserLists
(@NonNull GetUserListsRequest request) Gets the list of user-defined lists for a user. -
Uses of GetUserListsResponse in com.amilesend.discogs.model.lists
Classes in com.amilesend.discogs.model.lists with type parameters of type GetUserListsResponseModifier and TypeClassDescriptionstatic class
GetUserListsResponse.GetUserListsResponseBuilder<C extends GetUserListsResponse, B extends GetUserListsResponse.GetUserListsResponseBuilder<C,
B>> Subclasses with type arguments of type GetUserListsResponse in com.amilesend.discogs.model.listsModifier and TypeClassDescriptionclass
Defines the paginated list of user lists.static class
GetUserListsResponse.GetUserListsResponseBuilder<C extends GetUserListsResponse, B extends GetUserListsResponse.GetUserListsResponseBuilder<C,
B>> Methods in com.amilesend.discogs.model.lists that return types with arguments of type GetUserListsResponse -
Uses of GetUserListsResponse in com.amilesend.discogs.parse.creator
Classes in com.amilesend.discogs.parse.creator that implement interfaces with type arguments of type GetUserListsResponseModifier and TypeClassDescriptionclass
A customInstanceCreator
implementation that injects theDiscogsConnection
to the resource type so that method operations can be performed on theGetUserListsResponse
resource.Methods in com.amilesend.discogs.parse.creator that return GetUserListsResponse