Uses of Enum
com.amilesend.discogs.csv.type.InventoryHeader
Packages that use InventoryHeader
Package
Description
-
Uses of InventoryHeader in com.amilesend.discogs.csv
Methods in com.amilesend.discogs.csv that return types with arguments of type InventoryHeaderModifier and TypeMethodDescriptionInventoryCsvWriter.getHeaders()The list of defined CSV headers to be included in the CSV file.Method parameters in com.amilesend.discogs.csv with type arguments of type InventoryHeaderModifier and TypeMethodDescriptionInventoryCsvWriter.InventoryCsvWriterBuilder.headers(@NonNull List<InventoryHeader> headers) -
Uses of InventoryHeader in com.amilesend.discogs.csv.type
Subclasses with type arguments of type InventoryHeader in com.amilesend.discogs.csv.typeModifier and TypeClassDescriptionenumDefines the CSV headers for an inventory IMPORT/EXPORT file.Methods in com.amilesend.discogs.csv.type that return InventoryHeaderModifier and TypeMethodDescriptionstatic InventoryHeaderGets theInventoryHeaderenum from the given value.static InventoryHeaderReturns the enum constant of this type with the specified name.static InventoryHeader[]InventoryHeader.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amilesend.discogs.csv.type that return types with arguments of type InventoryHeaderModifier and TypeMethodDescriptionInventoryRecord.getDefinedHeaders()Gets the list of headers based on the populated fields.static List<InventoryHeader> InventoryHeader.getRequiredHeaders(InventoryRecordType type) Gets the list of headers that are required.Method parameters in com.amilesend.discogs.csv.type with type arguments of type InventoryHeaderModifier and TypeMethodDescriptionInventoryRecord.toCsvRow(@NonNull List<InventoryHeader> docCsvHeaders, @NonNull InventoryRecordType type) Converts the record to a list of String values that represents the row. -
Uses of InventoryHeader in com.amilesend.discogs.csv.validation
Methods in com.amilesend.discogs.csv.validation that return InventoryHeaderMethods in com.amilesend.discogs.csv.validation with parameters of type InventoryHeaderModifier and TypeMethodDescriptionstatic StringValueValidator.formatMessage(InventoryHeader header, String msg) ValidationException.Descriptor.DescriptorBuilder.header(InventoryHeader header) voidMediaConditionValidator.validate(String value, @NonNull InventoryHeader header, Integer row, Integer col) voidNoOpValidator.validate(String value, InventoryHeader header, Integer row, Integer col) voidPositiveIntValidator.validate(String value, @NonNull InventoryHeader header, Integer row, Integer col) voidPriceValidator.validate(String value, @NonNull InventoryHeader header, Integer row, Integer col) voidSleeveConditionValidator.validate(String value, @NonNull InventoryHeader header, Integer row, Integer col) voidValueValidator.validate(String value, InventoryHeader header, Integer row, Integer col) Validates a CSV attribute.voidYesNoValidator.validate(String value, @NonNull InventoryHeader header, Integer row, Integer col) voidZeroOrPositiveIntValidator.validate(String value, @NonNull InventoryHeader header, Integer row, Integer col)