Uses of Class
com.amilesend.discogs.model.inventory.type.InventoryRequestBase
Packages that use InventoryRequestBase
Package
Description
-
Uses of InventoryRequestBase in com.amilesend.discogs.model.inventory
Subclasses of InventoryRequestBase in com.amilesend.discogs.model.inventoryModifier and TypeClassDescriptionclassThe request to upload a CSV to add items to a user's inventory.classThe request to upload a CSV to change items contained within a user's inventory.classThe request to upload a CSV containing a list of release identifiers to delete from a user's inventory. -
Uses of InventoryRequestBase in com.amilesend.discogs.model.inventory.type
Classes in com.amilesend.discogs.model.inventory.type with type parameters of type InventoryRequestBaseModifier and TypeClassDescriptionstatic classInventoryRequestBase.InventoryRequestBaseBuilder<C extends InventoryRequestBase, B extends InventoryRequestBase.InventoryRequestBaseBuilder<C,B>>