Class GetListingResponse.GetListingResponseBuilder<C extends GetListingResponse, B extends GetListingResponse.GetListingResponseBuilder<C,B> >
java.lang.Object
com.amilesend.discogs.model.Resource.ResourceBuilder<Long,Listing,C,B>
com.amilesend.discogs.model.marketplace.type.Listing.ListingBuilder<C,B>
com.amilesend.discogs.model.marketplace.GetListingResponse.GetListingResponseBuilder<C,B>
- Enclosing class:
GetListingResponse
public abstract static class GetListingResponse.GetListingResponseBuilder<C extends GetListingResponse, B extends GetListingResponse.GetListingResponseBuilder<C,B>>
extends Listing.ListingBuilder<C,B>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Listing.ListingBuilder
allowOffers, audio, comments, condition, externalId, formatQuantity, inCart, location, offerSubmitted, originalPrice, posted, price, quantity, release, seller, shipsFrom, sleeveCondition, status, uri, weightModifier and TypeMethodDescriptionallowOffers(Boolean allowOffers) Flag indicator for allowing offers.Indicates if the item is audio.Seller commends.The condition.externalId(String externalId) The external identifier (only visible to the inventory owner).formatQuantity(Integer formatQuantity) 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).offerSubmitted(Boolean offerSubmitted) Flag indicator for offer submission status.originalPrice(OriginalPrice originalPrice) The original price.posted(LocalDateTime posted) The listing posted timestamp.The price.The total quantity available (only visible to the inventory owner).release(ListingRelease release) The release being listed.The seller.Where the item is shipped from.sleeveCondition(SleeveCondition sleeveCondition) Describes the packaging condition.status(ListingStatus status) The listing status.The website URI.The listing weight (only visible to the inventory owner).Methods inherited from class Resource.ResourceBuilder
id, resourceUrl
-
Constructor Details
-
GetListingResponseBuilder
public GetListingResponseBuilder()
-
-
Method Details
-
build
- Specified by:
buildin classListing.ListingBuilder<C extends GetListingResponse, B extends GetListingResponse.GetListingResponseBuilder<C,B>>
-
toString
- Overrides:
toStringin classListing.ListingBuilder<C extends GetListingResponse, B extends GetListingResponse.GetListingResponseBuilder<C,B>>
-