Uses of Class
com.amilesend.discogs.csv.InventoryCsvWriter.InventoryCsvWriterBuilder
Packages that use InventoryCsvWriter.InventoryCsvWriterBuilder
-
Uses of InventoryCsvWriter.InventoryCsvWriterBuilder in com.amilesend.discogs.csv
Methods in com.amilesend.discogs.csv that return InventoryCsvWriter.InventoryCsvWriterBuilderModifier and TypeMethodDescriptionInventoryCsvWriter.builder()
InventoryCsvWriter.InventoryCsvWriterBuilder.csvFormat
(org.apache.commons.csv.CSVFormat csvFormat) InventoryCsvWriter.InventoryCsvWriterBuilder.headers
(@NonNull List<InventoryHeader> headers) InventoryCsvWriter.InventoryCsvWriterBuilder.isAppended
(boolean isAppended) InventoryCsvWriter.InventoryCsvWriterBuilder.recordType
(@NonNull InventoryRecordType recordType)