Class GetCollectionItemsByReleaseResponse
java.lang.Object
com.amilesend.discogs.model.PaginatedResponseBase<GetCollectionItemsByReleaseResponse>
com.amilesend.discogs.model.collection.GetCollectionItemsByReleaseResponse
public class GetCollectionItemsByReleaseResponse
extends PaginatedResponseBase<GetCollectionItemsByReleaseResponse>
Defines the list of items from a user collection for a release.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classGetCollectionItemsByReleaseResponse.GetCollectionItemsByReleaseResponseBuilder<C extends GetCollectionItemsByReleaseResponse, B extends GetCollectionItemsByReleaseResponse.GetCollectionItemsByReleaseResponseBuilder<C,B>> Nested classes/interfaces inherited from class PaginatedResponseBase
PaginatedResponseBase.PaginatedResponseBaseBuilder<T,C, B>, PaginatedResponseBase.Pagination Modifier and TypeClassDescriptionstatic classPaginatedResponseBase.PaginatedResponseBaseBuilder<T, C extends PaginatedResponseBase<T>, B extends PaginatedResponseBase.PaginatedResponseBaseBuilder<T,C, B>> static classDescribes the pagination information for a response. -
Method Summary
Methods inherited from class PaginatedResponseBase
getConnection, getFirst, getLast, getNext, getPagination, getPrevious, hasFirst, hasLast, hasNext, hasPreviousModifier and TypeMethodDescriptionThe underlying API connection used to navigate response pages.getFirst()Gets the first page.getLast()Gets the last page.getNext()Gets the next page.The pagination information.Gets the previous page.booleanhasFirst()Determines if there is a first page available for navigation.booleanhasLast()Determines if there is a last page available for navigation.booleanhasNext()Determines if there is a next page available for navigation.booleanDetermines if there is a previous page available for navigation.
-
Method Details
-
getType
Description copied from class:PaginatedResponseBaseDefines the method to return the implementation class type.- Specified by:
getTypein classPaginatedResponseBase<GetCollectionItemsByReleaseResponse>
-
builder
public static GetCollectionItemsByReleaseResponse.GetCollectionItemsByReleaseResponseBuilder<?,?> builder() -
getReleases
The list of items for the release. -
equals
- Overrides:
equalsin classPaginatedResponseBase<GetCollectionItemsByReleaseResponse>
-
hashCode
public int hashCode()- Overrides:
hashCodein classPaginatedResponseBase<GetCollectionItemsByReleaseResponse>
-
toString
- Overrides:
toStringin classPaginatedResponseBase<GetCollectionItemsByReleaseResponse>
-