Class GetInventoryResponse
java.lang.Object
com.amilesend.discogs.model.PaginatedResponseBase<GetInventoryResponse>
com.amilesend.discogs.model.marketplace.GetInventoryResponse
Defines the list of a user's inventory.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classGetInventoryResponse.GetInventoryResponseBuilder<C extends GetInventoryResponse, B extends GetInventoryResponse.GetInventoryResponseBuilder<C,B>> Nested classes/interfaces inherited from class PaginatedResponseBase
PaginatedResponseBase.PaginatedResponseBaseBuilder<T,C, B>, PaginatedResponseBase.Pagination -
Method Summary
Modifier and TypeMethodDescriptionstatic GetInventoryResponse.GetInventoryResponseBuilder<?, ?> builder()booleanThe list of listings.getType()Defines the method to return the implementation class type.inthashCode()toString()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<GetInventoryResponse>
-
builder
-
getListings
-
equals
- Overrides:
equalsin classPaginatedResponseBase<GetInventoryResponse>
-
hashCode
public int hashCode()- Overrides:
hashCodein classPaginatedResponseBase<GetInventoryResponse>
-
toString
- Overrides:
toStringin classPaginatedResponseBase<GetInventoryResponse>
-