Package com.amilesend.discogs.model.collection
package com.amilesend.discogs.model.collection
-
ClassDescriptionThe request to add a release item to a user collection folder.The response upon successful addition of a release item to a user's collection folder.The request to change the rating on a release and/or move the instance to another folder.The request to create a new folder for a user's collection.The response that describes the newly created folder in the user's collection.CreateFolderResponse.CreateFolderResponseBuilder<C extends CreateFolderResponse, B extends CreateFolderResponse.CreateFolderResponseBuilder<C,
B>> The request to delete an instance.The request to edit a field for an instance.The request to retrieve a paginated list of collection items by folder.GetCollectionItemsByFolderRequest.GetCollectionItemsByFolderRequestBuilder<C extends GetCollectionItemsByFolderRequest, B extends GetCollectionItemsByFolderRequest.GetCollectionItemsByFolderRequestBuilder<C,B>> Describes the attributes to sort on.Defines the list of items from a user collection for a folder.GetCollectionItemsByFolderResponse.GetCollectionItemsByFolderResponseBuilder<C extends GetCollectionItemsByFolderResponse, B extends GetCollectionItemsByFolderResponse.GetCollectionItemsByFolderResponseBuilder<C,B>> The request to retrieve a paginated list of collection items for a release.GetCollectionItemsByReleaseRequest.GetCollectionItemsByReleaseRequestBuilder<C extends GetCollectionItemsByReleaseRequest, B extends GetCollectionItemsByReleaseRequest.GetCollectionItemsByReleaseRequestBuilder<C,B>> Defines the list of items from a user collection for a release.GetCollectionItemsByReleaseResponse.GetCollectionItemsByReleaseResponseBuilder<C extends GetCollectionItemsByReleaseResponse, B extends GetCollectionItemsByReleaseResponse.GetCollectionItemsByReleaseResponseBuilder<C,B>> Get request to get the value of a user's collection.The response that describes the value of a user's collection.The request to ge the list of custom fields for a user.The request to retrieve the list of custom fields.The request to get a specific folder in a user's collection.The response when getting a specific folder within a user's collection.GetFolderResponse.GetFolderResponseBuilder<C extends GetFolderResponse, B extends GetFolderResponse.GetFolderResponseBuilder<C,B>> Request to get a list of folders in a user's collection.The response when getting the list of folders in a user's collection.The request to move the instance to another folder.The request to rename an existing folder within a user's collection.The response that describes the renamed folder in the user's collection.RenameFolderResponse.RenameFolderResponseBuilder<C extends RenameFolderResponse, B extends RenameFolderResponse.RenameFolderResponseBuilder<C,B>>