Class DownloadInventoryExportRequest
java.lang.Object
com.amilesend.discogs.model.inventory.DownloadInventoryExportRequest
- All Implemented Interfaces:
QueryParameterBasedRequest
The request to download an inventory export CSV file to the filesystem.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleancom.amilesend.client.connection.file.TransferProgressCallbackThe callback for transfer progress (optional).longThe inventory export identifier (required).The folder to download the CSV to (required).inthashCode()okhttp3.HttpUrl.BuilderpopulateQueryParameters(okhttp3.HttpUrl.Builder urlBuilder) Helper method to populate query parameters of aHttpUrl.Builder.toString()
-
Method Details
-
populateQueryParameters
public okhttp3.HttpUrl.Builder populateQueryParameters(okhttp3.HttpUrl.Builder urlBuilder) Description copied from interface:QueryParameterBasedRequestHelper method to populate query parameters of aHttpUrl.Builder.- Specified by:
populateQueryParametersin interfaceQueryParameterBasedRequest- Parameters:
urlBuilder- the HttpUrl.Builder instance- Returns:
- the HttpUrl.Builder instance
-
builder
-
getExportId
public long getExportId()The inventory export identifier (required). -
getFolderPath
The folder to download the CSV to (required). -
getCallback
public com.amilesend.client.connection.file.TransferProgressCallback getCallback()The callback for transfer progress (optional). Note: Ifnull, then the defaultLogProgressCallbackwill be used to log transfer progress.- See Also:
-
equals
-
hashCode
-
toString
-