Class Listing
java.lang.Object
com.amilesend.discogs.model.Resource<Long,Listing>
com.amilesend.discogs.model.marketplace.type.Listing
- Direct Known Subclasses:
GetListingResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classListing.ListingBuilder<C extends Listing, B extends Listing.ListingBuilder<C,B>> Nested classes/interfaces inherited from class Resource
Resource.ResourceBuilder<K,T, C, B> -
Method Summary
Modifier and TypeMethodDescriptionstatic Listing.ListingBuilder<?, ?> builder()Flag indicator for allowing offers.getAudio()Indicates if the item is audio.Seller commends.The condition.The external identifier (only visible to the inventory owner).The number of items of a given format available (only visible to the inventory owner).Indicates if an item is in a user's cart (only visible to the inventory owner).The location (only visible to the inventory owner).Flag indicator for offer submission status.The original price.The listing posted timestamp.getPrice()The price.The total quantity available (only visible to the inventory owner).The release being listed.The seller.Where the item is shipped from.Describes the packaging condition.The listing status.getUri()The website URI.The listing weight (only visible to the inventory owner).toString()Methods inherited from class Resource
equals, getId, getResourceUrl, hashCode
-
Method Details
-
builder
-
getStatus
-
getPrice
-
getOriginalPrice
The original price. -
getAllowOffers
Flag indicator for allowing offers. -
getOfferSubmitted
Flag indicator for offer submission status. -
getSleeveCondition
-
getCondition
-
getPosted
The listing posted timestamp. -
getShipsFrom
Where the item is shipped from. -
getUri
The website URI. -
getComments
Seller commends. -
getSeller
-
getRelease
-
getAudio
Indicates if the item is audio. -
getWeight
The listing weight (only visible to the inventory owner). -
getFormatQuantity
The number of items of a given format available (only visible to the inventory owner). -
getExternalId
The external identifier (only visible to the inventory owner). -
getLocation
The location (only visible to the inventory owner). -
getQuantity
The total quantity available (only visible to the inventory owner). -
getInCart
Indicates if an item is in a user's cart (only visible to the inventory owner). -
toString
-