Class UploadItem
java.lang.Object
com.amilesend.discogs.model.inventory.type.UploadItem
- Direct Known Subclasses:
GetUploadResponse
Describes an upload to a user's inventory.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classUploadItem.UploadItemBuilder<C extends UploadItem, B extends UploadItem.UploadItemBuilder<C,B>> -
Method Summary
Modifier and TypeMethodDescriptionstatic UploadItem.UploadItemBuilder<?, ?> builder()booleanThe export request timestamp.The filename of the export.The time of completion timestamp.getId()The export identifier.Information about the processed CSV upload.The export status.getType()The upload type.inthashCode()toString()
-
Method Details
-
equals
-
hashCode
-
builder
-
getStatus
The export status. -
getResults
Information about the processed CSV upload. -
getCreatedTs
The export request timestamp. -
getFinishedTs
The time of completion timestamp. -
getFilename
The filename of the export. -
getType
The upload type. -
getId
The export identifier. -
toString
-