Uses of Class
com.amilesend.discogs.model.identity.GetUserContributionsResponse
Packages that use GetUserContributionsResponse
Package
Description
-
Uses of GetUserContributionsResponse in com.amilesend.discogs.api
Methods in com.amilesend.discogs.api that return GetUserContributionsResponseModifier and TypeMethodDescriptionUserIdentityApi.getUserContributions
(@NonNull GetUserContributionsRequest request) Gets the contributions made by the give user, sort, and sort order. -
Uses of GetUserContributionsResponse in com.amilesend.discogs.model.identity
Classes in com.amilesend.discogs.model.identity with type parameters of type GetUserContributionsResponseModifier and TypeClassDescriptionstatic class
GetUserContributionsResponse.GetUserContributionsResponseBuilder<C extends GetUserContributionsResponse, B extends GetUserContributionsResponse.GetUserContributionsResponseBuilder<C,
B>> Subclasses with type arguments of type GetUserContributionsResponse in com.amilesend.discogs.model.identityModifier and TypeClassDescriptionclass
Defines the list of user contributions.static class
GetUserContributionsResponse.GetUserContributionsResponseBuilder<C extends GetUserContributionsResponse, B extends GetUserContributionsResponse.GetUserContributionsResponseBuilder<C,
B>> Methods in com.amilesend.discogs.model.identity that return types with arguments of type GetUserContributionsResponse -
Uses of GetUserContributionsResponse in com.amilesend.discogs.parse.creator
Classes in com.amilesend.discogs.parse.creator that implement interfaces with type arguments of type GetUserContributionsResponseModifier and TypeClassDescriptionclass
A customInstanceCreator
implementation that injects theDiscogsConnection
to the resource type so that method operations can be performed on theGetUserContributionsResponse
resource.Methods in com.amilesend.discogs.parse.creator that return GetUserContributionsResponse