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 class
GetInventoryResponse.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()
boolean
The list of listings.getType()
Defines the method to return the implementation class type.int
hashCode()
toString()
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<GetInventoryResponse>
-
builder
-
getListings
-
equals
- Overrides:
equals
in classPaginatedResponseBase<GetInventoryResponse>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classPaginatedResponseBase<GetInventoryResponse>
-
toString
- Overrides:
toString
in classPaginatedResponseBase<GetInventoryResponse>
-