Class DownloadInventoryExportResponse
java.lang.Object
com.amilesend.discogs.model.inventory.type.DownloadInformation
com.amilesend.discogs.model.inventory.DownloadInventoryExportResponse
The response for downloading an inventory export CSV file.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDownloadInventoryExportResponse.DownloadInventoryExportResponseBuilder<C extends DownloadInventoryExportResponse, B extends DownloadInventoryExportResponse.DownloadInventoryExportResponseBuilder<C,B>> Nested classes/interfaces inherited from class DownloadInformation
DownloadInformation.DownloadInformationBuilder<C,B> Modifier and TypeClassDescriptionstatic classDownloadInformation.DownloadInformationBuilder<C extends DownloadInformation, B extends DownloadInformation.DownloadInformationBuilder<C,B>> -
Method Summary
Methods inherited from class DownloadInformation
getDownloadedBytes, getDownloadPath, getFileName, getSizeBytesModifier and TypeMethodDescriptionlongThe amount of bytes actually downloaded.The Path to the downloaded file.The filename of the file.longThe file size in bytes.
-
Method Details
-
builder
-
equals
- Overrides:
equalsin classDownloadInformation
-
hashCode
public int hashCode()- Overrides:
hashCodein classDownloadInformation
-
toString
- Overrides:
toStringin classDownloadInformation
-