Class InventoryUploadApi
java.lang.Object
com.amilesend.discogs.api.ApiBase
com.amilesend.discogs.api.InventoryUploadApi
The Discogs Inventory Upload API.
API Documentation
API Documentation
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInventoryUploadApi(DiscogsConnection connection) Creates a newInventoryUploadApiobject. -
Method Summary
Modifier and TypeMethodDescriptionaddInventory(@NonNull AddInventoryRequest request) Adds items from a CSV file to a user's inventory.changeInventory(@NonNull ChangeInventoryRequest request) Change items from a CSV file within a user's inventory.deleteInventory(@NonNull DeleteInventoryRequest request) Delete items from a user's inventory for the given CSV-formatted list of releases.getUpload(@NonNull GetUploadRequest request) Gets information for a specific upload.getUploads(@NonNull GetUploadsRequest request) Gets the paginated list of uploads.Methods inherited from class ApiBase
getConnection
-
Constructor Details
-
InventoryUploadApi
Creates a newInventoryUploadApiobject.- Parameters:
connection- the underlying client connection
-
-
Method Details
-
addInventory
Adds items from a CSV file to a user's inventory.- Parameters:
request- the request- Returns:
- the response
- See Also:
-
changeInventory
Change items from a CSV file within a user's inventory.- Parameters:
request- the request- Returns:
- the response
- See Also:
-
deleteInventory
Delete items from a user's inventory for the given CSV-formatted list of releases.- Parameters:
request- the request- Returns:
- the response
- See Also:
-
getUploads
Gets the paginated list of uploads. Note: authentication is required.- Parameters:
request- the request- Returns:
- the response
- See Also:
-
getUpload
Gets information for a specific upload. Note: authentication is required.- Parameters:
request- the request- Returns:
- the response
- See Also:
-