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()
boolean
com.amilesend.client.connection.file.TransferProgressCallback
The callback for transfer progress (optional).long
The inventory export identifier (required).The folder to download the CSV to (required).int
hashCode()
okhttp3.HttpUrl.Builder
populateQueryParameters
(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:QueryParameterBasedRequest
Helper method to populate query parameters of aHttpUrl.Builder
.- Specified by:
populateQueryParameters
in 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 defaultLogProgressCallback
will be used to log transfer progress.- See Also:
-
equals
-
hashCode
-
toString
-