Class DownloadInformation.DownloadInformationBuilder<C extends DownloadInformation, B extends DownloadInformation.DownloadInformationBuilder<C,B> >
java.lang.Object
com.amilesend.discogs.model.inventory.type.DownloadInformation.DownloadInformationBuilder<C,B>
- Direct Known Subclasses:
DownloadInventoryExportResponse.DownloadInventoryExportResponseBuilder
- Enclosing class:
DownloadInformation
public abstract static class DownloadInformation.DownloadInformationBuilder<C extends DownloadInformation, B extends DownloadInformation.DownloadInformationBuilder<C,B>>
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Cbuild()downloadedBytes(long downloadedBytes) The amount of bytes actually downloaded.downloadPath(Path downloadPath) The Path to the downloaded file.The filename of the file.sizeBytes(long sizeBytes) The file size in bytes.toString()
-
Constructor Details
-
DownloadInformationBuilder
public DownloadInformationBuilder()
-
-
Method Details
-
fileName
-
sizeBytes
-
downloadedBytes
The amount of bytes actually downloaded.- Returns:
this.
-
downloadPath
-
build
-
toString
-