Class InventoryCsvWriter.InventoryCsvWriterBuilder
java.lang.Object
com.amilesend.discogs.csv.InventoryCsvWriter.InventoryCsvWriterBuilder
- Enclosing class:
InventoryCsvWriter
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
csvFormat
(org.apache.commons.csv.CSVFormat csvFormat) headers
(@NonNull List<InventoryHeader> headers) isAppended
(boolean isAppended) recordType
(@NonNull InventoryRecordType recordType) toString()
-
Method Details
-
csvFile
- Returns:
this
.
-
headers
- Returns:
this
.
-
recordType
public InventoryCsvWriter.InventoryCsvWriterBuilder recordType(@NonNull InventoryRecordType recordType) - Returns:
this
.
-
csvFormat
public InventoryCsvWriter.InventoryCsvWriterBuilder csvFormat(org.apache.commons.csv.CSVFormat csvFormat) - Returns:
this
.
-
isAppended
- Returns:
this
.
-
build
- Throws:
IOException
ValidationException
-
toString
-