Class GetWantListResponse
java.lang.Object
com.amilesend.discogs.model.PaginatedResponseBase<GetWantListResponse>
com.amilesend.discogs.model.wantlist.GetWantListResponse
Defines the paginated list of items in a user's want list.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
GetWantListResponse.GetWantListResponseBuilder<C extends GetWantListResponse, B extends GetWantListResponse.GetWantListResponseBuilder<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:PaginatedResponseBase
Defines the method to return the implementation class type.- Specified by:
getType
in classPaginatedResponseBase<GetWantListResponse>
-
builder
-
getWants
The list of items that is wanted. -
equals
- Overrides:
equals
in classPaginatedResponseBase<GetWantListResponse>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classPaginatedResponseBase<GetWantListResponse>
-
toString
- Overrides:
toString
in classPaginatedResponseBase<GetWantListResponse>
-