Class ExportItem
java.lang.Object
com.amilesend.discogs.model.inventory.type.ExportItem
- Direct Known Subclasses:
GetExportResponse
Describes an export from a user's inventory.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classExportItem.ExportItemBuilder<C extends ExportItem, B extends ExportItem.ExportItemBuilder<C,B>> -
Method Summary
Modifier and TypeMethodDescriptionstatic ExportItem.ExportItemBuilder<?, ?> builder()booleanThe export request timestamp.The URL to download the inventory export.The filename of the export.The time of completion timestamp.getId()The export identifier.The export status.getUrl()The API URL.inthashCode()toString()
-
Method Details
-
equals
-
hashCode
-
builder
-
getStatus
The export status. -
getCreatedTs
The export request timestamp. -
getUrl
The API URL. -
getFinishedTs
The time of completion timestamp. -
getDownloadUrl
The URL to download the inventory export. -
getFilename
The filename of the export. -
getId
The export identifier. -
toString
-