Class GetUserContributionsResponse
java.lang.Object
com.amilesend.discogs.model.PaginatedResponseBase<GetUserContributionsResponse>
com.amilesend.discogs.model.identity.GetUserContributionsResponse
public class GetUserContributionsResponse
extends PaginatedResponseBase<GetUserContributionsResponse>
Defines the list of user contributions.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classGetUserContributionsResponse.GetUserContributionsResponseBuilder<C extends GetUserContributionsResponse, B extends GetUserContributionsResponse.GetUserContributionsResponseBuilder<C,B>> Nested classes/interfaces inherited from class PaginatedResponseBase
PaginatedResponseBase.PaginatedResponseBaseBuilder<T,C, B>, PaginatedResponseBase.Pagination -
Method Summary
Methods inherited from class PaginatedResponseBase
getConnection, getFirst, getLast, getNext, getPagination, getPrevious, hasFirst, hasLast, hasNext, hasPrevious
-
Method Details
-
getType
Description copied from class:PaginatedResponseBaseDefines the method to return the implementation class type.- Specified by:
getTypein classPaginatedResponseBase<GetUserContributionsResponse>
-
builder
-
getContributions
-
equals
- Overrides:
equalsin classPaginatedResponseBase<GetUserContributionsResponse>
-
hashCode
public int hashCode()- Overrides:
hashCodein classPaginatedResponseBase<GetUserContributionsResponse>
-
toString
- Overrides:
toStringin classPaginatedResponseBase<GetUserContributionsResponse>
-