Uses of Interface
com.amilesend.discogs.model.BodyBasedRequest
Packages that use BodyBasedRequest
Package
Description
-
Uses of BodyBasedRequest in com.amilesend.discogs.model.collection
Classes in com.amilesend.discogs.model.collection that implement BodyBasedRequestModifier and TypeClassDescriptionclass
The request to add a release item to a user collection folder.class
The request to change the rating on a release and/or move the instance to another folder.class
The request to create a new folder for a user's collection.class
The request to edit a field for an instance.class
The request to move the instance to another folder.class
The request to rename an existing folder within a user's collection. -
Uses of BodyBasedRequest in com.amilesend.discogs.model.database
Classes in com.amilesend.discogs.model.database that implement BodyBasedRequestModifier and TypeClassDescriptionclass
Request to update a user's rating for a release. -
Uses of BodyBasedRequest in com.amilesend.discogs.model.identity
Classes in com.amilesend.discogs.model.identity that implement BodyBasedRequestModifier and TypeClassDescriptionclass
The request to update a user profile. -
Uses of BodyBasedRequest in com.amilesend.discogs.model.inventory
Classes in com.amilesend.discogs.model.inventory that implement BodyBasedRequestModifier and TypeClassDescriptionclass
The request to upload a CSV to add items to a user's inventory.class
The request to upload a CSV to change items contained within a user's inventory.class
The request to upload a CSV containing a list of release identifiers to delete from a user's inventory. -
Uses of BodyBasedRequest in com.amilesend.discogs.model.inventory.type
Classes in com.amilesend.discogs.model.inventory.type that implement BodyBasedRequestModifier and TypeClassDescriptionclass
Base class for inventory upload-related requests. -
Uses of BodyBasedRequest in com.amilesend.discogs.model.marketplace
Classes in com.amilesend.discogs.model.marketplace that implement BodyBasedRequestModifier and TypeClassDescriptionclass
Describes a request to add a message to an order.class
The request to create a new listing.class
The request to update an existing listing.class
The request to update an order. -
Uses of BodyBasedRequest in com.amilesend.discogs.model.wantlist
Classes in com.amilesend.discogs.model.wantlist that implement BodyBasedRequestModifier and TypeClassDescriptionclass
The request to add a release to a user's want list.class
The request to edit a release in a user's want list.