Uses of Interface
com.amilesend.discogs.model.QueryParameterBasedRequest
Packages that use QueryParameterBasedRequest
Package
Description
-
Uses of QueryParameterBasedRequest in com.amilesend.discogs.model
Subinterfaces of QueryParameterBasedRequest in com.amilesend.discogs.modelModifier and TypeInterfaceDescriptioninterface
Defines a request that contains a JSON-based body to be included in an HTTP post request.Classes in com.amilesend.discogs.model that implement QueryParameterBasedRequestModifier and TypeClassDescriptionclass
Base class to define requests that support pagination. -
Uses of QueryParameterBasedRequest in com.amilesend.discogs.model.collection
Classes in com.amilesend.discogs.model.collection that implement QueryParameterBasedRequestModifier 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
class
The request to delete an instance.class
The request to edit a field for an instance.class
The request to retrieve a paginated list of collection items by folder.class
The request to retrieve a paginated list of collection items for a release.class
Get request to get the value of a user's collection.class
The request to ge the list of custom fields for a user.class
The request to get a specific folder in a user's collection.class
Request to get a list of folders in a user's collection.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 QueryParameterBasedRequest in com.amilesend.discogs.model.database
Classes in com.amilesend.discogs.model.database that implement QueryParameterBasedRequestModifier and TypeClassDescriptionclass
The request to delete a user release.class
Describes the request to get artist infromation.class
The request to retrieve the paginated list of releases for an artist.class
Describes the request to get the community release rating.class
Describes the request to get label information.class
The request to retrieve the paginated list of releases for a label.class
Describes the master release requestclass
The request to retrieve the paginated list of master release versions.class
class
Describes the request to get a user release rating.class
The request to search for resourcesclass
Request to update a user's rating for a release. -
Uses of QueryParameterBasedRequest in com.amilesend.discogs.model.identity
Classes in com.amilesend.discogs.model.identity that implement QueryParameterBasedRequestModifier and TypeClassDescriptionclass
The request to update a user profile.class
Defines the request to fetch user contributions.class
Describes the request to get a user's profile.class
The request to retrieve the paginated list of submission for a user. -
Uses of QueryParameterBasedRequest in com.amilesend.discogs.model.inventory
Classes in com.amilesend.discogs.model.inventory that implement QueryParameterBasedRequestModifier 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.class
The request to download an inventory export CSV file to the filesystem.class
The request to get information for a specific export.class
The request to get a paginated list of exports.class
The request to get information for a specific upload.class
The request to get a paginated list of exports. -
Uses of QueryParameterBasedRequest in com.amilesend.discogs.model.inventory.type
Classes in com.amilesend.discogs.model.inventory.type that implement QueryParameterBasedRequestModifier and TypeClassDescriptionclass
Base class for inventory upload-related requests. -
Uses of QueryParameterBasedRequest in com.amilesend.discogs.model.lists
Classes in com.amilesend.discogs.model.lists that implement QueryParameterBasedRequestModifier and TypeClassDescriptionclass
The request to get a list.class
The request to retrieve a paginated list of user-defined lists. -
Uses of QueryParameterBasedRequest in com.amilesend.discogs.model.marketplace
Classes in com.amilesend.discogs.model.marketplace that implement QueryParameterBasedRequestModifier and TypeClassDescriptionclass
Describes a request to add a message to an order.class
The request to create a new listing.class
The request to deleting a listing.class
The request to get the fee for a given price.class
The request to retrieve the paginated list of inventory for a sellerclass
The request to retrieve a specific listing.class
Describes the request to retrieve a paginated list of messages associated with a specific order.class
The request to get an order.class
The request to retrieve the paginated list of orders for a user.class
The request to retrieve a map of prices suggestions for a release.class
The request to fetch release statistics for a given release.class
The request to update an existing listing.class
The request to update an order. -
Uses of QueryParameterBasedRequest in com.amilesend.discogs.model.wantlist
Classes in com.amilesend.discogs.model.wantlist that implement QueryParameterBasedRequestModifier and TypeClassDescriptionclass
The request to add a release to a user's want list.class
The request to delete a release from a user's want list.class
The request to retrieve a paginated list of collection items that is wanted by a user.class
The request to edit a release in a user's want list.