Class InventoryRecord.InventoryRecordBuilder
java.lang.Object
com.amilesend.discogs.csv.type.InventoryRecord.InventoryRecordBuilder
- Enclosing class:
InventoryRecord
-
Method Summary
Modifier and TypeMethodDescriptionacceptOffer(String acceptOffer) Flag indicator if buyer offers are accepted or not (optional).build()Free-form comments.externalId(String externalId) Free-form notes for external identifiers (optional).formatQuantity(Integer formatQuantity) The item format quantity (optional).Free-form text field to describe the location (optional).mediaCondition(Condition mediaCondition) The media condition (required).The price (required).The release identifier (required).sleeveCondition(SleeveCondition sleeveCondition) The sleeve condition (optional).toString()The item weight in grams (optional).
-
Method Details
-
releaseId
The release identifier (required).- Returns:
this.
-
price
The price (required).- Returns:
this.
-
mediaCondition
The media condition (required).- Returns:
this.- See Also:
-
sleeveCondition
The sleeve condition (optional).- Returns:
this.- See Also:
-
comments
Free-form comments.- Returns:
this.
-
acceptOffer
Flag indicator if buyer offers are accepted or not (optional).- Returns:
this.- See Also:
-
location
Free-form text field to describe the location (optional).- Returns:
this.
-
externalId
Free-form notes for external identifiers (optional).- Returns:
this.
-
weight
The item weight in grams (optional).- Returns:
this.
-
formatQuantity
The item format quantity (optional).- Returns:
this.
-
build
-
toString
-