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 TypeInterfaceDescriptioninterfaceDefines 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 TypeClassDescriptionclassBase 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 TypeClassDescriptionclassThe request to add a release item to a user collection folder.classThe request to change the rating on a release and/or move the instance to another folder.classThe request to create a new folder for a user's collection.classclassThe request to delete an instance.classThe request to edit a field for an instance.classThe request to retrieve a paginated list of collection items by folder.classThe request to retrieve a paginated list of collection items for a release.classGet request to get the value of a user's collection.classThe request to ge the list of custom fields for a user.classThe request to get a specific folder in a user's collection.classRequest to get a list of folders in a user's collection.classThe request to move the instance to another folder.classThe 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 TypeClassDescriptionclassThe request to delete a user release.classDescribes the request to get artist infromation.classThe request to retrieve the paginated list of releases for an artist.classDescribes the request to get the community release rating.classDescribes the request to get label information.classThe request to retrieve the paginated list of releases for a label.classDescribes the master release requestclassThe request to retrieve the paginated list of master release versions.classclassDescribes the request to get a user release rating.classThe request to search for resourcesclassRequest 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 TypeClassDescriptionclassThe request to update a user profile.classDefines the request to fetch user contributions.classDescribes the request to get a user's profile.classThe 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 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.classThe request to download an inventory export CSV file to the filesystem.classThe request to get information for a specific export.classThe request to get a paginated list of exports.classThe request to get information for a specific upload.classThe 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 TypeClassDescriptionclassBase 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 TypeClassDescriptionclassThe request to get a list.classThe 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 TypeClassDescriptionclassDescribes a request to add a message to an order.classThe request to create a new listing.classThe request to deleting a listing.classThe request to get the fee for a given price.classThe request to retrieve the paginated list of inventory for a sellerclassThe request to retrieve a specific listing.classDescribes the request to retrieve a paginated list of messages associated with a specific order.classThe request to get an order.classThe request to retrieve the paginated list of orders for a user.classThe request to retrieve a map of prices suggestions for a release.classThe request to fetch release statistics for a given release.classThe request to update an existing listing.classThe 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 TypeClassDescriptionclassThe request to add a release to a user's want list.classThe request to delete a release from a user's want list.classThe request to retrieve a paginated list of collection items that is wanted by a user.classThe request to edit a release in a user's want list.