Uses of Annotation Type
com.amilesend.discogs.model.AuthenticationRequired
Packages that use AuthenticationRequired
-
Uses of AuthenticationRequired in com.amilesend.discogs.api
Methods in com.amilesend.discogs.api with annotations of type AuthenticationRequiredModifier and TypeMethodDescriptionInventoryUploadApi.addInventory
(@NonNull AddInventoryRequest request) Adds items from a CSV file to a user's inventory.MarketplaceApi.addOrderMessage
(@NonNull AddOrderMessageRequest request) Adds a message to an order: Must be authenticated as the seller.UserWantListApi.addReleaseToWantList
(@NonNull AddReleaseToWantListRequest request) Adds a release to a user's want list.UserCollectionApi.addToFolder
(@NonNull AddToFolderRequest request) Adds a release to a user's collection folder.InventoryUploadApi.changeInventory
(@NonNull ChangeInventoryRequest request) Change items from a CSV file within a user's inventory.void
UserCollectionApi.changeReleaseRating
(@NonNull ChangeReleaseRatingRequest request) Changes the release rating.UserCollectionApi.createFolder
(@NonNull CreateFolderRequest request) Creates a new folder within a user's collection.MarketplaceApi.createListing
(@NonNull CreateListingRequest request) Creates a new listing.void
UserCollectionApi.deleteFolder
(@NonNull DeleteFolderRequest request) Deletes a folder from a user's collection.void
UserCollectionApi.deleteInstance
(@NonNull DeleteInstanceRequest request) Deletes an instance from a folder.InventoryUploadApi.deleteInventory
(@NonNull DeleteInventoryRequest request) Delete items from a user's inventory for the given CSV-formatted list of releases.void
MarketplaceApi.deleteListing
(@NonNull DeleteListingRequest request) Deletes a listing.void
UserWantListApi.deleteReleaseFromWantList
(@NonNull DeleteReleaseFormWantListRequest request) Deletes a release form a user's want list.void
DatabaseApi.deleteUserReleaseRating
(@NonNull DeleteUserReleaseRequest request) Deletes a release rating for a user.InventoryExportApi.downloadExport
(@NonNull DownloadInventoryExportRequest request) Downloads an inventory export CSV file.void
UserCollectionApi.editInstanceField
(@NonNull EditInstanceFieldRequest request) Edits a field for an instance.UserIdentityApi.editUserProfile
(@NonNull EditUserProfileRequest request) Edits a user profile.InventoryExportApi.exportInventory()
Issues a request to enqueue the export of the authenticated user's inventory into a CSV file.UserIdentityApi.getAuthenticatedUser()
Gets the basic information about the authenticated user.UserCollectionApi.getCollectionValue
(@NonNull GetCollectionValueRequest request) Gets the value of a user's collection.InventoryExportApi.getExport
(@NonNull GetExportRequest request) Gets information for a specific export.InventoryExportApi.getExports
(@NonNull GetExportsRequest request) Gets the paginated list of recent exports.MarketplaceApi.getFee
(@NonNull GetFeeRequest request) Gets the fee when selling an item at a given price.MarketplaceApi.getOrder
(@NonNull GetOrderRequest request) Gets information for a specific order.MarketplaceApi.getOrderMessages
(@NonNull GetOrderMessagesRequest request) Gets the paginated list of messages associated with an order.MarketplaceApi.getOrders
(@NonNull GetOrdersRequest request) Gets the paginated list of orders for the authenticated user.MarketplaceApi.getPriceSuggestions
(@NonNull GetPriceSuggestionsRequest request) Gets a map of prices suggestions foa given release.InventoryUploadApi.getUpload
(@NonNull GetUploadRequest request) Gets information for a specific upload.InventoryUploadApi.getUploads
(@NonNull GetUploadsRequest request) Gets the paginated list of uploads.UserIdentityApi.getUserProfile
(@NonNull GetUserProfileRequest request) Gets a user profile.UserWantListApi.getWantList
(@NonNull GetWantListRequest request) Gets the want list for a user.void
UserCollectionApi.moveRelease
(@NonNull MoveReleaseRequest request) Moves an instance to another folder.UserCollectionApi.renameFolder
(@NonNull RenameFolderRequest request) Renames a folder within a user's collection.DatabaseApi.search
(@NonNull SearchRequest request) Searches for masters, releases, artists, and labels.void
MarketplaceApi.updateListing
(@NonNull UpdateListingRequest request) Updates a listing.MarketplaceApi.updateOrder
(@NonNull UpdateOrderRequest request) Updates an order.UserWantListApi.updateReleaseOnWantList
(@NonNull UpdateReleaseOnWantListRequest request) Updates an existing release from a user's want list.DatabaseApi.updateUserReleaseRating
(@NonNull UpdateUserReleaseRatingRequest request) Updates the release rating for a user.