Index

A B C D E F G H I J K L M N O P Q R S T U V W Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ACCEPT_OFFER - Enum constant in enum com.amilesend.discogs.csv.type.InventoryHeader
 
acceptOffer(String) - Method in class com.amilesend.discogs.csv.type.InventoryRecord.InventoryRecordBuilder
Flag indicator if buyer offers are accepted or not (optional).
accessToken(String) - Method in class com.amilesend.discogs.connection.auth.oauth.AccessTokenResponse.AccessTokenResponseBuilder
The access token.
AccessTokenResponse - Class in com.amilesend.discogs.connection.auth.oauth
Describes the response during the OAuth flow when requesting the access token that is used during the handshake to request permission from the user that explicitly granted the application access.
AccessTokenResponse.AccessTokenResponseBuilder - Class in com.amilesend.discogs.connection.auth.oauth
 
accessTokenSecret(String) - Method in class com.amilesend.discogs.connection.auth.oauth.AccessTokenResponse.AccessTokenResponseBuilder
The access token secret.
accessTokenUrl(String) - Method in class com.amilesend.discogs.connection.auth.OAuthManager.OAuthManagerBuilder
 
active(Boolean) - Method in class com.amilesend.discogs.model.database.type.Member.MemberBuilder
Active flag indicator.
addAuthentication(Request.Builder) - Method in class com.amilesend.discogs.connection.auth.KeySecretAuthManager
 
addAuthentication(Request.Builder) - Method in class com.amilesend.discogs.connection.auth.OAuthManager
 
addAuthentication(Request.Builder) - Method in class com.amilesend.discogs.connection.auth.TokenAuthManager
 
ADDED - Enum constant in enum com.amilesend.discogs.model.collection.GetCollectionItemsByFolderRequest.Sort
 
ADDED - Enum constant in enum com.amilesend.discogs.model.identity.GetUserContributionsRequest.Sort
The time when the release was added.
addInventory(AddInventoryRequest) - Method in class com.amilesend.discogs.api.InventoryUploadApi
Adds items from a CSV file to a user's inventory.
AddInventoryRequest - Class in com.amilesend.discogs.model.inventory
The request to upload a CSV to add items to a user's inventory.
AddInventoryRequest.AddInventoryRequestBuilder<C,B> - Class in com.amilesend.discogs.model.inventory
 
AddInventoryRequestBuilder() - Constructor for class com.amilesend.discogs.model.inventory.AddInventoryRequest.AddInventoryRequestBuilder
 
AddInventoryResponse - Class in com.amilesend.discogs.model.inventory
The response when uploading a CSV file to add items to a user's inventory.
AddInventoryResponse.AddInventoryResponseBuilder<C,B> - Class in com.amilesend.discogs.model.inventory
 
AddInventoryResponseBuilder() - Constructor for class com.amilesend.discogs.model.inventory.AddInventoryResponse.AddInventoryResponseBuilder
 
additionalInstructions(String) - Method in class com.amilesend.discogs.model.marketplace.type.Order.OrderBuilder
Additional instructions provided by the buyer.
addOrderMessage(AddOrderMessageRequest) - Method in class com.amilesend.discogs.api.MarketplaceApi
Adds a message to an order: Must be authenticated as the seller.
AddOrderMessageRequest - Class in com.amilesend.discogs.model.marketplace
Describes a request to add a message to an order.
AddOrderMessageRequest.AddOrderMessageRequestBuilder - Class in com.amilesend.discogs.model.marketplace
 
AddOrderMessageResponse - Class in com.amilesend.discogs.model.marketplace
The response whe adding a message to an order.
AddOrderMessageResponse.AddOrderMessageResponseBuilder<C,B> - Class in com.amilesend.discogs.model.marketplace
 
AddOrderMessageResponseBuilder() - Constructor for class com.amilesend.discogs.model.marketplace.AddOrderMessageResponse.AddOrderMessageResponseBuilder
 
addReleaseToWantList(AddReleaseToWantListRequest) - Method in class com.amilesend.discogs.api.UserWantListApi
Adds a release to a user's want list.
AddReleaseToWantListRequest - Class in com.amilesend.discogs.model.wantlist
The request to add a release to a user's want list.
AddReleaseToWantListRequest.AddReleaseToWantListRequestBuilder<C,B> - Class in com.amilesend.discogs.model.wantlist
 
AddReleaseToWantListRequestBuilder() - Constructor for class com.amilesend.discogs.model.wantlist.AddReleaseToWantListRequest.AddReleaseToWantListRequestBuilder
 
AddReleaseToWantListResponse - Class in com.amilesend.discogs.model.wantlist
The response when adding a release to a user's want list.
AddReleaseToWantListResponse.AddReleaseToWantListResponseBuilder<C,B> - Class in com.amilesend.discogs.model.wantlist
 
AddReleaseToWantListResponseBuilder() - Constructor for class com.amilesend.discogs.model.wantlist.AddReleaseToWantListResponse.AddReleaseToWantListResponseBuilder
 
addToFolder(AddToFolderRequest) - Method in class com.amilesend.discogs.api.UserCollectionApi
Adds a release to a user's collection folder.
AddToFolderRequest - Class in com.amilesend.discogs.model.collection
The request to add a release item to a user collection folder.
AddToFolderRequest.AddToFolderRequestBuilder - Class in com.amilesend.discogs.model.collection
 
AddToFolderResponse - Class in com.amilesend.discogs.model.collection
The response upon successful addition of a release item to a user's collection folder.
AddToFolderResponse.AddToFolderResponseBuilder - Class in com.amilesend.discogs.model.collection
 
Alias - Class in com.amilesend.discogs.model.database.type
Describes an artist member.
Alias.AliasBuilder<C,B> - Class in com.amilesend.discogs.model.database.type
 
AliasBuilder() - Constructor for class com.amilesend.discogs.model.database.type.Alias.AliasBuilder
 
aliases(List) - Method in class com.amilesend.discogs.model.database.type.ArtistInformation.ArtistInformationBuilder
List of aliases.
allowOffers(Boolean) - Method in class com.amilesend.discogs.model.marketplace.CreateListingRequest.CreateListingRequestBuilder
Indicator to allow offers (optional).
allowOffers(Boolean) - Method in class com.amilesend.discogs.model.marketplace.type.Listing.ListingBuilder
Flag indicator for allowing offers.
amount(Double) - Method in class com.amilesend.discogs.model.marketplace.type.OrderRefund.OrderRefundBuilder
The amount refunded.
anv(String) - Method in class com.amilesend.discogs.model.database.SearchRequest.SearchRequestBuilder
Artist ANV (optional).
anv(String) - Method in class com.amilesend.discogs.model.type.Artist.ArtistBuilder
 
Api - Annotation Type in com.amilesend.discogs.model
Describes that a class contains API methods.
ApiBase - Class in com.amilesend.discogs.api
Wraps a OkHttpClient that manages parsing responses to corresponding POJO types.
ApiBase(DiscogsConnection) - Constructor for class com.amilesend.discogs.api.ApiBase
Creates a new ApiBase instance.
appCredentials(KeySecretAuthInfo) - Method in class com.amilesend.discogs.connection.auth.OAuthManager.OAuthManagerBuilder
 
appendIfNotBlank(HttpUrl.Builder, String, String) - Static method in interface com.amilesend.discogs.model.QueryParameterBasedRequest
Helper method to populate a query parameter if the string value is not blank.
appendIfNotNull(HttpUrl.Builder, String, Object) - Static method in interface com.amilesend.discogs.model.QueryParameterBasedRequest
Helper method to populate a query parameter if the value is not null.
archived(Boolean) - Method in class com.amilesend.discogs.model.marketplace.GetOrdersRequest.GetOrdersRequestBuilder
Archived flag indicator (optional).
archived(Boolean) - Method in class com.amilesend.discogs.model.marketplace.type.Order.OrderBuilder
Archived order flag indicator.
artist(String) - Method in class com.amilesend.discogs.model.database.GetArtistReleasesResponse.ArtistRelease.ArtistReleaseBuilder
The artist name.
artist(String) - Method in class com.amilesend.discogs.model.database.GetLabelReleasesResponse.LabelRelease.LabelReleaseBuilder
The artist name.
artist(String) - Method in class com.amilesend.discogs.model.database.SearchRequest.SearchRequestBuilder
The artist name (optional).
artist(String) - Method in class com.amilesend.discogs.model.marketplace.type.ListingRelease.ListingReleaseBuilder
The artist name.
Artist - Class in com.amilesend.discogs.model.type
Describes an artist for a release.
ARTIST - Enum constant in enum com.amilesend.discogs.model.collection.GetCollectionItemsByFolderRequest.Sort
 
ARTIST - Enum constant in enum com.amilesend.discogs.model.database.type.SearchType
 
ARTIST - Enum constant in enum com.amilesend.discogs.model.identity.GetUserContributionsRequest.Sort
The release artist.
ARTIST - Enum constant in enum com.amilesend.discogs.model.marketplace.GetInventoryRequest.Sort
 
Artist.ArtistBuilder<C,B> - Class in com.amilesend.discogs.model.type
 
ArtistBuilder() - Constructor for class com.amilesend.discogs.model.type.Artist.ArtistBuilder
 
artistId(long) - Method in class com.amilesend.discogs.model.database.GetArtistInformationRequest.GetArtistInformationRequestBuilder
The artist identifier (required).
artistId(long) - Method in class com.amilesend.discogs.model.database.GetArtistReleasesRequest.GetArtistReleasesRequestBuilder
The artist identifier (required).
ArtistInformation - Class in com.amilesend.discogs.model.database.type
Describes an artist resource.
ArtistInformation.ArtistInformationBuilder<C,B> - Class in com.amilesend.discogs.model.database.type
 
ArtistInformationBuilder() - Constructor for class com.amilesend.discogs.model.database.type.ArtistInformation.ArtistInformationBuilder
 
ArtistReleaseBuilder() - Constructor for class com.amilesend.discogs.model.database.GetArtistReleasesResponse.ArtistRelease.ArtistReleaseBuilder
 
artists(List) - Method in class com.amilesend.discogs.model.identity.GetUserSubmissionsResponse.UserSubmissions.UserSubmissionsBuilder
The list of artists.
artists(List) - Method in class com.amilesend.discogs.model.type.BasicInformation.BasicInformationBuilder
The list of credited artists.
artists(List) - Method in class com.amilesend.discogs.model.type.ReleaseContentBase.ReleaseContentBaseBuilder
The list of associated artists.
artistsSort(String) - Method in class com.amilesend.discogs.model.type.Release.ReleaseBuilder
The artist name that is used for sorting this release.
ASC - Enum constant in enum com.amilesend.discogs.model.type.SortOrder
Ascending sort order.
AUD - Enum constant in enum com.amilesend.discogs.model.type.Currency
 
audio(Boolean) - Method in class com.amilesend.discogs.model.marketplace.type.Listing.ListingBuilder
Indicates if the item is audio.
AUDIO - Enum constant in enum com.amilesend.discogs.model.marketplace.GetInventoryRequest.Sort
 
AuthenticatedUser - Class in com.amilesend.discogs.model.identity.type
Describes the authenticated user.
AuthenticatedUser.AuthenticatedUserBuilder<C,B> - Class in com.amilesend.discogs.model.identity.type
 
AuthenticatedUserBuilder() - Constructor for class com.amilesend.discogs.model.identity.type.AuthenticatedUser.AuthenticatedUserBuilder
 
AuthenticationOptional - Annotation Type in com.amilesend.discogs.model
Describes that an API method that supports user authentication.
AuthenticationRequired - Annotation Type in com.amilesend.discogs.model
Describes that an API method requires user authentication.
AuthManagerFactory - Class in com.amilesend.discogs.connection.auth
Factory used to vend AuthManager instances used for Discogs.
AuthManagerFactory() - Constructor for class com.amilesend.discogs.connection.auth.AuthManagerFactory
 
authorizeUrl(String) - Method in class com.amilesend.discogs.connection.auth.OAuthManager.OAuthManagerBuilder
 
authVerifier(AuthVerifier) - Method in class com.amilesend.discogs.connection.DiscogsConnection.DiscogsConnectionBuilder
The authorization verifier used to check if API calls require authentication prior to invoking the API.
AuthVerifier - Interface in com.amilesend.discogs.connection.auth
Interface for client-side auth verification for required API calls.
avatarUrl(String) - Method in class com.amilesend.discogs.model.identity.type.UserProfile.UserProfileBuilder
URL for the user's avatar image.
avatarUrl(String) - Method in class com.amilesend.discogs.model.marketplace.type.Seller.SellerBuilder
The URL to the user's avatar image.
average(Double) - Method in class com.amilesend.discogs.model.database.type.Rating.RatingBuilder
The rating average.

B

bannerUrl(String) - Method in class com.amilesend.discogs.model.identity.type.UserProfile.UserProfileBuilder
URL for the user's banner image.
barcode(String) - Method in class com.amilesend.discogs.model.database.SearchRequest.SearchRequestBuilder
Barcode (optional).
barcode(List) - Method in class com.amilesend.discogs.model.database.type.SearchResult.SearchResultBuilder
Barcodes associated with the search result.
basicInformation(BasicInformation) - Method in class com.amilesend.discogs.model.collection.type.CollectionRelease.CollectionReleaseBuilder
The release information.
basicInformation(BasicInformation) - Method in class com.amilesend.discogs.model.wantlist.type.WantListRelease.WantListReleaseBuilder
The release information.
BasicInformation - Class in com.amilesend.discogs.model.type
Describes the basic information for a catalog release entry.
BasicInformation.BasicInformationBuilder<C,B> - Class in com.amilesend.discogs.model.type
 
BasicInformationBuilder() - Constructor for class com.amilesend.discogs.model.type.BasicInformation.BasicInformationBuilder
 
blockedFormSale(Boolean) - Method in class com.amilesend.discogs.model.marketplace.GetReleaseStatisticsResponse.GetReleaseStatisticsResponseBuilder
Blocked from stale flag indicator.
BodyBasedRequest - Interface in com.amilesend.discogs.model
Defines a request that contains a JSON-based body to be included in an HTTP post request.
BodyParameter - Annotation Type in com.amilesend.discogs.model
Annotation to indicate that an attribute is a body parameter.
BRL - Enum constant in enum com.amilesend.discogs.model.type.Currency
 
build() - Method in class com.amilesend.discogs.connection.auth.oauth.AccessTokenResponse.AccessTokenResponseBuilder
 
build() - Method in class com.amilesend.discogs.connection.auth.oauth.OAuthReceiver.OAuthReceiverBuilder
 
build() - Method in class com.amilesend.discogs.connection.auth.oauth.OAuthReceiverCallback.OAuthReceiverCallbackBuilder
 
build() - Method in class com.amilesend.discogs.connection.auth.oauth.RequestTokenResponse.RequestTokenResponseBuilder
 
build() - Method in class com.amilesend.discogs.connection.auth.OAuthManager.OAuthManagerBuilder
 
build() - Method in class com.amilesend.discogs.connection.DiscogsConnection.DiscogsConnectionBuilder
 
build() - Method in class com.amilesend.discogs.connection.DiscogsConnectionBuilder
 
build() - Method in class com.amilesend.discogs.connection.http.FailureResponse.FailureResponseBuilder
 
build() - Method in class com.amilesend.discogs.csv.InventoryCsvWriter.InventoryCsvWriterBuilder
 
build() - Method in class com.amilesend.discogs.csv.type.InventoryRecord.InventoryRecordBuilder
 
build() - Method in class com.amilesend.discogs.csv.validation.ValidationException.Descriptor.DescriptorBuilder
 
build() - Method in class com.amilesend.discogs.model.collection.AddToFolderRequest.AddToFolderRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.collection.AddToFolderResponse.AddToFolderResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.collection.ChangeReleaseRatingRequest.ChangeReleaseRatingRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.collection.CreateFolderRequest.CreateFolderRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.collection.CreateFolderResponse.CreateFolderResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.collection.DeleteFolderRequest.DeleteFolderRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.collection.DeleteInstanceRequest.DeleteInstanceRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.collection.EditInstanceFieldRequest.EditInstanceFieldRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.collection.GetCollectionItemsByFolderRequest.GetCollectionItemsByFolderRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.collection.GetCollectionItemsByFolderResponse.GetCollectionItemsByFolderResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.collection.GetCollectionItemsByReleaseRequest.GetCollectionItemsByReleaseRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.collection.GetCollectionItemsByReleaseResponse.GetCollectionItemsByReleaseResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.collection.GetCollectionValueRequest.GetCollectionValueRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.collection.GetCollectionValueResponse.GetCollectionValueResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.collection.GetCustomFieldsRequest.GetCustomFieldsRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.collection.GetCustomFieldsResponse.GetCustomFieldsResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.collection.GetFolderRequest.GetFolderRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.collection.GetFolderResponse.GetFolderResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.collection.GetFoldersRequest.GetFoldersRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.collection.GetFoldersResponse.GetFoldersResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.collection.MoveReleaseRequest.MoveReleaseRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.collection.RenameFolderRequest.RenameFolderRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.collection.RenameFolderResponse.RenameFolderResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.collection.type.CollectionRelease.CollectionReleaseBuilder
 
build() - Method in class com.amilesend.discogs.model.collection.type.Field.FieldBuilder
 
build() - Method in class com.amilesend.discogs.model.collection.type.Folder.FolderBuilder
 
build() - Method in class com.amilesend.discogs.model.collection.type.Note.NoteBuilder
 
build() - Method in class com.amilesend.discogs.model.database.DeleteUserReleaseRequest.DeleteUserReleaseRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.database.GetArtistInformationRequest.GetArtistInformationRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.database.GetArtistInformationResponse.GetArtistInformationResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.database.GetArtistReleasesRequest.GetArtistReleasesRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.database.GetArtistReleasesResponse.ArtistRelease.ArtistReleaseBuilder
 
build() - Method in class com.amilesend.discogs.model.database.GetArtistReleasesResponse.GetArtistReleasesResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.database.GetCommunityReleaseRatingRequest.GetCommunityReleaseRatingRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.database.GetCommunityReleaseRatingResponse.GetCommunityReleaseRatingResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.database.GetLabelInformationRequest.GetLabelInformationRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.database.GetLabelInformationResponse.GetLabelInformationResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.database.GetLabelReleasesRequest.GetLabelReleasesRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.database.GetLabelReleasesResponse.GetLabelReleasesResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.database.GetLabelReleasesResponse.LabelRelease.LabelReleaseBuilder
 
build() - Method in class com.amilesend.discogs.model.database.GetMasterReleaseRequest.GetMasterReleaseRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.database.GetMasterReleaseResponse.GetMasterReleaseResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.database.GetMasterReleaseVersionsRequest.GetMasterReleaseVersionsRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.database.GetMasterReleaseVersionsResponse.GetMasterReleaseVersionsResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.database.GetReleaseRequest.GetReleaseRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.database.GetReleaseResponse.GetReleaseResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.database.GetUserReleaseRatingRequest.GetUserReleaseRatingRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.database.GetUserReleaseRatingResponse.GetUserReleaseRatingResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.database.SearchRequest.SearchRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.database.SearchResponse.SearchResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.database.type.Alias.AliasBuilder
 
build() - Method in class com.amilesend.discogs.model.database.type.ArtistInformation.ArtistInformationBuilder
 
build() - Method in class com.amilesend.discogs.model.database.type.CommunityReleaseRating.CommunityReleaseRatingBuilder
 
build() - Method in class com.amilesend.discogs.model.database.type.Image.ImageBuilder
 
build() - Method in class com.amilesend.discogs.model.database.type.LabelResource.LabelResourceBuilder
 
build() - Method in class com.amilesend.discogs.model.database.type.MasterRelease.MasterReleaseBuilder
 
build() - Method in class com.amilesend.discogs.model.database.type.MasterReleaseVersion.MasterReleaseVersionBuilder
 
build() - Method in class com.amilesend.discogs.model.database.type.Member.MemberBuilder
 
build() - Method in class com.amilesend.discogs.model.database.type.Rating.RatingBuilder
 
build() - Method in class com.amilesend.discogs.model.database.type.SearchResult.SearchResultBuilder
 
build() - Method in class com.amilesend.discogs.model.database.type.SearchResultFormat.SearchResultFormatBuilder
 
build() - Method in class com.amilesend.discogs.model.database.type.SearchResultStat.SearchResultStatBuilder
 
build() - Method in class com.amilesend.discogs.model.database.type.SearchResultUserData.SearchResultUserDataBuilder
 
build() - Method in class com.amilesend.discogs.model.database.type.Stat.StatBuilder
 
build() - Method in class com.amilesend.discogs.model.database.type.Stats.StatsBuilder
 
build() - Method in class com.amilesend.discogs.model.database.type.TrackInformation.TrackInformationBuilder
 
build() - Method in class com.amilesend.discogs.model.database.type.UserReleaseRating.UserReleaseRatingBuilder
 
build() - Method in class com.amilesend.discogs.model.database.type.Video.VideoBuilder
 
build() - Method in class com.amilesend.discogs.model.database.UpdateUserReleaseRatingRequest.UpdateUserReleaseRatingRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.database.UpdateUserReleaseRatingResponse.UpdateUserReleaseRatingResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.identity.EditUserProfileRequest.EditUserProfileRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.identity.EditUserProfileResponse.EditUserProfileResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.identity.GetUserContributionsRequest.GetUserContributionsRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.identity.GetUserContributionsResponse.GetUserContributionsResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.identity.GetUserProfileRequest.GetUserProfileRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.identity.GetUserProfileResponse.GetUserProfileResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.identity.GetUserSubmissionsRequest.GetUserSubmissionsRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.identity.GetUserSubmissionsResponse.GetUserSubmissionsResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.identity.GetUserSubmissionsResponse.UserSubmissions.UserSubmissionsBuilder
 
build() - Method in class com.amilesend.discogs.model.identity.type.AuthenticatedUser.AuthenticatedUserBuilder
 
build() - Method in class com.amilesend.discogs.model.identity.type.SubmissionArtist.SubmissionArtistBuilder
 
build() - Method in class com.amilesend.discogs.model.identity.type.UserProfile.UserProfileBuilder
 
build() - Method in class com.amilesend.discogs.model.inventory.AddInventoryRequest.AddInventoryRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.inventory.AddInventoryResponse.AddInventoryResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.inventory.ChangeInventoryRequest.ChangeInventoryRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.inventory.ChangeInventoryResponse.ChangeInventoryResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.inventory.DeleteInventoryRequest.DeleteInventoryRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.inventory.DeleteInventoryResponse.DeleteInventoryResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.inventory.DownloadInventoryExportRequest.DownloadInventoryExportRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.inventory.DownloadInventoryExportResponse.DownloadInventoryExportResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.inventory.ExportInventoryResponse.ExportInventoryResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.inventory.GetExportRequest.GetExportRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.inventory.GetExportResponse.GetExportResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.inventory.GetExportsRequest.GetExportsRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.inventory.GetExportsResponse.GetExportsResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.inventory.GetUploadRequest.GetUploadRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.inventory.GetUploadResponse.GetUploadResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.inventory.GetUploadsRequest.GetUploadsRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.inventory.GetUploadsResponse.GetUploadsResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.inventory.type.DownloadInformation.DownloadInformationBuilder
 
build() - Method in class com.amilesend.discogs.model.inventory.type.ExportItem.ExportItemBuilder
 
build() - Method in class com.amilesend.discogs.model.inventory.type.InventoryRequestBase.InventoryRequestBaseBuilder
 
build() - Method in class com.amilesend.discogs.model.inventory.type.UploadInformation.UploadInformationBuilder
 
build() - Method in class com.amilesend.discogs.model.inventory.type.UploadItem.UploadItemBuilder
 
build() - Method in class com.amilesend.discogs.model.lists.GetUserListRequest.GetUserListRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.lists.GetUserListResponse.GetUserListResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.lists.GetUserListsRequest.GetUserListsRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.lists.GetUserListsResponse.GetUserListsResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.lists.type.UserList.UserListBuilder
 
build() - Method in class com.amilesend.discogs.model.lists.type.UserListItem.UserListItemBuilder
 
build() - Method in class com.amilesend.discogs.model.marketplace.AddOrderMessageRequest.AddOrderMessageRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.marketplace.AddOrderMessageResponse.AddOrderMessageResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.marketplace.CreateListingRequest.CreateListingRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.marketplace.CreateListingResponse.CreateListingResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.marketplace.DeleteListingRequest.DeleteListingRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.marketplace.GetFeeRequest.GetFeeRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.marketplace.GetFeeResponse.GetFeeResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.marketplace.GetInventoryRequest.GetInventoryRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.marketplace.GetInventoryResponse.GetInventoryResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.marketplace.GetListingRequest.GetListingRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.marketplace.GetListingResponse.GetListingResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.marketplace.GetOrderMessagesRequest.GetOrderMessagesRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.marketplace.GetOrderMessagesResponse.GetOrderMessagesResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.marketplace.GetOrderRequest.GetOrderRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.marketplace.GetOrderResponse.GetOrderResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.marketplace.GetOrdersRequest.GetOrdersRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.marketplace.GetOrdersResponse.GetOrdersResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.marketplace.GetPriceSuggestionsRequest.GetPriceSuggestionsRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.marketplace.GetPriceSuggestionsResponse.GetPriceSuggestionsResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.marketplace.GetReleaseStatisticsRequest.GetReleaseStatisticsRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.marketplace.GetReleaseStatisticsResponse.GetReleaseStatisticsResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.marketplace.type.Buyer.BuyerBuilder
 
build() - Method in class com.amilesend.discogs.model.marketplace.type.Listing.ListingBuilder
 
build() - Method in class com.amilesend.discogs.model.marketplace.type.ListingRelease.ListingReleaseBuilder
 
build() - Method in class com.amilesend.discogs.model.marketplace.type.Order.OrderBuilder
 
build() - Method in class com.amilesend.discogs.model.marketplace.type.OrderItem.OrderItemBuilder
 
build() - Method in class com.amilesend.discogs.model.marketplace.type.OrderItem.Release.ReleaseBuilder
 
build() - Method in class com.amilesend.discogs.model.marketplace.type.OrderMessage.OrderMessageBuilder
 
build() - Method in class com.amilesend.discogs.model.marketplace.type.OrderReference.OrderReferenceBuilder
 
build() - Method in class com.amilesend.discogs.model.marketplace.type.OrderRefund.OrderRefundBuilder
 
build() - Method in class com.amilesend.discogs.model.marketplace.type.OriginalPrice.OriginalPriceBuilder
 
build() - Method in class com.amilesend.discogs.model.marketplace.type.Price.PriceBuilder
 
build() - Method in class com.amilesend.discogs.model.marketplace.type.Seller.SellerBuilder
 
build() - Method in class com.amilesend.discogs.model.marketplace.type.SellerStats.SellerStatsBuilder
 
build() - Method in class com.amilesend.discogs.model.marketplace.type.ShippingChargeAmount.ShippingChargeAmountBuilder
 
build() - Method in class com.amilesend.discogs.model.marketplace.UpdateListingRequest.UpdateListingRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.marketplace.UpdateOrderRequest.UpdateOrderRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.marketplace.UpdateOrderResponse.UpdateOrderResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.NamedResource.NamedResourceBuilder
 
build() - Method in class com.amilesend.discogs.model.PaginatedRequestBase.PaginatedRequestBaseBuilder
 
build() - Method in class com.amilesend.discogs.model.PaginatedResponseBase.PaginatedResponseBaseBuilder
 
build() - Method in class com.amilesend.discogs.model.PaginatedResponseBase.Pagination.PaginationBuilder
 
build() - Method in class com.amilesend.discogs.model.PostResponse.PostResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.Resource.ResourceBuilder
 
build() - Method in class com.amilesend.discogs.model.type.Artist.ArtistBuilder
 
build() - Method in class com.amilesend.discogs.model.type.BasicInformation.BasicInformationBuilder
 
build() - Method in class com.amilesend.discogs.model.type.CatalogEntity.CatalogEntityBuilder
 
build() - Method in class com.amilesend.discogs.model.type.Community.CommunityBuilder
 
build() - Method in class com.amilesend.discogs.model.type.CommunityMember.CommunityMemberBuilder
 
build() - Method in class com.amilesend.discogs.model.type.Format.FormatBuilder
 
build() - Method in class com.amilesend.discogs.model.type.Release.ReleaseBuilder
 
build() - Method in class com.amilesend.discogs.model.type.ReleaseContentBase.ReleaseContentBaseBuilder
 
build() - Method in class com.amilesend.discogs.model.type.ReleaseIdentifier.ReleaseIdentifierBuilder
 
build() - Method in class com.amilesend.discogs.model.wantlist.AddReleaseToWantListRequest.AddReleaseToWantListRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.wantlist.AddReleaseToWantListResponse.AddReleaseToWantListResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.wantlist.DeleteReleaseFormWantListRequest.DeleteReleaseFormWantListRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.wantlist.GetWantListRequest.GetWantListRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.wantlist.GetWantListResponse.GetWantListResponseBuilder
 
build() - Method in class com.amilesend.discogs.model.wantlist.type.WantListRelease.WantListReleaseBuilder
 
build() - Method in class com.amilesend.discogs.model.wantlist.UpdateReleaseOnWantListRequest.UpdateReleaseOnWantListRequestBuilder
 
build() - Method in class com.amilesend.discogs.model.wantlist.UpdateReleaseOnWantListResponse.UpdateReleaseOnWantListResponseBuilder
 
builder() - Static method in class com.amilesend.discogs.connection.auth.oauth.AccessTokenResponse
 
builder() - Static method in class com.amilesend.discogs.connection.auth.oauth.OAuthReceiver
 
builder() - Static method in class com.amilesend.discogs.connection.auth.oauth.OAuthReceiverCallback
 
builder() - Static method in class com.amilesend.discogs.connection.auth.oauth.RequestTokenResponse
 
builder() - Static method in class com.amilesend.discogs.connection.auth.OAuthManager
 
builder() - Static method in class com.amilesend.discogs.connection.DiscogsConnection
 
builder() - Static method in class com.amilesend.discogs.connection.http.FailureResponse
 
builder() - Static method in class com.amilesend.discogs.csv.InventoryCsvWriter
 
builder() - Static method in class com.amilesend.discogs.csv.type.InventoryRecord
 
builder() - Static method in class com.amilesend.discogs.csv.validation.ValidationException.Descriptor
 
builder() - Static method in class com.amilesend.discogs.model.collection.AddToFolderRequest
 
builder() - Static method in class com.amilesend.discogs.model.collection.AddToFolderResponse
 
builder() - Static method in class com.amilesend.discogs.model.collection.ChangeReleaseRatingRequest
 
builder() - Static method in class com.amilesend.discogs.model.collection.CreateFolderRequest
 
builder() - Static method in class com.amilesend.discogs.model.collection.CreateFolderResponse
 
builder() - Static method in class com.amilesend.discogs.model.collection.DeleteFolderRequest
 
builder() - Static method in class com.amilesend.discogs.model.collection.DeleteInstanceRequest
 
builder() - Static method in class com.amilesend.discogs.model.collection.EditInstanceFieldRequest
 
builder() - Static method in class com.amilesend.discogs.model.collection.GetCollectionItemsByFolderRequest
 
builder() - Static method in class com.amilesend.discogs.model.collection.GetCollectionItemsByFolderResponse
 
builder() - Static method in class com.amilesend.discogs.model.collection.GetCollectionItemsByReleaseRequest
 
builder() - Static method in class com.amilesend.discogs.model.collection.GetCollectionItemsByReleaseResponse
 
builder() - Static method in class com.amilesend.discogs.model.collection.GetCollectionValueRequest
 
builder() - Static method in class com.amilesend.discogs.model.collection.GetCollectionValueResponse
 
builder() - Static method in class com.amilesend.discogs.model.collection.GetCustomFieldsRequest
 
builder() - Static method in class com.amilesend.discogs.model.collection.GetCustomFieldsResponse
 
builder() - Static method in class com.amilesend.discogs.model.collection.GetFolderRequest
 
builder() - Static method in class com.amilesend.discogs.model.collection.GetFolderResponse
 
builder() - Static method in class com.amilesend.discogs.model.collection.GetFoldersRequest
 
builder() - Static method in class com.amilesend.discogs.model.collection.GetFoldersResponse
 
builder() - Static method in class com.amilesend.discogs.model.collection.MoveReleaseRequest
 
builder() - Static method in class com.amilesend.discogs.model.collection.RenameFolderRequest
 
builder() - Static method in class com.amilesend.discogs.model.collection.RenameFolderResponse
 
builder() - Static method in class com.amilesend.discogs.model.collection.type.CollectionRelease
 
builder() - Static method in class com.amilesend.discogs.model.collection.type.Field
 
builder() - Static method in class com.amilesend.discogs.model.collection.type.Folder
 
builder() - Static method in class com.amilesend.discogs.model.collection.type.Note
 
builder() - Static method in class com.amilesend.discogs.model.database.DeleteUserReleaseRequest
 
builder() - Static method in class com.amilesend.discogs.model.database.GetArtistInformationRequest
 
builder() - Static method in class com.amilesend.discogs.model.database.GetArtistInformationResponse
 
builder() - Static method in class com.amilesend.discogs.model.database.GetArtistReleasesRequest
 
builder() - Static method in class com.amilesend.discogs.model.database.GetArtistReleasesResponse.ArtistRelease
 
builder() - Static method in class com.amilesend.discogs.model.database.GetArtistReleasesResponse
 
builder() - Static method in class com.amilesend.discogs.model.database.GetCommunityReleaseRatingRequest
 
builder() - Static method in class com.amilesend.discogs.model.database.GetCommunityReleaseRatingResponse
 
builder() - Static method in class com.amilesend.discogs.model.database.GetLabelInformationRequest
 
builder() - Static method in class com.amilesend.discogs.model.database.GetLabelInformationResponse
 
builder() - Static method in class com.amilesend.discogs.model.database.GetLabelReleasesRequest
 
builder() - Static method in class com.amilesend.discogs.model.database.GetLabelReleasesResponse
 
builder() - Static method in class com.amilesend.discogs.model.database.GetLabelReleasesResponse.LabelRelease
 
builder() - Static method in class com.amilesend.discogs.model.database.GetMasterReleaseRequest
 
builder() - Static method in class com.amilesend.discogs.model.database.GetMasterReleaseResponse
 
builder() - Static method in class com.amilesend.discogs.model.database.GetMasterReleaseVersionsRequest
 
builder() - Static method in class com.amilesend.discogs.model.database.GetMasterReleaseVersionsResponse
 
builder() - Static method in class com.amilesend.discogs.model.database.GetReleaseRequest
 
builder() - Static method in class com.amilesend.discogs.model.database.GetReleaseResponse
 
builder() - Static method in class com.amilesend.discogs.model.database.GetUserReleaseRatingRequest
 
builder() - Static method in class com.amilesend.discogs.model.database.GetUserReleaseRatingResponse
 
builder() - Static method in class com.amilesend.discogs.model.database.SearchRequest
 
builder() - Static method in class com.amilesend.discogs.model.database.SearchResponse
 
builder() - Static method in class com.amilesend.discogs.model.database.type.Alias
 
builder() - Static method in class com.amilesend.discogs.model.database.type.ArtistInformation
 
builder() - Static method in class com.amilesend.discogs.model.database.type.CommunityReleaseRating
 
builder() - Static method in class com.amilesend.discogs.model.database.type.Image
 
builder() - Static method in class com.amilesend.discogs.model.database.type.LabelResource
 
builder() - Static method in class com.amilesend.discogs.model.database.type.MasterRelease
 
builder() - Static method in class com.amilesend.discogs.model.database.type.MasterReleaseVersion
 
builder() - Static method in class com.amilesend.discogs.model.database.type.Member
 
builder() - Static method in class com.amilesend.discogs.model.database.type.Rating
 
builder() - Static method in class com.amilesend.discogs.model.database.type.SearchResult
 
builder() - Static method in class com.amilesend.discogs.model.database.type.SearchResultFormat
 
builder() - Static method in class com.amilesend.discogs.model.database.type.SearchResultStat
 
builder() - Static method in class com.amilesend.discogs.model.database.type.SearchResultUserData
 
builder() - Static method in class com.amilesend.discogs.model.database.type.Stat
 
builder() - Static method in class com.amilesend.discogs.model.database.type.Stats
 
builder() - Static method in class com.amilesend.discogs.model.database.type.TrackInformation
 
builder() - Static method in class com.amilesend.discogs.model.database.type.UserReleaseRating
 
builder() - Static method in class com.amilesend.discogs.model.database.type.Video
 
builder() - Static method in class com.amilesend.discogs.model.database.UpdateUserReleaseRatingRequest
 
builder() - Static method in class com.amilesend.discogs.model.database.UpdateUserReleaseRatingResponse
 
builder() - Static method in class com.amilesend.discogs.model.identity.EditUserProfileRequest
 
builder() - Static method in class com.amilesend.discogs.model.identity.EditUserProfileResponse
 
builder() - Static method in class com.amilesend.discogs.model.identity.GetUserContributionsRequest
 
builder() - Static method in class com.amilesend.discogs.model.identity.GetUserContributionsResponse
 
builder() - Static method in class com.amilesend.discogs.model.identity.GetUserProfileRequest
 
builder() - Static method in class com.amilesend.discogs.model.identity.GetUserProfileResponse
 
builder() - Static method in class com.amilesend.discogs.model.identity.GetUserSubmissionsRequest
 
builder() - Static method in class com.amilesend.discogs.model.identity.GetUserSubmissionsResponse
 
builder() - Static method in class com.amilesend.discogs.model.identity.GetUserSubmissionsResponse.UserSubmissions
 
builder() - Static method in class com.amilesend.discogs.model.identity.type.AuthenticatedUser
 
builder() - Static method in class com.amilesend.discogs.model.identity.type.SubmissionArtist
 
builder() - Static method in class com.amilesend.discogs.model.identity.type.UserProfile
 
builder() - Static method in class com.amilesend.discogs.model.inventory.AddInventoryRequest
 
builder() - Static method in class com.amilesend.discogs.model.inventory.AddInventoryResponse
 
builder() - Static method in class com.amilesend.discogs.model.inventory.ChangeInventoryRequest
 
builder() - Static method in class com.amilesend.discogs.model.inventory.ChangeInventoryResponse
 
builder() - Static method in class com.amilesend.discogs.model.inventory.DeleteInventoryRequest
 
builder() - Static method in class com.amilesend.discogs.model.inventory.DeleteInventoryResponse
 
builder() - Static method in class com.amilesend.discogs.model.inventory.DownloadInventoryExportRequest
 
builder() - Static method in class com.amilesend.discogs.model.inventory.DownloadInventoryExportResponse
 
builder() - Static method in class com.amilesend.discogs.model.inventory.ExportInventoryResponse
 
builder() - Static method in class com.amilesend.discogs.model.inventory.GetExportRequest
 
builder() - Static method in class com.amilesend.discogs.model.inventory.GetExportResponse
 
builder() - Static method in class com.amilesend.discogs.model.inventory.GetExportsRequest
 
builder() - Static method in class com.amilesend.discogs.model.inventory.GetExportsResponse
 
builder() - Static method in class com.amilesend.discogs.model.inventory.GetUploadRequest
 
builder() - Static method in class com.amilesend.discogs.model.inventory.GetUploadResponse
 
builder() - Static method in class com.amilesend.discogs.model.inventory.GetUploadsRequest
 
builder() - Static method in class com.amilesend.discogs.model.inventory.GetUploadsResponse
 
builder() - Static method in class com.amilesend.discogs.model.inventory.type.DownloadInformation
 
builder() - Static method in class com.amilesend.discogs.model.inventory.type.ExportItem
 
builder() - Static method in class com.amilesend.discogs.model.inventory.type.UploadInformation
 
builder() - Static method in class com.amilesend.discogs.model.inventory.type.UploadItem
 
builder() - Static method in class com.amilesend.discogs.model.lists.GetUserListRequest
 
builder() - Static method in class com.amilesend.discogs.model.lists.GetUserListResponse
 
builder() - Static method in class com.amilesend.discogs.model.lists.GetUserListsRequest
 
builder() - Static method in class com.amilesend.discogs.model.lists.GetUserListsResponse
 
builder() - Static method in class com.amilesend.discogs.model.lists.type.UserList
 
builder() - Static method in class com.amilesend.discogs.model.lists.type.UserListItem
 
builder() - Static method in class com.amilesend.discogs.model.marketplace.AddOrderMessageRequest
 
builder() - Static method in class com.amilesend.discogs.model.marketplace.AddOrderMessageResponse
 
builder() - Static method in class com.amilesend.discogs.model.marketplace.CreateListingRequest
 
builder() - Static method in class com.amilesend.discogs.model.marketplace.CreateListingResponse
 
builder() - Static method in class com.amilesend.discogs.model.marketplace.DeleteListingRequest
 
builder() - Static method in class com.amilesend.discogs.model.marketplace.GetFeeRequest
 
builder() - Static method in class com.amilesend.discogs.model.marketplace.GetFeeResponse
 
builder() - Static method in class com.amilesend.discogs.model.marketplace.GetInventoryRequest
 
builder() - Static method in class com.amilesend.discogs.model.marketplace.GetInventoryResponse
 
builder() - Static method in class com.amilesend.discogs.model.marketplace.GetListingRequest
 
builder() - Static method in class com.amilesend.discogs.model.marketplace.GetListingResponse
 
builder() - Static method in class com.amilesend.discogs.model.marketplace.GetOrderMessagesRequest
 
builder() - Static method in class com.amilesend.discogs.model.marketplace.GetOrderMessagesResponse
 
builder() - Static method in class com.amilesend.discogs.model.marketplace.GetOrderRequest
 
builder() - Static method in class com.amilesend.discogs.model.marketplace.GetOrderResponse
 
builder() - Static method in class com.amilesend.discogs.model.marketplace.GetOrdersRequest
 
builder() - Static method in class com.amilesend.discogs.model.marketplace.GetOrdersResponse
 
builder() - Static method in class com.amilesend.discogs.model.marketplace.GetPriceSuggestionsRequest
 
builder() - Static method in class com.amilesend.discogs.model.marketplace.GetPriceSuggestionsResponse
 
builder() - Static method in class com.amilesend.discogs.model.marketplace.GetReleaseStatisticsRequest
 
builder() - Static method in class com.amilesend.discogs.model.marketplace.GetReleaseStatisticsResponse
 
builder() - Static method in class com.amilesend.discogs.model.marketplace.type.Buyer
 
builder() - Static method in class com.amilesend.discogs.model.marketplace.type.Listing
 
builder() - Static method in class com.amilesend.discogs.model.marketplace.type.ListingRelease
 
builder() - Static method in class com.amilesend.discogs.model.marketplace.type.Order
 
builder() - Static method in class com.amilesend.discogs.model.marketplace.type.OrderItem
 
builder() - Static method in class com.amilesend.discogs.model.marketplace.type.OrderItem.Release
 
builder() - Static method in class com.amilesend.discogs.model.marketplace.type.OrderMessage
 
builder() - Static method in class com.amilesend.discogs.model.marketplace.type.OrderReference
 
builder() - Static method in class com.amilesend.discogs.model.marketplace.type.OrderRefund
 
builder() - Static method in class com.amilesend.discogs.model.marketplace.type.OriginalPrice
 
builder() - Static method in class com.amilesend.discogs.model.marketplace.type.Price
 
builder() - Static method in class com.amilesend.discogs.model.marketplace.type.Seller
 
builder() - Static method in class com.amilesend.discogs.model.marketplace.type.SellerStats
 
builder() - Static method in class com.amilesend.discogs.model.marketplace.type.ShippingChargeAmount
 
builder() - Static method in class com.amilesend.discogs.model.marketplace.UpdateListingRequest
 
builder() - Static method in class com.amilesend.discogs.model.marketplace.UpdateOrderRequest
 
builder() - Static method in class com.amilesend.discogs.model.marketplace.UpdateOrderResponse
 
builder() - Static method in class com.amilesend.discogs.model.NamedResource
 
builder() - Static method in class com.amilesend.discogs.model.PaginatedResponseBase.Pagination
 
builder() - Static method in class com.amilesend.discogs.model.type.Artist
 
builder() - Static method in class com.amilesend.discogs.model.type.BasicInformation
 
builder() - Static method in class com.amilesend.discogs.model.type.CatalogEntity
 
builder() - Static method in class com.amilesend.discogs.model.type.Community
 
builder() - Static method in class com.amilesend.discogs.model.type.CommunityMember
 
builder() - Static method in class com.amilesend.discogs.model.type.Format
 
builder() - Static method in class com.amilesend.discogs.model.type.Release
 
builder() - Static method in class com.amilesend.discogs.model.type.ReleaseContentBase
 
builder() - Static method in class com.amilesend.discogs.model.type.ReleaseIdentifier
 
builder() - Static method in class com.amilesend.discogs.model.wantlist.AddReleaseToWantListRequest
 
builder() - Static method in class com.amilesend.discogs.model.wantlist.AddReleaseToWantListResponse
 
builder() - Static method in class com.amilesend.discogs.model.wantlist.DeleteReleaseFormWantListRequest
 
builder() - Static method in class com.amilesend.discogs.model.wantlist.GetWantListRequest
 
builder() - Static method in class com.amilesend.discogs.model.wantlist.GetWantListResponse
 
builder() - Static method in class com.amilesend.discogs.model.wantlist.type.WantListRelease
 
builder() - Static method in class com.amilesend.discogs.model.wantlist.UpdateReleaseOnWantListRequest
 
builder() - Static method in class com.amilesend.discogs.model.wantlist.UpdateReleaseOnWantListResponse
 
buyer(Buyer) - Method in class com.amilesend.discogs.model.marketplace.type.Order.OrderBuilder
The buyer information.
Buyer - Class in com.amilesend.discogs.model.marketplace.type
Describes a buyer for an Order.
BUYER - Enum constant in enum com.amilesend.discogs.model.marketplace.GetOrdersRequest.Sort
 
BUYER_CONTACTED - Enum constant in enum com.amilesend.discogs.model.marketplace.type.OrderStatus
 
Buyer.BuyerBuilder<C,B> - Class in com.amilesend.discogs.model.marketplace.type
 
BuyerBuilder() - Constructor for class com.amilesend.discogs.model.marketplace.type.Buyer.BuyerBuilder
 
buyerNumRatings(Integer) - Method in class com.amilesend.discogs.model.identity.type.UserProfile.UserProfileBuilder
The number of total buyer ratings.
buyerRating(Double) - Method in class com.amilesend.discogs.model.identity.type.UserProfile.UserProfileBuilder
The user's buyer rating.
buyerRatingStars(Integer) - Method in class com.amilesend.discogs.model.identity.type.UserProfile.UserProfileBuilder
The user's star rating.

C

CAD - Enum constant in enum com.amilesend.discogs.model.type.Currency
 
callback(TransferProgressCallback) - Method in class com.amilesend.discogs.model.inventory.DownloadInventoryExportRequest.DownloadInventoryExportRequestBuilder
 
callbackConfirmed(Boolean) - Method in class com.amilesend.discogs.connection.auth.oauth.RequestTokenResponse.RequestTokenResponseBuilder
Indicates if the client callback was confirmed.
callbackPath(String) - Method in class com.amilesend.discogs.connection.auth.oauth.OAuthReceiverCallback.OAuthReceiverCallbackBuilder
 
callbackPath(String) - Method in class com.amilesend.discogs.connection.auth.oauth.OAuthReceiver.OAuthReceiverBuilder
 
CANCELLED_BUYER_REQUEST - Enum constant in enum com.amilesend.discogs.model.marketplace.type.OrderStatus
 
CANCELLED_ITEM_UNAVAILABLE - Enum constant in enum com.amilesend.discogs.model.marketplace.type.OrderStatus
 
CANCELLED_NON_PAYMENT - Enum constant in enum com.amilesend.discogs.model.marketplace.type.OrderStatus
 
CATALOG_NUMBER - Enum constant in enum com.amilesend.discogs.model.collection.GetCollectionItemsByFolderRequest.Sort
 
CATALOG_NUMBER - Enum constant in enum com.amilesend.discogs.model.database.GetMasterReleaseVersionsRequest.Sort
The release catalog number.
CATALOG_NUMBER - Enum constant in enum com.amilesend.discogs.model.identity.GetUserContributionsRequest.Sort
The release catalog number.
CATALOG_NUMBER - Enum constant in enum com.amilesend.discogs.model.marketplace.GetInventoryRequest.Sort
 
CatalogEntity - Class in com.amilesend.discogs.model.type
Defines a catalog entity resource.
CatalogEntity.CatalogEntityBuilder<C,B> - Class in com.amilesend.discogs.model.type
 
CatalogEntityBuilder() - Constructor for class com.amilesend.discogs.model.type.CatalogEntity.CatalogEntityBuilder
 
catalogNumber(String) - Method in class com.amilesend.discogs.model.database.GetLabelReleasesResponse.LabelRelease.LabelReleaseBuilder
 
catalogNumber(String) - Method in class com.amilesend.discogs.model.database.SearchRequest.SearchRequestBuilder
Catalog number (i.e., "catno") (optional).
catalogNumber(String) - Method in class com.amilesend.discogs.model.database.type.MasterReleaseVersion.MasterReleaseVersionBuilder
The catalog number.
catalogNumber(String) - Method in class com.amilesend.discogs.model.database.type.SearchResult.SearchResultBuilder
The catalog number.
catalogNumber(String) - Method in class com.amilesend.discogs.model.marketplace.type.ListingRelease.ListingReleaseBuilder
The listing's catalog number.
catalogNumber(String) - Method in class com.amilesend.discogs.model.type.CatalogEntity.CatalogEntityBuilder
The catalog number.
changeInventory(ChangeInventoryRequest) - Method in class com.amilesend.discogs.api.InventoryUploadApi
Change items from a CSV file within a user's inventory.
ChangeInventoryRequest - Class in com.amilesend.discogs.model.inventory
The request to upload a CSV to change items contained within a user's inventory.
ChangeInventoryRequest.ChangeInventoryRequestBuilder<C,B> - Class in com.amilesend.discogs.model.inventory
 
ChangeInventoryRequestBuilder() - Constructor for class com.amilesend.discogs.model.inventory.ChangeInventoryRequest.ChangeInventoryRequestBuilder
 
ChangeInventoryResponse - Class in com.amilesend.discogs.model.inventory
The response when uploading a CSV file to change items within a user's inventory.
ChangeInventoryResponse.ChangeInventoryResponseBuilder<C,B> - Class in com.amilesend.discogs.model.inventory
 
ChangeInventoryResponseBuilder() - Constructor for class com.amilesend.discogs.model.inventory.ChangeInventoryResponse.ChangeInventoryResponseBuilder
 
changeReleaseRating(ChangeReleaseRatingRequest) - Method in class com.amilesend.discogs.api.UserCollectionApi
Changes the release rating.
ChangeReleaseRatingRequest - Class in com.amilesend.discogs.model.collection
The request to change the rating on a release and/or move the instance to another folder.
ChangeReleaseRatingRequest.ChangeReleaseRatingRequestBuilder - Class in com.amilesend.discogs.model.collection
 
checkIfAuthenticated(AuthManager) - Method in interface com.amilesend.discogs.connection.auth.AuthVerifier
Checks to see if the given invocation has proper authorization configured prior to invoking the API.
checkIfAuthenticated(AuthManager) - Method in class com.amilesend.discogs.connection.auth.DefaultAuthVerifierImpl
 
checkIfAuthenticated(AuthManager) - Method in class com.amilesend.discogs.connection.auth.NoOpAuthVerifier
 
CHF - Enum constant in enum com.amilesend.discogs.model.type.Currency
 
close() - Method in class com.amilesend.discogs.connection.auth.oauth.OAuthReceiver
Closes the HTTP server resource.
close() - Method in class com.amilesend.discogs.csv.InventoryCsvWriter
 
col(Integer) - Method in class com.amilesend.discogs.csv.validation.ValidationException.Descriptor.DescriptorBuilder
 
collectionFieldsUrl(String) - Method in class com.amilesend.discogs.model.identity.type.UserProfile.UserProfileBuilder
URL for the user's collection fields.
collectionFoldersUrl(String) - Method in class com.amilesend.discogs.model.identity.type.UserProfile.UserProfileBuilder
URL for the user's collection folders.
CollectionRelease - Class in com.amilesend.discogs.model.collection.type
Describes a release within a user's collection.
CollectionRelease.CollectionReleaseBuilder<C,B> - Class in com.amilesend.discogs.model.collection.type
 
CollectionReleaseBuilder() - Constructor for class com.amilesend.discogs.model.collection.type.CollectionRelease.CollectionReleaseBuilder
 
com.amilesend.discogs - package com.amilesend.discogs
 
com.amilesend.discogs.api - package com.amilesend.discogs.api
 
com.amilesend.discogs.connection - package com.amilesend.discogs.connection
 
com.amilesend.discogs.connection.auth - package com.amilesend.discogs.connection.auth
 
com.amilesend.discogs.connection.auth.info - package com.amilesend.discogs.connection.auth.info
 
com.amilesend.discogs.connection.auth.oauth - package com.amilesend.discogs.connection.auth.oauth
 
com.amilesend.discogs.connection.http - package com.amilesend.discogs.connection.http
 
com.amilesend.discogs.csv - package com.amilesend.discogs.csv
 
com.amilesend.discogs.csv.type - package com.amilesend.discogs.csv.type
 
com.amilesend.discogs.csv.validation - package com.amilesend.discogs.csv.validation
 
com.amilesend.discogs.model - package com.amilesend.discogs.model
 
com.amilesend.discogs.model.collection - package com.amilesend.discogs.model.collection
 
com.amilesend.discogs.model.collection.type - package com.amilesend.discogs.model.collection.type
 
com.amilesend.discogs.model.database - package com.amilesend.discogs.model.database
 
com.amilesend.discogs.model.database.type - package com.amilesend.discogs.model.database.type
 
com.amilesend.discogs.model.identity - package com.amilesend.discogs.model.identity
 
com.amilesend.discogs.model.identity.type - package com.amilesend.discogs.model.identity.type
 
com.amilesend.discogs.model.inventory - package com.amilesend.discogs.model.inventory
 
com.amilesend.discogs.model.inventory.type - package com.amilesend.discogs.model.inventory.type
 
com.amilesend.discogs.model.lists - package com.amilesend.discogs.model.lists
 
com.amilesend.discogs.model.lists.type - package com.amilesend.discogs.model.lists.type
 
com.amilesend.discogs.model.marketplace - package com.amilesend.discogs.model.marketplace
 
com.amilesend.discogs.model.marketplace.type - package com.amilesend.discogs.model.marketplace.type
 
com.amilesend.discogs.model.type - package com.amilesend.discogs.model.type
 
com.amilesend.discogs.model.wantlist - package com.amilesend.discogs.model.wantlist
 
com.amilesend.discogs.model.wantlist.type - package com.amilesend.discogs.model.wantlist.type
 
com.amilesend.discogs.parse - package com.amilesend.discogs.parse
 
com.amilesend.discogs.parse.adapter - package com.amilesend.discogs.parse.adapter
 
com.amilesend.discogs.parse.creator - package com.amilesend.discogs.parse.creator
 
comment(String) - Method in class com.amilesend.discogs.model.lists.type.UserListItem.UserListItemBuilder
The list comment.
comments(String) - Method in class com.amilesend.discogs.csv.type.InventoryRecord.InventoryRecordBuilder
Free-form comments.
comments(String) - Method in class com.amilesend.discogs.model.marketplace.CreateListingRequest.CreateListingRequestBuilder
Item remarks (optional).
comments(String) - Method in class com.amilesend.discogs.model.marketplace.type.Listing.ListingBuilder
Seller commends.
COMMENTS - Enum constant in enum com.amilesend.discogs.csv.type.InventoryHeader
 
community(SearchResultStat) - Method in class com.amilesend.discogs.model.database.type.SearchResult.SearchResultBuilder
The stats for the search result.
community(Stat) - Method in class com.amilesend.discogs.model.database.type.Stats.StatsBuilder
The community stats.
community(Community) - Method in class com.amilesend.discogs.model.type.Release.ReleaseBuilder
The associated community information.
Community - Class in com.amilesend.discogs.model.type
Describes a community.
Community.CommunityBuilder - Class in com.amilesend.discogs.model.type
 
CommunityMember - Class in com.amilesend.discogs.model.type
Describes a community member (user).
CommunityMember.CommunityMemberBuilder - Class in com.amilesend.discogs.model.type
 
CommunityReleaseRating - Class in com.amilesend.discogs.model.database.type
Describes the community release rating.
CommunityReleaseRating.CommunityReleaseRatingBuilder<C,B> - Class in com.amilesend.discogs.model.database.type
 
CommunityReleaseRatingBuilder() - Constructor for class com.amilesend.discogs.model.database.type.CommunityReleaseRating.CommunityReleaseRatingBuilder
 
companies(List) - Method in class com.amilesend.discogs.model.type.Release.ReleaseBuilder
The list of companies (i.e., record labels).
condition(Condition) - Method in class com.amilesend.discogs.model.marketplace.CreateListingRequest.CreateListingRequestBuilder
The condition of the listing item (required).
condition(Condition) - Method in class com.amilesend.discogs.model.marketplace.type.Listing.ListingBuilder
The condition.
Condition - Enum in com.amilesend.discogs.model.marketplace.type
 
ConditionAdapter - Class in com.amilesend.discogs.parse.adapter
GSON adapter to format and serializes Condition objects.
ConditionAdapter() - Constructor for class com.amilesend.discogs.parse.adapter.ConditionAdapter
 
connection(DiscogsConnection) - Method in class com.amilesend.discogs.model.PaginatedResponseBase.PaginatedResponseBaseBuilder
The underlying API connection used to navigate response pages.
consumerName(String) - Method in class com.amilesend.discogs.model.identity.type.AuthenticatedUser.AuthenticatedUserBuilder
The authenticated name of the account.
contactInfo(String) - Method in class com.amilesend.discogs.model.database.GetLabelInformationResponse.GetLabelInformationResponseBuilder
Label contact information.
CONTENT_DISPOSITION - Static variable in class com.amilesend.discogs.connection.DiscogsConnection
 
CONTENT_LENGTH - Static variable in class com.amilesend.discogs.connection.DiscogsConnection
 
contributions(List) - Method in class com.amilesend.discogs.model.identity.GetUserContributionsResponse.GetUserContributionsResponseBuilder
The list of release contributions.
contributor(String) - Method in class com.amilesend.discogs.model.database.SearchRequest.SearchRequestBuilder
The contributor username (optional).
contributors(List) - Method in class com.amilesend.discogs.model.type.Community.CommunityBuilder
The list of contributors
converted(OriginalPrice) - Method in class com.amilesend.discogs.model.marketplace.type.OriginalPrice.OriginalPriceBuilder
The converted original price.
count(Integer) - Method in class com.amilesend.discogs.model.collection.type.Folder.FolderBuilder
The item content count.
count(Integer) - Method in class com.amilesend.discogs.model.database.type.Rating.RatingBuilder
The number of ratings.
country(String) - Method in class com.amilesend.discogs.model.database.GetMasterReleaseVersionsRequest.GetMasterReleaseVersionsRequestBuilder
The master release country.
country(String) - Method in class com.amilesend.discogs.model.database.SearchRequest.SearchRequestBuilder
Release country (optional).
country(String) - Method in class com.amilesend.discogs.model.database.type.MasterReleaseVersion.MasterReleaseVersionBuilder
The country.
country(String) - Method in class com.amilesend.discogs.model.database.type.SearchResult.SearchResultBuilder
The release country.
country(String) - Method in class com.amilesend.discogs.model.type.Release.ReleaseBuilder
The country of release.
COUNTRY - Enum constant in enum com.amilesend.discogs.model.database.GetMasterReleaseVersionsRequest.Sort
 
coverImage(String) - Method in class com.amilesend.discogs.model.database.type.SearchResult.SearchResultBuilder
The cover image URL.
coverImage(String) - Method in class com.amilesend.discogs.model.type.BasicInformation.BasicInformationBuilder
The cover image URL.
created(LocalDateTime) - Method in class com.amilesend.discogs.model.marketplace.type.Order.OrderBuilder
The order creation timestamp.
CREATED - Enum constant in enum com.amilesend.discogs.model.marketplace.GetOrdersRequest.Sort
 
createdAfter(LocalDateTime) - Method in class com.amilesend.discogs.model.marketplace.GetOrdersRequest.GetOrdersRequestBuilder
Created after timestamp (optional).
createdBefore(LocalDateTime) - Method in class com.amilesend.discogs.model.marketplace.GetOrdersRequest.GetOrdersRequestBuilder
Created before timestamp (optional).
createdTs(LocalDateTime) - Method in class com.amilesend.discogs.model.inventory.type.ExportItem.ExportItemBuilder
The export request timestamp.
createdTs(LocalDateTime) - Method in class com.amilesend.discogs.model.inventory.type.UploadItem.UploadItemBuilder
The export request timestamp.
createFolder(CreateFolderRequest) - Method in class com.amilesend.discogs.api.UserCollectionApi
Creates a new folder within a user's collection.
CreateFolderRequest - Class in com.amilesend.discogs.model.collection
The request to create a new folder for a user's collection.
CreateFolderRequest.CreateFolderRequestBuilder - Class in com.amilesend.discogs.model.collection
 
CreateFolderResponse - Class in com.amilesend.discogs.model.collection
The response that describes the newly created folder in the user's collection.
CreateFolderResponse.CreateFolderResponseBuilder<C,B> - Class in com.amilesend.discogs.model.collection
 
CreateFolderResponseBuilder() - Constructor for class com.amilesend.discogs.model.collection.CreateFolderResponse.CreateFolderResponseBuilder
 
createInstance(Type) - Method in class com.amilesend.discogs.parse.creator.GetArtistReleasesResponseCreator
 
createInstance(Type) - Method in class com.amilesend.discogs.parse.creator.GetCollectionItemsByFolderResponseCreator
 
createInstance(Type) - Method in class com.amilesend.discogs.parse.creator.GetCollectionItemsByReleaseResponseCreator
 
createInstance(Type) - Method in class com.amilesend.discogs.parse.creator.GetExportsResponseCreator
 
createInstance(Type) - Method in class com.amilesend.discogs.parse.creator.GetInventoryResponseCreator
 
createInstance(Type) - Method in class com.amilesend.discogs.parse.creator.GetLabelReleasesResponseCreator
 
createInstance(Type) - Method in class com.amilesend.discogs.parse.creator.GetMasterReleaseVersionsResponseCreator
 
createInstance(Type) - Method in class com.amilesend.discogs.parse.creator.GetOrderMessagesResponseCreator
 
createInstance(Type) - Method in class com.amilesend.discogs.parse.creator.GetOrdersResponseCreator
 
createInstance(Type) - Method in class com.amilesend.discogs.parse.creator.GetUploadsResponseCreator
 
createInstance(Type) - Method in class com.amilesend.discogs.parse.creator.GetUserContributionsResponseCreator
 
createInstance(Type) - Method in class com.amilesend.discogs.parse.creator.GetUserListsResponseCreator
 
createInstance(Type) - Method in class com.amilesend.discogs.parse.creator.GetUserSubmissionsResponseCreator
 
createInstance(Type) - Method in class com.amilesend.discogs.parse.creator.GetWantListResponseCreator
 
createInstance(Type) - Method in class com.amilesend.discogs.parse.creator.SearchResponseCreator
 
createListing(CreateListingRequest) - Method in class com.amilesend.discogs.api.MarketplaceApi
Creates a new listing.
CreateListingRequest - Class in com.amilesend.discogs.model.marketplace
The request to create a new listing.
CreateListingRequest.CreateListingRequestBuilder<C,B> - Class in com.amilesend.discogs.model.marketplace
 
CreateListingRequestBuilder() - Constructor for class com.amilesend.discogs.model.marketplace.CreateListingRequest.CreateListingRequestBuilder
 
CreateListingResponse - Class in com.amilesend.discogs.model.marketplace
Describes the response upon successful creation of a new listing.
CreateListingResponse.CreateListingResponseBuilder - Class in com.amilesend.discogs.model.marketplace
 
credit(String) - Method in class com.amilesend.discogs.model.database.SearchRequest.SearchRequestBuilder
Credit (optional).
csvFile(Path) - Method in class com.amilesend.discogs.csv.InventoryCsvWriter.InventoryCsvWriterBuilder
 
csvFormat(CSVFormat) - Method in class com.amilesend.discogs.csv.InventoryCsvWriter.InventoryCsvWriterBuilder
 
currAbbr(Currency) - Method in class com.amilesend.discogs.model.database.GetReleaseRequest.GetReleaseRequestBuilder
The currency type (optional).
currAbbr(Currency) - Method in class com.amilesend.discogs.model.identity.EditUserProfileRequest.EditUserProfileRequestBuilder
The user's preferred currency (optional).
currAbbr(String) - Method in class com.amilesend.discogs.model.identity.type.UserProfile.UserProfileBuilder
The user's configured currency type (e.g., "USD" or "EUR").
currency(Currency) - Method in class com.amilesend.discogs.model.marketplace.GetFeeRequest.GetFeeRequestBuilder
The currency (optional).
currency(Currency) - Method in class com.amilesend.discogs.model.marketplace.GetListingRequest.GetListingRequestBuilder
The currency (optional).
currency(Currency) - Method in class com.amilesend.discogs.model.marketplace.GetReleaseStatisticsRequest.GetReleaseStatisticsRequestBuilder
Teh currency specifier (optional).
currency(Currency) - Method in class com.amilesend.discogs.model.marketplace.type.OriginalPrice.OriginalPriceBuilder
The currency type.
currency(Currency) - Method in class com.amilesend.discogs.model.marketplace.type.Price.PriceBuilder
The currency denomination.
Currency - Enum in com.amilesend.discogs.model.type
Describes the supported currencies for the marketplace by country.
currencyId(Integer) - Method in class com.amilesend.discogs.model.marketplace.type.OriginalPrice.OriginalPriceBuilder
The currency identifier.

D

DatabaseApi - Class in com.amilesend.discogs.api
The Discogs Database API.
DatabaseApi(DiscogsConnection) - Constructor for class com.amilesend.discogs.api.DatabaseApi
Creates a new DatabaseApi object.
dataQuality(String) - Method in class com.amilesend.discogs.model.database.GetLabelInformationResponse.GetLabelInformationResponseBuilder
Data quality status.
dataQuality(String) - Method in class com.amilesend.discogs.model.database.type.ArtistInformation.ArtistInformationBuilder
The data quality status.
dataQuality(String) - Method in class com.amilesend.discogs.model.identity.type.SubmissionArtist.SubmissionArtistBuilder
The data quality descriptor.
dataQuality(String) - Method in class com.amilesend.discogs.model.type.Community.CommunityBuilder
The data quality description.
dataQuality(String) - Method in class com.amilesend.discogs.model.type.ReleaseContentBase.ReleaseContentBaseBuilder
Data quality descriptor.
dateAdded(LocalDateTime) - Method in class com.amilesend.discogs.model.collection.type.CollectionRelease.CollectionReleaseBuilder
The timestamp.
dateAdded(LocalDateTime) - Method in class com.amilesend.discogs.model.lists.type.UserList.UserListBuilder
The timestamp that the list was created.
dateAdded(LocalDateTime) - Method in class com.amilesend.discogs.model.type.ReleaseContentBase.ReleaseContentBaseBuilder
The timestamp that this release entry was added.
dateAdded(LocalDateTime) - Method in class com.amilesend.discogs.model.wantlist.type.WantListRelease.WantListReleaseBuilder
The timestamp.
dateChanged(LocalDateTime) - Method in class com.amilesend.discogs.model.lists.type.UserList.UserListBuilder
The timestamp of the last change to the list.
dateChanged(LocalDateTime) - Method in class com.amilesend.discogs.model.type.ReleaseContentBase.ReleaseContentBaseBuilder
The timestamp that this release entry was last.
DEFAULT_BASE_URL - Static variable in class com.amilesend.discogs.connection.DiscogsConnection
 
DefaultAuthVerifierImpl - Class in com.amilesend.discogs.connection.auth
Helper to verify authentication defined for specific API calls to fail early if not configured for required calls.
DefaultAuthVerifierImpl() - Constructor for class com.amilesend.discogs.connection.auth.DefaultAuthVerifierImpl
Creates a new DefaultAuthVerifierImpl instance with the default settings configured.
DEFINED - Static variable in interface com.amilesend.discogs.connection.auth.info.DiscogsAuthInfo
 
deleteFolder(DeleteFolderRequest) - Method in class com.amilesend.discogs.api.UserCollectionApi
Deletes a folder from a user's collection.
DeleteFolderRequest - Class in com.amilesend.discogs.model.collection
 
DeleteFolderRequest.DeleteFolderRequestBuilder - Class in com.amilesend.discogs.model.collection
 
deleteInstance(DeleteInstanceRequest) - Method in class com.amilesend.discogs.api.UserCollectionApi
Deletes an instance from a folder.
DeleteInstanceRequest - Class in com.amilesend.discogs.model.collection
The request to delete an instance.
DeleteInstanceRequest.DeleteInstanceRequestBuilder - Class in com.amilesend.discogs.model.collection
 
deleteInventory(DeleteInventoryRequest) - Method in class com.amilesend.discogs.api.InventoryUploadApi
Delete items from a user's inventory for the given CSV-formatted list of releases.
DeleteInventoryRequest - Class in com.amilesend.discogs.model.inventory
The request to upload a CSV containing a list of release identifiers to delete from a user's inventory.
DeleteInventoryRequest.DeleteInventoryRequestBuilder<C,B> - Class in com.amilesend.discogs.model.inventory
 
DeleteInventoryRequestBuilder() - Constructor for class com.amilesend.discogs.model.inventory.DeleteInventoryRequest.DeleteInventoryRequestBuilder
 
DeleteInventoryResponse - Class in com.amilesend.discogs.model.inventory
The response when uploading a CSV file to delete items from a user's inventory.
DeleteInventoryResponse.DeleteInventoryResponseBuilder<C,B> - Class in com.amilesend.discogs.model.inventory
 
DeleteInventoryResponseBuilder() - Constructor for class com.amilesend.discogs.model.inventory.DeleteInventoryResponse.DeleteInventoryResponseBuilder
 
deleteListing(DeleteListingRequest) - Method in class com.amilesend.discogs.api.MarketplaceApi
Deletes a listing.
DeleteListingRequest - Class in com.amilesend.discogs.model.marketplace
The request to deleting a listing.
DeleteListingRequest.DeleteListingRequestBuilder - Class in com.amilesend.discogs.model.marketplace
 
DeleteReleaseFormWantListRequest - Class in com.amilesend.discogs.model.wantlist
The request to delete a release from a user's want list.
DeleteReleaseFormWantListRequest.DeleteReleaseFormWantListRequestBuilder - Class in com.amilesend.discogs.model.wantlist
 
deleteReleaseFromWantList(DeleteReleaseFormWantListRequest) - Method in class com.amilesend.discogs.api.UserWantListApi
Deletes a release form a user's want list.
deleteUserReleaseRating(DeleteUserReleaseRequest) - Method in class com.amilesend.discogs.api.DatabaseApi
Deletes a release rating for a user.
DeleteUserReleaseRequest - Class in com.amilesend.discogs.model.database
The request to delete a user release.
DeleteUserReleaseRequest.DeleteUserReleaseRequestBuilder - Class in com.amilesend.discogs.model.database
 
DESC - Enum constant in enum com.amilesend.discogs.model.type.SortOrder
Descending sort order.
description(String) - Method in class com.amilesend.discogs.model.database.type.Video.VideoBuilder
The video description.
description(String) - Method in class com.amilesend.discogs.model.lists.type.UserList.UserListBuilder
The list description.
description(String) - Method in class com.amilesend.discogs.model.marketplace.type.ListingRelease.ListingReleaseBuilder
The description.
description(String) - Method in class com.amilesend.discogs.model.marketplace.type.OrderItem.Release.ReleaseBuilder
The release description.
description(String) - Method in class com.amilesend.discogs.model.type.ReleaseIdentifier.ReleaseIdentifierBuilder
The description.
descriptions(List) - Method in class com.amilesend.discogs.model.database.type.SearchResultFormat.SearchResultFormatBuilder
The list of descriptors.
descriptions(List) - Method in class com.amilesend.discogs.model.type.Format.FormatBuilder
The list of descriptions (e.g., "Album", "Single", etc.).
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.amilesend.discogs.parse.adapter.ConditionAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.amilesend.discogs.parse.adapter.ListingStatusAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.amilesend.discogs.parse.adapter.LocalDateTimeTypeAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.amilesend.discogs.parse.adapter.LocalDateTypeAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.amilesend.discogs.parse.adapter.LocalTimeTypeAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.amilesend.discogs.parse.adapter.SearchTypeAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.amilesend.discogs.parse.adapter.SleeveConditionAdapter
 
Discogs - Class in com.amilesend.discogs
A helper class to vend API classes that are associated with a DiscogsConnection to the Discogs service.
Discogs(DiscogsConnection) - Constructor for class com.amilesend.discogs.Discogs
Creates a new Discogs instance.
DiscogsAuthInfo - Interface in com.amilesend.discogs.connection.auth.info
Defines the base interface for Discogs authorization information.
DiscogsAuthInfo.Type - Enum in com.amilesend.discogs.connection.auth.info
Defines the supported authorization types.
DiscogsConnection - Class in com.amilesend.discogs.connection
Wraps a OkHttpClient that manages authentication refresh and parsing responses to corresponding POJO types.
DiscogsConnection.DiscogsConnectionBuilder<C,B> - Class in com.amilesend.discogs.connection
 
DiscogsConnectionBuilder - Class in com.amilesend.discogs.connection
Factory used to create new DiscogsConnection instances.
DiscogsConnectionBuilder() - Constructor for class com.amilesend.discogs.connection.DiscogsConnection.DiscogsConnectionBuilder
 
DiscogsConnectionBuilder() - Constructor for class com.amilesend.discogs.connection.DiscogsConnectionBuilder
 
displayTitle(String) - Method in class com.amilesend.discogs.model.lists.type.UserListItem.UserListItemBuilder
The display title of the list.
download(Request, Path, TransferProgressCallback) - Method in class com.amilesend.discogs.connection.DiscogsConnection
Downloads the contents for the given request to the specified folderPath.
downloadedBytes(long) - Method in class com.amilesend.discogs.model.inventory.type.DownloadInformation.DownloadInformationBuilder
The amount of bytes actually downloaded.
downloadExport(DownloadInventoryExportRequest) - Method in class com.amilesend.discogs.api.InventoryExportApi
Downloads an inventory export CSV file.
DownloadInformation - Class in com.amilesend.discogs.model.inventory.type
Information about a downloaded file.
DownloadInformation.DownloadInformationBuilder<C,B> - Class in com.amilesend.discogs.model.inventory.type
 
DownloadInformationBuilder() - Constructor for class com.amilesend.discogs.model.inventory.type.DownloadInformation.DownloadInformationBuilder
 
DownloadInventoryExportRequest - Class in com.amilesend.discogs.model.inventory
The request to download an inventory export CSV file to the filesystem.
DownloadInventoryExportRequest.DownloadInventoryExportRequestBuilder - Class in com.amilesend.discogs.model.inventory
 
DownloadInventoryExportResponse - Class in com.amilesend.discogs.model.inventory
The response for downloading an inventory export CSV file.
DownloadInventoryExportResponse.DownloadInventoryExportResponseBuilder<C,B> - Class in com.amilesend.discogs.model.inventory
 
DownloadInventoryExportResponseBuilder() - Constructor for class com.amilesend.discogs.model.inventory.DownloadInventoryExportResponse.DownloadInventoryExportResponseBuilder
 
downloadPath(Path) - Method in class com.amilesend.discogs.model.inventory.type.DownloadInformation.DownloadInformationBuilder
The Path to the downloaded file.
downloadUrl(String) - Method in class com.amilesend.discogs.model.inventory.type.ExportItem.ExportItemBuilder
The URL to download the inventory export.
DRAFT - Enum constant in enum com.amilesend.discogs.model.type.ListingStatus
 
duration(Integer) - Method in class com.amilesend.discogs.model.database.type.Video.VideoBuilder
The duration in minutes.
duration(String) - Method in class com.amilesend.discogs.model.database.type.TrackInformation.TrackInformationBuilder
The track duration (e.g., "7:00").

E

editInstanceField(EditInstanceFieldRequest) - Method in class com.amilesend.discogs.api.UserCollectionApi
Edits a field for an instance.
EditInstanceFieldRequest - Class in com.amilesend.discogs.model.collection
The request to edit a field for an instance.
EditInstanceFieldRequest.EditInstanceFieldRequestBuilder - Class in com.amilesend.discogs.model.collection
 
editUserProfile(EditUserProfileRequest) - Method in class com.amilesend.discogs.api.UserIdentityApi
Edits a user profile.
EditUserProfileRequest - Class in com.amilesend.discogs.model.identity
The request to update a user profile.
EditUserProfileRequest.EditUserProfileRequestBuilder - Class in com.amilesend.discogs.model.identity
 
EditUserProfileResponse - Class in com.amilesend.discogs.model.identity
Describes the response when editing a user profile.
EditUserProfileResponse.EditUserProfileResponseBuilder<C,B> - Class in com.amilesend.discogs.model.identity
 
EditUserProfileResponseBuilder() - Constructor for class com.amilesend.discogs.model.identity.EditUserProfileResponse.EditUserProfileResponseBuilder
 
email(String) - Method in class com.amilesend.discogs.model.identity.type.UserProfile.UserProfileBuilder
The email if the user profile matches the authenticated user.
embed(Boolean) - Method in class com.amilesend.discogs.model.database.type.Video.VideoBuilder
Embed flag indicator.
entityType(String) - Method in class com.amilesend.discogs.model.type.CatalogEntity.CatalogEntityBuilder
The entity type.
entityTypeName(String) - Method in class com.amilesend.discogs.model.type.CatalogEntity.CatalogEntityBuilder
The entity type name.
equals(Object) - Method in class com.amilesend.discogs.connection.auth.info.KeySecretAuthInfo
 
equals(Object) - Method in class com.amilesend.discogs.connection.auth.info.OAuthInfo
 
equals(Object) - Method in class com.amilesend.discogs.connection.auth.info.TokenAuthInfo
 
equals(Object) - Method in class com.amilesend.discogs.connection.auth.oauth.AccessTokenResponse
 
equals(Object) - Method in class com.amilesend.discogs.connection.auth.oauth.RequestTokenResponse
 
equals(Object) - Method in class com.amilesend.discogs.connection.http.FailureResponse
 
equals(Object) - Method in class com.amilesend.discogs.csv.InventoryCsvWriter
 
equals(Object) - Method in class com.amilesend.discogs.csv.type.InventoryRecord
 
equals(Object) - Method in class com.amilesend.discogs.csv.validation.ValidationException.Descriptor
 
equals(Object) - Method in class com.amilesend.discogs.model.collection.AddToFolderRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.collection.AddToFolderResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.collection.ChangeReleaseRatingRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.collection.CreateFolderRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.collection.CreateFolderResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.collection.DeleteFolderRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.collection.DeleteInstanceRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.collection.EditInstanceFieldRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.collection.GetCollectionItemsByFolderRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.collection.GetCollectionItemsByFolderResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.collection.GetCollectionItemsByReleaseRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.collection.GetCollectionItemsByReleaseResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.collection.GetCollectionValueRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.collection.GetCollectionValueResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.collection.GetCustomFieldsRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.collection.GetCustomFieldsResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.collection.GetFolderRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.collection.GetFolderResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.collection.GetFoldersRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.collection.GetFoldersResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.collection.MoveReleaseRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.collection.RenameFolderRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.collection.RenameFolderResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.collection.type.Field
 
equals(Object) - Method in class com.amilesend.discogs.model.collection.type.Folder
 
equals(Object) - Method in class com.amilesend.discogs.model.collection.type.Note
 
equals(Object) - Method in class com.amilesend.discogs.model.database.DeleteUserReleaseRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.database.GetArtistInformationRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.database.GetArtistInformationResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.database.GetArtistReleasesRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.database.GetArtistReleasesResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.database.GetCommunityReleaseRatingRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.database.GetCommunityReleaseRatingResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.database.GetLabelInformationRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.database.GetLabelInformationResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.database.GetLabelReleasesRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.database.GetLabelReleasesResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.database.GetMasterReleaseRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.database.GetMasterReleaseResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.database.GetMasterReleaseVersionsRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.database.GetMasterReleaseVersionsResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.database.GetReleaseRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.database.GetReleaseResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.database.GetUserReleaseRatingRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.database.GetUserReleaseRatingResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.database.SearchRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.database.SearchResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.database.type.CommunityReleaseRating
 
equals(Object) - Method in class com.amilesend.discogs.model.database.type.Image
 
equals(Object) - Method in class com.amilesend.discogs.model.database.type.LabelResource
 
equals(Object) - Method in class com.amilesend.discogs.model.database.type.Rating
 
equals(Object) - Method in class com.amilesend.discogs.model.database.type.SearchResultFormat
 
equals(Object) - Method in class com.amilesend.discogs.model.database.type.SearchResultStat
 
equals(Object) - Method in class com.amilesend.discogs.model.database.type.SearchResultUserData
 
equals(Object) - Method in class com.amilesend.discogs.model.database.type.Stat
 
equals(Object) - Method in class com.amilesend.discogs.model.database.type.Stats
 
equals(Object) - Method in class com.amilesend.discogs.model.database.type.TrackInformation
 
equals(Object) - Method in class com.amilesend.discogs.model.database.type.UserReleaseRating
 
equals(Object) - Method in class com.amilesend.discogs.model.database.type.Video
 
equals(Object) - Method in class com.amilesend.discogs.model.database.UpdateUserReleaseRatingRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.database.UpdateUserReleaseRatingResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.identity.EditUserProfileRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.identity.EditUserProfileResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.identity.GetUserContributionsRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.identity.GetUserContributionsResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.identity.GetUserProfileRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.identity.GetUserProfileResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.identity.GetUserSubmissionsRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.identity.GetUserSubmissionsResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.identity.GetUserSubmissionsResponse.UserSubmissions
 
equals(Object) - Method in class com.amilesend.discogs.model.inventory.AddInventoryRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.inventory.AddInventoryResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.inventory.ChangeInventoryRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.inventory.ChangeInventoryResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.inventory.DeleteInventoryRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.inventory.DeleteInventoryResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.inventory.DownloadInventoryExportRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.inventory.DownloadInventoryExportResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.inventory.ExportInventoryResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.inventory.GetExportRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.inventory.GetExportsRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.inventory.GetExportsResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.inventory.GetUploadRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.inventory.GetUploadsRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.inventory.GetUploadsResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.inventory.type.DownloadInformation
 
equals(Object) - Method in class com.amilesend.discogs.model.inventory.type.ExportItem
 
equals(Object) - Method in class com.amilesend.discogs.model.inventory.type.InventoryRequestBase
 
equals(Object) - Method in class com.amilesend.discogs.model.inventory.type.UploadInformation
 
equals(Object) - Method in class com.amilesend.discogs.model.inventory.type.UploadItem
 
equals(Object) - Method in class com.amilesend.discogs.model.lists.GetUserListRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.lists.GetUserListResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.lists.GetUserListsRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.lists.GetUserListsResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.marketplace.AddOrderMessageRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.marketplace.AddOrderMessageResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.marketplace.CreateListingRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.marketplace.CreateListingResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.marketplace.DeleteListingRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.marketplace.GetFeeRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.marketplace.GetFeeResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.marketplace.GetInventoryRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.marketplace.GetInventoryResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.marketplace.GetListingRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.marketplace.GetListingResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.marketplace.GetOrderMessagesRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.marketplace.GetOrderMessagesResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.marketplace.GetOrderRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.marketplace.GetOrderResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.marketplace.GetOrdersRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.marketplace.GetOrdersResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.marketplace.GetPriceSuggestionsRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.marketplace.GetPriceSuggestionsResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.marketplace.GetReleaseStatisticsRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.marketplace.GetReleaseStatisticsResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.marketplace.type.OrderItem
 
equals(Object) - Method in class com.amilesend.discogs.model.marketplace.type.OrderItem.Release
 
equals(Object) - Method in class com.amilesend.discogs.model.marketplace.type.OrderMessage
 
equals(Object) - Method in class com.amilesend.discogs.model.marketplace.type.OrderRefund
 
equals(Object) - Method in class com.amilesend.discogs.model.marketplace.type.OriginalPrice
 
equals(Object) - Method in class com.amilesend.discogs.model.marketplace.type.Price
 
equals(Object) - Method in class com.amilesend.discogs.model.marketplace.type.SellerStats
 
equals(Object) - Method in class com.amilesend.discogs.model.marketplace.type.ShippingChargeAmount
 
equals(Object) - Method in class com.amilesend.discogs.model.marketplace.UpdateListingRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.marketplace.UpdateOrderRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.marketplace.UpdateOrderResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.PaginatedRequestBase
 
equals(Object) - Method in class com.amilesend.discogs.model.PaginatedResponseBase
 
equals(Object) - Method in class com.amilesend.discogs.model.PaginatedResponseBase.Pagination
 
equals(Object) - Method in class com.amilesend.discogs.model.PostResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.Resource
 
equals(Object) - Method in class com.amilesend.discogs.model.type.Community
 
equals(Object) - Method in class com.amilesend.discogs.model.type.CommunityMember
 
equals(Object) - Method in class com.amilesend.discogs.model.type.Format
 
equals(Object) - Method in class com.amilesend.discogs.model.type.ReleaseIdentifier
 
equals(Object) - Method in class com.amilesend.discogs.model.wantlist.AddReleaseToWantListRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.wantlist.AddReleaseToWantListResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.wantlist.DeleteReleaseFormWantListRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.wantlist.GetWantListRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.wantlist.GetWantListResponse
 
equals(Object) - Method in class com.amilesend.discogs.model.wantlist.UpdateReleaseOnWantListRequest
 
equals(Object) - Method in class com.amilesend.discogs.model.wantlist.UpdateReleaseOnWantListResponse
 
estimatedWeight(Integer) - Method in class com.amilesend.discogs.model.type.ReleaseContentBase.ReleaseContentBaseBuilder
The estimated relevance weight.
EUR - Enum constant in enum com.amilesend.discogs.model.type.Currency
 
execute(Request) - Method in class com.amilesend.discogs.connection.DiscogsConnection
 
execute(Request, GsonParser) - Method in class com.amilesend.discogs.connection.DiscogsConnection
 
exportId(long) - Method in class com.amilesend.discogs.model.inventory.DownloadInventoryExportRequest.DownloadInventoryExportRequestBuilder
 
exportId(long) - Method in class com.amilesend.discogs.model.inventory.GetExportRequest.GetExportRequestBuilder
The export identifier (required).
exportInventory() - Method in class com.amilesend.discogs.api.InventoryExportApi
Issues a request to enqueue the export of the authenticated user's inventory into a CSV file.
ExportInventoryResponse - Class in com.amilesend.discogs.model.inventory
The response for exporting a user's inventory to a CSV file.
ExportInventoryResponse.ExportInventoryResponseBuilder - Class in com.amilesend.discogs.model.inventory
 
ExportItem - Class in com.amilesend.discogs.model.inventory.type
Describes an export from a user's inventory.
ExportItem.ExportItemBuilder<C,B> - Class in com.amilesend.discogs.model.inventory.type
 
ExportItemBuilder() - Constructor for class com.amilesend.discogs.model.inventory.type.ExportItem.ExportItemBuilder
 
EXTERNAL_ID - Enum constant in enum com.amilesend.discogs.csv.type.InventoryHeader
 
externalId(String) - Method in class com.amilesend.discogs.csv.type.InventoryRecord.InventoryRecordBuilder
Free-form notes for external identifiers (optional).
externalId(String) - Method in class com.amilesend.discogs.model.marketplace.CreateListingRequest.CreateListingRequestBuilder
The external identifier (optional).
externalId(String) - Method in class com.amilesend.discogs.model.marketplace.type.Listing.ListingBuilder
The external identifier (only visible to the inventory owner).
extraArtists(List) - Method in class com.amilesend.discogs.model.database.type.TrackInformation.TrackInformationBuilder
The list of extra artists associated with the track.
extraArtists(List) - Method in class com.amilesend.discogs.model.type.Release.ReleaseBuilder
The list of extra artists.

F

failureLandingPageUrl(String) - Method in class com.amilesend.discogs.connection.auth.oauth.OAuthReceiver.OAuthReceiverBuilder
 
failureLandingPageUrl(String) - Method in class com.amilesend.discogs.connection.auth.oauth.OAuthReceiverCallback.OAuthReceiverCallbackBuilder
 
FailureResponse - Class in com.amilesend.discogs.connection.http
Describes a failure response type.
FailureResponse.FailureResponseBuilder - Class in com.amilesend.discogs.connection.http
 
FAIR - Enum constant in enum com.amilesend.discogs.model.marketplace.type.Condition
 
FAIR - Enum constant in enum com.amilesend.discogs.model.marketplace.type.SleeveCondition
 
fee(Price) - Method in class com.amilesend.discogs.model.marketplace.type.Order.OrderBuilder
The order fee.
Field - Class in com.amilesend.discogs.model.collection.type
Describes a field.
Field.FieldBuilder - Class in com.amilesend.discogs.model.collection.type
 
fieldId(long) - Method in class com.amilesend.discogs.model.collection.EditInstanceFieldRequest.EditInstanceFieldRequestBuilder
The field identifier (required).
fieldId(Long) - Method in class com.amilesend.discogs.model.collection.type.Note.NoteBuilder
The field identifier.
fields(List) - Method in class com.amilesend.discogs.model.collection.GetCustomFieldsResponse.GetCustomFieldsResponseBuilder
The list of custom fields.
filename(String) - Method in class com.amilesend.discogs.model.inventory.type.ExportItem.ExportItemBuilder
The filename of the export.
filename(String) - Method in class com.amilesend.discogs.model.inventory.type.UploadInformation.UploadInformationBuilder
The name of the file that was uploaded.
filename(String) - Method in class com.amilesend.discogs.model.inventory.type.UploadItem.UploadItemBuilder
The filename of the export.
fileName(String) - Method in class com.amilesend.discogs.model.inventory.type.DownloadInformation.DownloadInformationBuilder
The filename of the file.
finishedTs(LocalDateTime) - Method in class com.amilesend.discogs.model.inventory.type.ExportItem.ExportItemBuilder
The time of completion timestamp.
finishedTs(LocalDateTime) - Method in class com.amilesend.discogs.model.inventory.type.UploadItem.UploadItemBuilder
The time of completion timestamp.
Folder - Class in com.amilesend.discogs.model.collection.type
Describes a folder resource type.
Folder.FolderBuilder<C,B> - Class in com.amilesend.discogs.model.collection.type
 
FolderBuilder() - Constructor for class com.amilesend.discogs.model.collection.type.Folder.FolderBuilder
 
folderId(long) - Method in class com.amilesend.discogs.model.collection.AddToFolderRequest.AddToFolderRequestBuilder
The folder identifier (required).
folderId(long) - Method in class com.amilesend.discogs.model.collection.ChangeReleaseRatingRequest.ChangeReleaseRatingRequestBuilder
The folder identifier (required).
folderId(long) - Method in class com.amilesend.discogs.model.collection.DeleteFolderRequest.DeleteFolderRequestBuilder
The folder identifier (required).
folderId(long) - Method in class com.amilesend.discogs.model.collection.DeleteInstanceRequest.DeleteInstanceRequestBuilder
The folder identifier (required).
folderId(long) - Method in class com.amilesend.discogs.model.collection.EditInstanceFieldRequest.EditInstanceFieldRequestBuilder
The folder identifier (required).
folderId(long) - Method in class com.amilesend.discogs.model.collection.GetCollectionItemsByFolderRequest.GetCollectionItemsByFolderRequestBuilder
The folder identifier (required).
folderId(long) - Method in class com.amilesend.discogs.model.collection.GetFolderRequest.GetFolderRequestBuilder
The folder identifier (required).
folderId(long) - Method in class com.amilesend.discogs.model.collection.MoveReleaseRequest.MoveReleaseRequestBuilder
The folder identifier (required).
folderId(long) - Method in class com.amilesend.discogs.model.collection.RenameFolderRequest.RenameFolderRequestBuilder
The folder identifier (required).
folderId(Long) - Method in class com.amilesend.discogs.model.collection.type.CollectionRelease.CollectionReleaseBuilder
The associated folder identifier.
folderId(Long) - Method in class com.amilesend.discogs.model.wantlist.type.WantListRelease.WantListReleaseBuilder
The associated folder identifier.
folderPath(Path) - Method in class com.amilesend.discogs.model.inventory.DownloadInventoryExportRequest.DownloadInventoryExportRequestBuilder
 
folders(List) - Method in class com.amilesend.discogs.model.collection.GetFoldersResponse.GetFoldersResponseBuilder
The list of folders.
FOR_SALE - Enum constant in enum com.amilesend.discogs.model.type.ListingStatus
 
format(String) - Method in class com.amilesend.discogs.model.database.GetArtistReleasesResponse.ArtistRelease.ArtistReleaseBuilder
The format.
format(String) - Method in class com.amilesend.discogs.model.database.GetLabelReleasesResponse.LabelRelease.LabelReleaseBuilder
The format.
format(String) - Method in class com.amilesend.discogs.model.database.GetMasterReleaseVersionsRequest.GetMasterReleaseVersionsRequestBuilder
The format specifier.
format(String) - Method in class com.amilesend.discogs.model.database.SearchRequest.SearchRequestBuilder
Release format (optional).
format(String) - Method in class com.amilesend.discogs.model.database.type.MasterReleaseVersion.MasterReleaseVersionBuilder
The format.
format(String) - Method in class com.amilesend.discogs.model.marketplace.type.ListingRelease.ListingReleaseBuilder
The release format.
format(List) - Method in class com.amilesend.discogs.model.database.type.SearchResult.SearchResultBuilder
The available formats.
Format - Class in com.amilesend.discogs.model.type
Describes a release format.
FORMAT - Enum constant in enum com.amilesend.discogs.model.collection.GetCollectionItemsByFolderRequest.Sort
 
FORMAT - Enum constant in enum com.amilesend.discogs.model.database.GetArtistReleasesRequest.Sort
The release format.
FORMAT - Enum constant in enum com.amilesend.discogs.model.database.GetMasterReleaseVersionsRequest.Sort
The release format.
FORMAT - Enum constant in enum com.amilesend.discogs.model.identity.GetUserContributionsRequest.Sort
The release format.
FORMAT_QUANTITY - Enum constant in enum com.amilesend.discogs.csv.type.InventoryHeader
 
Format.FormatBuilder - Class in com.amilesend.discogs.model.type
 
formatMessage(InventoryHeader, String) - Static method in interface com.amilesend.discogs.csv.validation.ValueValidator
 
formatQuantity(Double) - Method in class com.amilesend.discogs.model.marketplace.CreateListingRequest.CreateListingRequestBuilder
The number of items this listing counts as (for shipping calculations) (optional).
formatQuantity(Integer) - Method in class com.amilesend.discogs.csv.type.InventoryRecord.InventoryRecordBuilder
The item format quantity (optional).
formatQuantity(Integer) - Method in class com.amilesend.discogs.model.database.type.SearchResult.SearchResultBuilder
The format quantity.
formatQuantity(Integer) - Method in class com.amilesend.discogs.model.marketplace.type.Listing.ListingBuilder
The number of items of a given format available (only visible to the inventory owner).
formatQuantity(Integer) - Method in class com.amilesend.discogs.model.type.Release.ReleaseBuilder
The quantity of formats for the release.
formats(List) - Method in class com.amilesend.discogs.model.database.type.SearchResult.SearchResultBuilder
The list of formats.
formats(List) - Method in class com.amilesend.discogs.model.type.BasicInformation.BasicInformationBuilder
The list of formats.
formats(List) - Method in class com.amilesend.discogs.model.type.Release.ReleaseBuilder
The list of formats.
formatted(String) - Method in class com.amilesend.discogs.model.marketplace.type.OriginalPrice.OriginalPriceBuilder
The formated value (e.g., "$20.00").
FORMATTER - Static variable in class com.amilesend.discogs.parse.adapter.LocalDateTypeAdapter
 
fromJson(String) - Static method in interface com.amilesend.discogs.connection.auth.info.DiscogsAuthInfo
Deserializes the given authInfoJson string to a new AuthInfo object.
fromValue(String) - Static method in enum com.amilesend.discogs.csv.type.InventoryHeader
Gets the InventoryHeader enum from the given value.
fromValue(String) - Static method in enum com.amilesend.discogs.model.database.type.SearchType
Gets the SearchType enum reference from the given value.
fromValue(String) - Static method in enum com.amilesend.discogs.model.marketplace.type.Condition
Gets the Condition enum from the given value.
fromValue(String) - Static method in enum com.amilesend.discogs.model.marketplace.type.OrderStatus
Gets the Condition enum from the given value.
fromValue(String) - Static method in enum com.amilesend.discogs.model.marketplace.type.SleeveCondition
Gets the SleeveCondition enum from the given value.
fromValue(String) - Static method in enum com.amilesend.discogs.model.type.ListingStatus
Gets the ListingStatus enum reference from the given value.

G

GBP - Enum constant in enum com.amilesend.discogs.model.type.Currency
 
GENERIC - Enum constant in enum com.amilesend.discogs.model.marketplace.type.SleeveCondition
 
genre(String) - Method in class com.amilesend.discogs.model.database.SearchRequest.SearchRequestBuilder
Genre (optional).
genre(List) - Method in class com.amilesend.discogs.model.database.type.SearchResult.SearchResultBuilder
List of genres.
genres(List) - Method in class com.amilesend.discogs.model.type.BasicInformation.BasicInformationBuilder
The list of genres.
genres(List) - Method in class com.amilesend.discogs.model.type.ReleaseContentBase.ReleaseContentBaseBuilder
List of applicable genres.
get_public() - Method in class com.amilesend.discogs.model.collection.type.Field
Public flag indicator.
get_public() - Method in class com.amilesend.discogs.model.lists.type.UserList
Public visibility flag indicator.
getAcceptOffer() - Method in class com.amilesend.discogs.csv.type.InventoryRecord
Flag indicator if buyer offers are accepted or not (optional).
getAccessToken() - Method in class com.amilesend.discogs.connection.auth.oauth.AccessTokenResponse
The access token.
getAccessTokenSecret() - Method in class com.amilesend.discogs.connection.auth.oauth.AccessTokenResponse
The access token secret.
getActive() - Method in class com.amilesend.discogs.model.database.type.Member
Active flag indicator.
getAdditionalInstructions() - Method in class com.amilesend.discogs.model.marketplace.type.Order
Additional instructions provided by the buyer.
getAliases() - Method in class com.amilesend.discogs.model.database.type.ArtistInformation
List of aliases.
getAllowOffers() - Method in class com.amilesend.discogs.model.marketplace.CreateListingRequest
Indicator to allow offers (optional).
getAllowOffers() - Method in class com.amilesend.discogs.model.marketplace.type.Listing
Flag indicator for allowing offers.
getAmount() - Method in class com.amilesend.discogs.model.marketplace.type.OrderRefund
The amount refunded.
getAnv() - Method in class com.amilesend.discogs.model.database.SearchRequest
Artist ANV (optional).
getAnv() - Method in class com.amilesend.discogs.model.type.Artist
 
getArchived() - Method in class com.amilesend.discogs.model.marketplace.GetOrdersRequest
Archived flag indicator (optional).
getArchived() - Method in class com.amilesend.discogs.model.marketplace.type.Order
Archived order flag indicator.
getArtist() - Method in class com.amilesend.discogs.model.database.GetArtistReleasesResponse.ArtistRelease
The artist name.
getArtist() - Method in class com.amilesend.discogs.model.database.GetLabelReleasesResponse.LabelRelease
The artist name.
getArtist() - Method in class com.amilesend.discogs.model.database.SearchRequest
The artist name (optional).
getArtist() - Method in class com.amilesend.discogs.model.marketplace.type.ListingRelease
The artist name.
getArtistId() - Method in class com.amilesend.discogs.model.database.GetArtistInformationRequest
The artist identifier (required).
getArtistId() - Method in class com.amilesend.discogs.model.database.GetArtistReleasesRequest
The artist identifier (required).
getArtistInformation(GetArtistInformationRequest) - Method in class com.amilesend.discogs.api.DatabaseApi
Gets information about a specific artists
GetArtistInformationRequest - Class in com.amilesend.discogs.model.database
Describes the request to get artist infromation.
GetArtistInformationRequest.GetArtistInformationRequestBuilder - Class in com.amilesend.discogs.model.database
 
GetArtistInformationResponse - Class in com.amilesend.discogs.model.database
The response that describes artist information.
GetArtistInformationResponse.GetArtistInformationResponseBuilder<C,B> - Class in com.amilesend.discogs.model.database
 
GetArtistInformationResponseBuilder() - Constructor for class com.amilesend.discogs.model.database.GetArtistInformationResponse.GetArtistInformationResponseBuilder
 
getArtistReleases(GetArtistReleasesRequest) - Method in class com.amilesend.discogs.api.DatabaseApi
Gets the list of releases and masters associated with an artist.
GetArtistReleasesRequest - Class in com.amilesend.discogs.model.database
The request to retrieve the paginated list of releases for an artist.
GetArtistReleasesRequest.GetArtistReleasesRequestBuilder<C,B> - Class in com.amilesend.discogs.model.database
 
GetArtistReleasesRequest.Sort - Enum in com.amilesend.discogs.model.database
Defines the supported attributes to sort on for requests.
GetArtistReleasesRequestBuilder() - Constructor for class com.amilesend.discogs.model.database.GetArtistReleasesRequest.GetArtistReleasesRequestBuilder
 
GetArtistReleasesResponse - Class in com.amilesend.discogs.model.database
Defines the list of releases for an artist.
GetArtistReleasesResponse.ArtistRelease - Class in com.amilesend.discogs.model.database
Defines a release for an artist.
GetArtistReleasesResponse.ArtistRelease.ArtistReleaseBuilder<C,B> - Class in com.amilesend.discogs.model.database
 
GetArtistReleasesResponse.GetArtistReleasesResponseBuilder<C,B> - Class in com.amilesend.discogs.model.database
 
GetArtistReleasesResponseBuilder() - Constructor for class com.amilesend.discogs.model.database.GetArtistReleasesResponse.GetArtistReleasesResponseBuilder
 
GetArtistReleasesResponseCreator - Class in com.amilesend.discogs.parse.creator
A custom InstanceCreator implementation that injects the DiscogsConnection to the resource type so that method operations can be performed on the GetArtistReleasesResponse resource.
GetArtistReleasesResponseCreator(DiscogsConnection) - Constructor for class com.amilesend.discogs.parse.creator.GetArtistReleasesResponseCreator
Creates a new GetArtistReleasesResponseCreator instance.
getArtists() - Method in class com.amilesend.discogs.model.identity.GetUserSubmissionsResponse.UserSubmissions
The list of artists.
getArtists() - Method in class com.amilesend.discogs.model.type.BasicInformation
The list of credited artists.
getArtists() - Method in class com.amilesend.discogs.model.type.ReleaseContentBase
The list of associated artists.
getArtistsSort() - Method in class com.amilesend.discogs.model.type.Release
The artist name that is used for sorting this release.
getAudio() - Method in class com.amilesend.discogs.model.marketplace.type.Listing
Indicates if the item is audio.
getAuthenticatedUser() - Method in class com.amilesend.discogs.api.UserIdentityApi
Gets the basic information about the authenticated user.
getAuthInfo() - Method in class com.amilesend.discogs.connection.auth.KeySecretAuthManager
 
getAuthInfo() - Method in class com.amilesend.discogs.connection.auth.OAuthManager
 
getAuthInfo() - Method in class com.amilesend.discogs.connection.auth.TokenAuthManager
 
getAuthVerifier() - Method in class com.amilesend.discogs.connection.DiscogsConnection
The authorization verifier used to check if API calls require authentication prior to invoking the API.
getAvatarUrl() - Method in class com.amilesend.discogs.model.identity.type.UserProfile
URL for the user's avatar image.
getAvatarUrl() - Method in class com.amilesend.discogs.model.marketplace.type.Seller
The URL to the user's avatar image.
getAverage() - Method in class com.amilesend.discogs.model.database.type.Rating
The rating average.
getBannerUrl() - Method in class com.amilesend.discogs.model.identity.type.UserProfile
URL for the user's banner image.
getBarcode() - Method in class com.amilesend.discogs.model.database.SearchRequest
Barcode (optional).
getBarcode() - Method in class com.amilesend.discogs.model.database.type.SearchResult
Barcodes associated with the search result.
getBasicInformation() - Method in class com.amilesend.discogs.model.collection.type.CollectionRelease
The release information.
getBasicInformation() - Method in class com.amilesend.discogs.model.wantlist.type.WantListRelease
The release information.
getBlockedFormSale() - Method in class com.amilesend.discogs.model.marketplace.GetReleaseStatisticsResponse
Blocked from stale flag indicator.
getBuyer() - Method in class com.amilesend.discogs.model.marketplace.type.Order
The buyer information.
getBuyerNumRatings() - Method in class com.amilesend.discogs.model.identity.type.UserProfile
The number of total buyer ratings.
getBuyerRating() - Method in class com.amilesend.discogs.model.identity.type.UserProfile
The user's buyer rating.
getBuyerRatingStars() - Method in class com.amilesend.discogs.model.identity.type.UserProfile
The user's star rating.
getCallback() - Method in class com.amilesend.discogs.model.inventory.DownloadInventoryExportRequest
The callback for transfer progress (optional).
getCallbackConfirmed() - Method in class com.amilesend.discogs.connection.auth.oauth.RequestTokenResponse
Indicates if the client callback was confirmed.
getCallbackPath() - Method in class com.amilesend.discogs.connection.auth.oauth.OAuthReceiver
The path to listen for the redirect.
getCatalogNumber() - Method in class com.amilesend.discogs.model.database.GetLabelReleasesResponse.LabelRelease
 
getCatalogNumber() - Method in class com.amilesend.discogs.model.database.SearchRequest
Catalog number (i.e., "catno") (optional).
getCatalogNumber() - Method in class com.amilesend.discogs.model.database.type.MasterReleaseVersion
The catalog number.
getCatalogNumber() - Method in class com.amilesend.discogs.model.database.type.SearchResult
The catalog number.
getCatalogNumber() - Method in class com.amilesend.discogs.model.marketplace.type.ListingRelease
The listing's catalog number.
getCatalogNumber() - Method in class com.amilesend.discogs.model.type.CatalogEntity
The catalog number.
getCode() - Method in class com.amilesend.discogs.connection.auth.oauth.OAuthReceiverCallback
The authorization code.
getCol() - Method in class com.amilesend.discogs.csv.validation.ValidationException.Descriptor
 
getCollectionFieldsUrl() - Method in class com.amilesend.discogs.model.identity.type.UserProfile
URL for the user's collection fields.
getCollectionFoldersUrl() - Method in class com.amilesend.discogs.model.identity.type.UserProfile
URL for the user's collection folders.
getCollectionItems(GetCollectionItemsByFolderRequest) - Method in class com.amilesend.discogs.api.UserCollectionApi
Gets a paginated list of items in a user collection folder.
getCollectionItems(GetCollectionItemsByReleaseRequest) - Method in class com.amilesend.discogs.api.UserCollectionApi
Gets the paginated list of user collection items by release.
GetCollectionItemsByFolderRequest - Class in com.amilesend.discogs.model.collection
The request to retrieve a paginated list of collection items by folder.
GetCollectionItemsByFolderRequest.GetCollectionItemsByFolderRequestBuilder<C,B> - Class in com.amilesend.discogs.model.collection
 
GetCollectionItemsByFolderRequest.Sort - Enum in com.amilesend.discogs.model.collection
Describes the attributes to sort on.
GetCollectionItemsByFolderRequestBuilder() - Constructor for class com.amilesend.discogs.model.collection.GetCollectionItemsByFolderRequest.GetCollectionItemsByFolderRequestBuilder
 
GetCollectionItemsByFolderResponse - Class in com.amilesend.discogs.model.collection
Defines the list of items from a user collection for a folder.
GetCollectionItemsByFolderResponse.GetCollectionItemsByFolderResponseBuilder<C,B> - Class in com.amilesend.discogs.model.collection
 
GetCollectionItemsByFolderResponseBuilder() - Constructor for class com.amilesend.discogs.model.collection.GetCollectionItemsByFolderResponse.GetCollectionItemsByFolderResponseBuilder
 
GetCollectionItemsByFolderResponseCreator - Class in com.amilesend.discogs.parse.creator
A custom InstanceCreator implementation that injects the DiscogsConnection to the resource type so that method operations can be performed on the GetCollectionItemsByFolderResponse resource.
GetCollectionItemsByFolderResponseCreator(DiscogsConnection) - Constructor for class com.amilesend.discogs.parse.creator.GetCollectionItemsByFolderResponseCreator
Creates a new GetCollectionItemsByFolderResponseCreator instance.
GetCollectionItemsByReleaseRequest - Class in com.amilesend.discogs.model.collection
The request to retrieve a paginated list of collection items for a release.
GetCollectionItemsByReleaseRequest.GetCollectionItemsByReleaseRequestBuilder<C,B> - Class in com.amilesend.discogs.model.collection
 
GetCollectionItemsByReleaseRequestBuilder() - Constructor for class com.amilesend.discogs.model.collection.GetCollectionItemsByReleaseRequest.GetCollectionItemsByReleaseRequestBuilder
 
GetCollectionItemsByReleaseResponse - Class in com.amilesend.discogs.model.collection
Defines the list of items from a user collection for a release.
GetCollectionItemsByReleaseResponse.GetCollectionItemsByReleaseResponseBuilder<C,B> - Class in com.amilesend.discogs.model.collection
 
GetCollectionItemsByReleaseResponseBuilder() - Constructor for class com.amilesend.discogs.model.collection.GetCollectionItemsByReleaseResponse.GetCollectionItemsByReleaseResponseBuilder
 
GetCollectionItemsByReleaseResponseCreator - Class in com.amilesend.discogs.parse.creator
A custom InstanceCreator implementation that injects the DiscogsConnection to the resource type so that method operations can be performed on the GetCollectionItemsByReleaseResponse resource.
GetCollectionItemsByReleaseResponseCreator(DiscogsConnection) - Constructor for class com.amilesend.discogs.parse.creator.GetCollectionItemsByReleaseResponseCreator
Creates a new GetCollectionItemsByReleaseResponseCreator instance.
getCollectionValue(GetCollectionValueRequest) - Method in class com.amilesend.discogs.api.UserCollectionApi
Gets the value of a user's collection.
GetCollectionValueRequest - Class in com.amilesend.discogs.model.collection
Get request to get the value of a user's collection.
GetCollectionValueRequest.GetCollectionValueRequestBuilder - Class in com.amilesend.discogs.model.collection
 
GetCollectionValueResponse - Class in com.amilesend.discogs.model.collection
The response that describes the value of a user's collection.
GetCollectionValueResponse.GetCollectionValueResponseBuilder - Class in com.amilesend.discogs.model.collection
 
getComment() - Method in class com.amilesend.discogs.model.lists.type.UserListItem
The list comment.
getComments() - Method in class com.amilesend.discogs.csv.type.InventoryRecord
Free-form comments.
getComments() - Method in class com.amilesend.discogs.model.marketplace.CreateListingRequest
Item remarks (optional).
getComments() - Method in class com.amilesend.discogs.model.marketplace.type.Listing
Seller commends.
getCommunity() - Method in class com.amilesend.discogs.model.database.type.SearchResult
The stats for the search result.
getCommunity() - Method in class com.amilesend.discogs.model.database.type.Stats
The community stats.
getCommunity() - Method in class com.amilesend.discogs.model.type.Release
The associated community information.
getCommunityReleaseRating(GetCommunityReleaseRatingRequest) - Method in class com.amilesend.discogs.api.DatabaseApi
Gets the community rating for a given release.
GetCommunityReleaseRatingRequest - Class in com.amilesend.discogs.model.database
Describes the request to get the community release rating.
GetCommunityReleaseRatingRequest.GetCommunityReleaseRatingRequestBuilder - Class in com.amilesend.discogs.model.database
 
GetCommunityReleaseRatingResponse - Class in com.amilesend.discogs.model.database
Describes the response when gettin ga community release rating.
GetCommunityReleaseRatingResponse.GetCommunityReleaseRatingResponseBuilder<C,B> - Class in com.amilesend.discogs.model.database
 
GetCommunityReleaseRatingResponseBuilder() - Constructor for class com.amilesend.discogs.model.database.GetCommunityReleaseRatingResponse.GetCommunityReleaseRatingResponseBuilder
 
getCompanies() - Method in class com.amilesend.discogs.model.type.Release
The list of companies (i.e., record labels).
getCondition() - Method in class com.amilesend.discogs.model.marketplace.CreateListingRequest
The condition of the listing item (required).
getCondition() - Method in class com.amilesend.discogs.model.marketplace.type.Listing
The condition.
getConnection() - Method in class com.amilesend.discogs.api.ApiBase
The connection that wraps the underlying HTTP client.
getConnection() - Method in class com.amilesend.discogs.Discogs
The HTTP client connection.
getConnection() - Method in class com.amilesend.discogs.model.PaginatedResponseBase
The underlying API connection used to navigate response pages.
getConsumerName() - Method in class com.amilesend.discogs.model.identity.type.AuthenticatedUser
The authenticated name of the account.
getContactInfo() - Method in class com.amilesend.discogs.model.database.GetLabelInformationResponse
Label contact information.
getContributions() - Method in class com.amilesend.discogs.model.identity.GetUserContributionsResponse
The list of release contributions.
getContributor() - Method in class com.amilesend.discogs.model.database.SearchRequest
The contributor username (optional).
getContributors() - Method in class com.amilesend.discogs.model.type.Community
The list of contributors
getConverted() - Method in class com.amilesend.discogs.model.marketplace.type.OriginalPrice
The converted original price.
getCount() - Method in class com.amilesend.discogs.model.collection.type.Folder
The item content count.
getCount() - Method in class com.amilesend.discogs.model.database.type.Rating
The number of ratings.
getCountry() - Method in class com.amilesend.discogs.model.database.GetMasterReleaseVersionsRequest
The master release country.
getCountry() - Method in class com.amilesend.discogs.model.database.SearchRequest
Release country (optional).
getCountry() - Method in class com.amilesend.discogs.model.database.type.MasterReleaseVersion
The country.
getCountry() - Method in class com.amilesend.discogs.model.database.type.SearchResult
The release country.
getCountry() - Method in class com.amilesend.discogs.model.type.Release
The country of release.
getCoverImage() - Method in class com.amilesend.discogs.model.database.type.SearchResult
The cover image URL.
getCoverImage() - Method in class com.amilesend.discogs.model.type.BasicInformation
The cover image URL.
getCreated() - Method in class com.amilesend.discogs.model.marketplace.type.Order
The order creation timestamp.
getCreatedAfter() - Method in class com.amilesend.discogs.model.marketplace.GetOrdersRequest
Created after timestamp (optional).
getCreatedBefore() - Method in class com.amilesend.discogs.model.marketplace.GetOrdersRequest
Created before timestamp (optional).
getCreatedTs() - Method in class com.amilesend.discogs.model.inventory.type.ExportItem
The export request timestamp.
getCreatedTs() - Method in class com.amilesend.discogs.model.inventory.type.UploadItem
The export request timestamp.
getCredit() - Method in class com.amilesend.discogs.model.database.SearchRequest
Credit (optional).
getCsvFile() - Method in class com.amilesend.discogs.csv.InventoryCsvWriter
The path of the CSV file to write.
getCsvPrinter() - Method in class com.amilesend.discogs.csv.InventoryCsvWriter
The printer used to format and write to the file.
getCurrAbbr() - Method in class com.amilesend.discogs.model.database.GetReleaseRequest
The currency type (optional).
getCurrAbbr() - Method in class com.amilesend.discogs.model.identity.EditUserProfileRequest
The user's preferred currency (optional).
getCurrAbbr() - Method in class com.amilesend.discogs.model.identity.type.UserProfile
The user's configured currency type (e.g., "USD" or "EUR").
getCurrency() - Method in class com.amilesend.discogs.model.marketplace.GetFeeRequest
The currency (optional).
getCurrency() - Method in class com.amilesend.discogs.model.marketplace.GetListingRequest
The currency (optional).
getCurrency() - Method in class com.amilesend.discogs.model.marketplace.GetReleaseStatisticsRequest
Teh currency specifier (optional).
getCurrency() - Method in class com.amilesend.discogs.model.marketplace.type.OriginalPrice
The currency type.
getCurrency() - Method in class com.amilesend.discogs.model.marketplace.type.Price
The currency denomination.
getCurrencyId() - Method in class com.amilesend.discogs.model.marketplace.type.OriginalPrice
The currency identifier.
getCustomFields(GetCustomFieldsRequest) - Method in class com.amilesend.discogs.api.UserCollectionApi
Gets the list of custom fields for a user.
GetCustomFieldsRequest - Class in com.amilesend.discogs.model.collection
The request to ge the list of custom fields for a user.
GetCustomFieldsRequest.GetCustomFieldsRequestBuilder - Class in com.amilesend.discogs.model.collection
 
GetCustomFieldsResponse - Class in com.amilesend.discogs.model.collection
The request to retrieve the list of custom fields.
GetCustomFieldsResponse.GetCustomFieldsResponseBuilder - Class in com.amilesend.discogs.model.collection
 
getDatabaseApi() - Method in class com.amilesend.discogs.Discogs
Gets a new DatabaseApi instance for the client connection.
getDataQuality() - Method in class com.amilesend.discogs.model.database.GetLabelInformationResponse
Data quality status.
getDataQuality() - Method in class com.amilesend.discogs.model.database.type.ArtistInformation
The data quality status.
getDataQuality() - Method in class com.amilesend.discogs.model.identity.type.SubmissionArtist
The data quality descriptor.
getDataQuality() - Method in class com.amilesend.discogs.model.type.Community
The data quality description.
getDataQuality() - Method in class com.amilesend.discogs.model.type.ReleaseContentBase
Data quality descriptor.
getDateAdded() - Method in class com.amilesend.discogs.model.collection.type.CollectionRelease
The timestamp.
getDateAdded() - Method in class com.amilesend.discogs.model.lists.type.UserList
The timestamp that the list was created.
getDateAdded() - Method in class com.amilesend.discogs.model.type.ReleaseContentBase
The timestamp that this release entry was added.
getDateAdded() - Method in class com.amilesend.discogs.model.wantlist.type.WantListRelease
The timestamp.
getDateChanged() - Method in class com.amilesend.discogs.model.lists.type.UserList
The timestamp of the last change to the list.
getDateChanged() - Method in class com.amilesend.discogs.model.type.ReleaseContentBase
The timestamp that this release entry was last.
getDefinedHeaders() - Method in class com.amilesend.discogs.csv.type.InventoryRecord
Gets the list of headers based on the populated fields.
getDescription() - Method in class com.amilesend.discogs.model.database.type.Video
The video description.
getDescription() - Method in class com.amilesend.discogs.model.lists.type.UserList
The list description.
getDescription() - Method in class com.amilesend.discogs.model.marketplace.type.ListingRelease
The description.
getDescription() - Method in class com.amilesend.discogs.model.marketplace.type.OrderItem.Release
The release description.
getDescription() - Method in class com.amilesend.discogs.model.type.ReleaseIdentifier
The description.
getDescriptions() - Method in class com.amilesend.discogs.model.database.type.SearchResultFormat
The list of descriptors.
getDescriptions() - Method in class com.amilesend.discogs.model.type.Format
The list of descriptions (e.g., "Album", "Single", etc.).
getDisplayTitle() - Method in class com.amilesend.discogs.model.lists.type.UserListItem
The display title of the list.
getDownloadedBytes() - Method in class com.amilesend.discogs.model.inventory.type.DownloadInformation
The amount of bytes actually downloaded.
getDownloadPath() - Method in class com.amilesend.discogs.model.inventory.type.DownloadInformation
The Path to the downloaded file.
getDownloadUrl() - Method in class com.amilesend.discogs.model.inventory.type.ExportItem
The URL to download the inventory export.
getDuration() - Method in class com.amilesend.discogs.model.database.type.TrackInformation
The track duration (e.g., "7:00").
getDuration() - Method in class com.amilesend.discogs.model.database.type.Video
The duration in minutes.
getEmail() - Method in class com.amilesend.discogs.model.identity.type.UserProfile
The email if the user profile matches the authenticated user.
getEmbed() - Method in class com.amilesend.discogs.model.database.type.Video
Embed flag indicator.
getEntityType() - Method in class com.amilesend.discogs.model.type.CatalogEntity
The entity type.
getEntityTypeName() - Method in class com.amilesend.discogs.model.type.CatalogEntity
The entity type name.
getError() - Method in class com.amilesend.discogs.connection.auth.oauth.OAuthReceiverCallback
The error code.
getErrors() - Method in exception class com.amilesend.discogs.csv.validation.ValidationException
 
getEstimatedWeight() - Method in class com.amilesend.discogs.model.type.ReleaseContentBase
The estimated relevance weight.
getExport(GetExportRequest) - Method in class com.amilesend.discogs.api.InventoryExportApi
Gets information for a specific export.
getExportId() - Method in class com.amilesend.discogs.model.inventory.DownloadInventoryExportRequest
The inventory export identifier (required).
getExportId() - Method in class com.amilesend.discogs.model.inventory.GetExportRequest
The export identifier (required).
GetExportRequest - Class in com.amilesend.discogs.model.inventory
The request to get information for a specific export.
GetExportRequest.GetExportRequestBuilder - Class in com.amilesend.discogs.model.inventory
 
GetExportResponse - Class in com.amilesend.discogs.model.inventory
The response when getting information for a specific export.
GetExportResponse.GetExportResponseBuilder<C,B> - Class in com.amilesend.discogs.model.inventory
 
GetExportResponseBuilder() - Constructor for class com.amilesend.discogs.model.inventory.GetExportResponse.GetExportResponseBuilder
 
getExports(GetExportsRequest) - Method in class com.amilesend.discogs.api.InventoryExportApi
Gets the paginated list of recent exports.
GetExportsRequest - Class in com.amilesend.discogs.model.inventory
The request to get a paginated list of exports.
GetExportsRequest.GetExportsRequestBuilder<C,B> - Class in com.amilesend.discogs.model.inventory
 
GetExportsRequestBuilder() - Constructor for class com.amilesend.discogs.model.inventory.GetExportsRequest.GetExportsRequestBuilder
 
GetExportsResponse - Class in com.amilesend.discogs.model.inventory
The paginated list of exports.
GetExportsResponse.GetExportsResponseBuilder<C,B> - Class in com.amilesend.discogs.model.inventory
 
GetExportsResponseBuilder() - Constructor for class com.amilesend.discogs.model.inventory.GetExportsResponse.GetExportsResponseBuilder
 
GetExportsResponseCreator - Class in com.amilesend.discogs.parse.creator
A custom InstanceCreator implementation that injects the DiscogsConnection to the resource type so that method operations can be performed on the GetExportsResponse resource.
GetExportsResponseCreator(DiscogsConnection) - Constructor for class com.amilesend.discogs.parse.creator.GetExportsResponseCreator
Creates a new GetExportsResponseCreator instance.
getExternalId() - Method in class com.amilesend.discogs.csv.type.InventoryRecord
Free-form notes for external identifiers (optional).
getExternalId() - Method in class com.amilesend.discogs.model.marketplace.CreateListingRequest
The external identifier (optional).
getExternalId() - Method in class com.amilesend.discogs.model.marketplace.type.Listing
The external identifier (only visible to the inventory owner).
getExtraArtists() - Method in class com.amilesend.discogs.model.database.type.TrackInformation
The list of extra artists associated with the track.
getExtraArtists() - Method in class com.amilesend.discogs.model.type.Release
The list of extra artists.
getFee() - Method in class com.amilesend.discogs.model.marketplace.type.Order
The order fee.
getFee(GetFeeRequest) - Method in class com.amilesend.discogs.api.MarketplaceApi
Gets the fee when selling an item at a given price.
GetFeeRequest - Class in com.amilesend.discogs.model.marketplace
The request to get the fee for a given price.
GetFeeRequest.GetFeeRequestBuilder - Class in com.amilesend.discogs.model.marketplace
 
GetFeeResponse - Class in com.amilesend.discogs.model.marketplace
The response when getting the fee for selling an item.
GetFeeResponse.GetFeeResponseBuilder<C,B> - Class in com.amilesend.discogs.model.marketplace
 
GetFeeResponseBuilder() - Constructor for class com.amilesend.discogs.model.marketplace.GetFeeResponse.GetFeeResponseBuilder
 
getFieldId() - Method in class com.amilesend.discogs.model.collection.EditInstanceFieldRequest
The field identifier (required).
getFieldId() - Method in class com.amilesend.discogs.model.collection.type.Note
The field identifier.
getFields() - Method in class com.amilesend.discogs.model.collection.GetCustomFieldsResponse
The list of custom fields.
getFilename() - Method in class com.amilesend.discogs.model.inventory.type.ExportItem
The filename of the export.
getFilename() - Method in class com.amilesend.discogs.model.inventory.type.UploadInformation
The name of the file that was uploaded.
getFilename() - Method in class com.amilesend.discogs.model.inventory.type.UploadItem
The filename of the export.
getFileName() - Method in class com.amilesend.discogs.model.inventory.type.DownloadInformation
The filename of the file.
getFinishedTs() - Method in class com.amilesend.discogs.model.inventory.type.ExportItem
The time of completion timestamp.
getFinishedTs() - Method in class com.amilesend.discogs.model.inventory.type.UploadItem
The time of completion timestamp.
getFirst() - Method in class com.amilesend.discogs.model.PaginatedResponseBase
Gets the first page.
getFirstUrl() - Method in class com.amilesend.discogs.model.PaginatedResponseBase.Pagination
Gets the URL to navigate to the first page.
getFolder(GetFolderRequest) - Method in class com.amilesend.discogs.api.UserCollectionApi
Gets a folder from a user's collection.
getFolderId() - Method in class com.amilesend.discogs.model.collection.AddToFolderRequest
The folder identifier (required).
getFolderId() - Method in class com.amilesend.discogs.model.collection.ChangeReleaseRatingRequest
The folder identifier (required).
getFolderId() - Method in class com.amilesend.discogs.model.collection.DeleteFolderRequest
The folder identifier (required).
getFolderId() - Method in class com.amilesend.discogs.model.collection.DeleteInstanceRequest
The folder identifier (required).
getFolderId() - Method in class com.amilesend.discogs.model.collection.EditInstanceFieldRequest
The folder identifier (required).
getFolderId() - Method in class com.amilesend.discogs.model.collection.GetCollectionItemsByFolderRequest
The folder identifier (required).
getFolderId() - Method in class com.amilesend.discogs.model.collection.GetFolderRequest
The folder identifier (required).
getFolderId() - Method in class com.amilesend.discogs.model.collection.MoveReleaseRequest
The folder identifier (required).
getFolderId() - Method in class com.amilesend.discogs.model.collection.RenameFolderRequest
The folder identifier (required).
getFolderId() - Method in class com.amilesend.discogs.model.collection.type.CollectionRelease
The associated folder identifier.
getFolderId() - Method in class com.amilesend.discogs.model.wantlist.type.WantListRelease
The associated folder identifier.
getFolderPath() - Method in class com.amilesend.discogs.model.inventory.DownloadInventoryExportRequest
The folder to download the CSV to (required).
GetFolderRequest - Class in com.amilesend.discogs.model.collection
The request to get a specific folder in a user's collection.
GetFolderRequest.GetFolderRequestBuilder - Class in com.amilesend.discogs.model.collection
 
GetFolderResponse - Class in com.amilesend.discogs.model.collection
The response when getting a specific folder within a user's collection.
GetFolderResponse.GetFolderResponseBuilder<C,B> - Class in com.amilesend.discogs.model.collection
 
GetFolderResponseBuilder() - Constructor for class com.amilesend.discogs.model.collection.GetFolderResponse.GetFolderResponseBuilder
 
getFolders() - Method in class com.amilesend.discogs.model.collection.GetFoldersResponse
The list of folders.
getFolders(GetFoldersRequest) - Method in class com.amilesend.discogs.api.UserCollectionApi
Gets the list of a folders in a user's collection.
GetFoldersRequest - Class in com.amilesend.discogs.model.collection
Request to get a list of folders in a user's collection.
GetFoldersRequest.GetFoldersRequestBuilder - Class in com.amilesend.discogs.model.collection
 
GetFoldersResponse - Class in com.amilesend.discogs.model.collection
The response when getting the list of folders in a user's collection.
GetFoldersResponse.GetFoldersResponseBuilder - Class in com.amilesend.discogs.model.collection
 
getFormat() - Method in class com.amilesend.discogs.model.database.GetArtistReleasesResponse.ArtistRelease
The format.
getFormat() - Method in class com.amilesend.discogs.model.database.GetLabelReleasesResponse.LabelRelease
The format.
getFormat() - Method in class com.amilesend.discogs.model.database.GetMasterReleaseVersionsRequest
The format specifier.
getFormat() - Method in class com.amilesend.discogs.model.database.SearchRequest
Release format (optional).
getFormat() - Method in class com.amilesend.discogs.model.database.type.MasterReleaseVersion
The format.
getFormat() - Method in class com.amilesend.discogs.model.database.type.SearchResult
The available formats.
getFormat() - Method in class com.amilesend.discogs.model.marketplace.type.ListingRelease
The release format.
getFormatQuantity() - Method in class com.amilesend.discogs.csv.type.InventoryRecord
The item format quantity (optional).
getFormatQuantity() - Method in class com.amilesend.discogs.model.database.type.SearchResult
The format quantity.
getFormatQuantity() - Method in class com.amilesend.discogs.model.marketplace.CreateListingRequest
The number of items this listing counts as (for shipping calculations) (optional).
getFormatQuantity() - Method in class com.amilesend.discogs.model.marketplace.type.Listing
The number of items of a given format available (only visible to the inventory owner).
getFormatQuantity() - Method in class com.amilesend.discogs.model.type.Release
The quantity of formats for the release.
getFormats() - Method in class com.amilesend.discogs.model.database.type.SearchResult
The list of formats.
getFormats() - Method in class com.amilesend.discogs.model.type.BasicInformation
The list of formats.
getFormats() - Method in class com.amilesend.discogs.model.type.Release
The list of formats.
getFormatted() - Method in class com.amilesend.discogs.model.marketplace.type.OriginalPrice
The formated value (e.g., "$20.00").
getGenre() - Method in class com.amilesend.discogs.model.database.SearchRequest
Genre (optional).
getGenre() - Method in class com.amilesend.discogs.model.database.type.SearchResult
List of genres.
getGenres() - Method in class com.amilesend.discogs.model.type.BasicInformation
The list of genres.
getGenres() - Method in class com.amilesend.discogs.model.type.ReleaseContentBase
List of applicable genres.
getGsonForAuthentication() - Static method in class com.amilesend.discogs.parse.GsonFactory
Gets the Gson instance used for authentication.
getHave() - Method in class com.amilesend.discogs.model.database.type.SearchResultStat
Number of community members that have the release.
getHave() - Method in class com.amilesend.discogs.model.type.Community
The count of how many members have a resource.
getHeader() - Method in enum com.amilesend.discogs.csv.type.InventoryHeader
 
getHeader() - Method in class com.amilesend.discogs.csv.validation.ValidationException.Descriptor
 
getHeaders() - Method in class com.amilesend.discogs.csv.InventoryCsvWriter
The list of defined CSV headers to be included in the CSV file.
getHeight() - Method in class com.amilesend.discogs.model.database.type.Image
The image height in pixels.
getHomePage() - Method in class com.amilesend.discogs.model.identity.EditUserProfileRequest
URL to the user's home page (optional).
getHomePage() - Method in class com.amilesend.discogs.model.identity.type.UserProfile
URL for the user's home page.
getHost() - Method in class com.amilesend.discogs.connection.auth.oauth.OAuthReceiver
The host of the receiver.
getHtmlUrl() - Method in class com.amilesend.discogs.model.marketplace.type.Seller
The web-based URL for the seller's profile.
getId() - Method in class com.amilesend.discogs.model.collection.type.Field
The field identifier.
getId() - Method in class com.amilesend.discogs.model.inventory.type.ExportItem
The export identifier.
getId() - Method in class com.amilesend.discogs.model.inventory.type.UploadItem
The export identifier.
getId() - Method in class com.amilesend.discogs.model.marketplace.type.OrderItem
The item identifier.
getId() - Method in class com.amilesend.discogs.model.marketplace.type.OrderItem.Release
The release identifier.
getId() - Method in class com.amilesend.discogs.model.Resource
The resource identifier.
getIdentifiers() - Method in class com.amilesend.discogs.model.type.Release
The list of release identifiers (e.g., barcodes)
getImages() - Method in class com.amilesend.discogs.model.database.GetLabelInformationResponse
List of images associated with the label.
getImages() - Method in class com.amilesend.discogs.model.database.type.ArtistInformation
The list of images associated with the artist.
getImages() - Method in class com.amilesend.discogs.model.marketplace.type.ListingRelease
The associated images.
getImages() - Method in class com.amilesend.discogs.model.type.ReleaseContentBase
List of associated images.
getInCart() - Method in class com.amilesend.discogs.model.marketplace.type.Listing
Indicates if an item is in a user's cart (only visible to the inventory owner).
getInCollection() - Method in class com.amilesend.discogs.model.database.type.SearchResultUserData
Flag indicator that the search reuslt is in the user's collection.
getInCollection() - Method in class com.amilesend.discogs.model.database.type.Stat
The number of members with the master/release/version in their collection.
getInstanceId() - Method in class com.amilesend.discogs.model.collection.AddToFolderResponse
The instance identifier.
getInstanceId() - Method in class com.amilesend.discogs.model.collection.ChangeReleaseRatingRequest
The instance identifier (required).
getInstanceId() - Method in class com.amilesend.discogs.model.collection.DeleteInstanceRequest
The instance identifier (required).
getInstanceId() - Method in class com.amilesend.discogs.model.collection.EditInstanceFieldRequest
The instance identifier (required).
getInstanceId() - Method in class com.amilesend.discogs.model.collection.MoveReleaseRequest
The instance identifier (required).
getInstanceId() - Method in class com.amilesend.discogs.model.collection.type.CollectionRelease
The instance identifier.
getInstanceId() - Method in class com.amilesend.discogs.model.wantlist.type.WantListRelease
The instance identifier.
getInventory(GetInventoryRequest) - Method in class com.amilesend.discogs.api.MarketplaceApi
Gets the list of listing for a user's inventory.
getInventoryCsvFile() - Method in class com.amilesend.discogs.model.inventory.type.InventoryRequestBase
The inventory CSV file with the inventory items to add.
getInventoryExportApi() - Method in class com.amilesend.discogs.Discogs
Gets a new InventoryExportApi instance for the client connection.
GetInventoryRequest - Class in com.amilesend.discogs.model.marketplace
The request to retrieve the paginated list of inventory for a seller
GetInventoryRequest.GetInventoryRequestBuilder<C,B> - Class in com.amilesend.discogs.model.marketplace
 
GetInventoryRequest.Sort - Enum in com.amilesend.discogs.model.marketplace
Defines the supported attributes to sort on for requests.
GetInventoryRequestBuilder() - Constructor for class com.amilesend.discogs.model.marketplace.GetInventoryRequest.GetInventoryRequestBuilder
 
GetInventoryResponse - Class in com.amilesend.discogs.model.marketplace
Defines the list of a user's inventory.
GetInventoryResponse.GetInventoryResponseBuilder<C,B> - Class in com.amilesend.discogs.model.marketplace
 
GetInventoryResponseBuilder() - Constructor for class com.amilesend.discogs.model.marketplace.GetInventoryResponse.GetInventoryResponseBuilder
 
GetInventoryResponseCreator - Class in com.amilesend.discogs.parse.creator
A custom InstanceCreator implementation that injects the DiscogsConnection to the resource type so that method operations can be performed on the GetInventoryResponse resource.
GetInventoryResponseCreator(DiscogsConnection) - Constructor for class com.amilesend.discogs.parse.creator.GetInventoryResponseCreator
Creates a new GetInventoryResponseCreator instance.
getInventoryUploadApi() - Method in class com.amilesend.discogs.Discogs
Gets a new InventoryUploadApi instance for the client connection.
getInventoryUrl() - Method in class com.amilesend.discogs.model.identity.type.UserProfile
URL for the user's inventory.
getInWantList() - Method in class com.amilesend.discogs.model.database.type.SearchResultUserData
Flag indicator that the search result is in the user's want list.
getInWantList() - Method in class com.amilesend.discogs.model.database.type.Stat
The number of members with the master/release/version in their want list.
getIsBlockedFromSale() - Method in class com.amilesend.discogs.model.type.Release
 
getIsOffensive() - Method in class com.amilesend.discogs.model.type.Release
 
getItems() - Method in class com.amilesend.discogs.model.inventory.GetExportsResponse
The list of items.
getItems() - Method in class com.amilesend.discogs.model.inventory.GetUploadsResponse
The list of items.
getItems() - Method in class com.amilesend.discogs.model.lists.type.UserList
The user list items.
getItems() - Method in class com.amilesend.discogs.model.marketplace.type.Order
The list of items that were ordered.
getItems() - Method in class com.amilesend.discogs.model.PaginatedResponseBase.Pagination
The total number of items available.
getJoin() - Method in class com.amilesend.discogs.model.type.Artist
 
getKey() - Method in class com.amilesend.discogs.connection.auth.info.KeySecretAuthInfo
The key.
getLabel() - Method in class com.amilesend.discogs.model.database.GetArtistReleasesResponse.ArtistRelease
The label.
getLabel() - Method in class com.amilesend.discogs.model.database.GetMasterReleaseVersionsRequest
The label.
getLabel() - Method in class com.amilesend.discogs.model.database.SearchRequest
Label (optional).
getLabel() - Method in class com.amilesend.discogs.model.database.type.MasterReleaseVersion
The label.
getLabel() - Method in class com.amilesend.discogs.model.database.type.SearchResult
Associated labels.
getLabel() - Method in class com.amilesend.discogs.model.marketplace.type.ListingRelease
The label.
getLabelId() - Method in class com.amilesend.discogs.model.database.GetLabelInformationRequest
The label identifier (required).
getLabelId() - Method in class com.amilesend.discogs.model.database.GetLabelReleasesRequest
The label identifier (required).
getLabelInformation(GetLabelInformationRequest) - Method in class com.amilesend.discogs.api.DatabaseApi
Gets information about a specific abel.
GetLabelInformationRequest - Class in com.amilesend.discogs.model.database
Describes the request to get label information.
GetLabelInformationRequest.GetLabelInformationRequestBuilder - Class in com.amilesend.discogs.model.database
 
GetLabelInformationResponse - Class in com.amilesend.discogs.model.database
Describes the response containing label information.
GetLabelInformationResponse.GetLabelInformationResponseBuilder<C,B> - Class in com.amilesend.discogs.model.database
 
GetLabelInformationResponseBuilder() - Constructor for class com.amilesend.discogs.model.database.GetLabelInformationResponse.GetLabelInformationResponseBuilder
 
getLabelReleases(GetLabelReleasesRequest) - Method in class com.amilesend.discogs.api.DatabaseApi
Gets the paginated list of releases for a label.
GetLabelReleasesRequest - Class in com.amilesend.discogs.model.database
The request to retrieve the paginated list of releases for a label.
GetLabelReleasesRequest.GetLabelReleasesRequestBuilder<C,B> - Class in com.amilesend.discogs.model.database
 
GetLabelReleasesRequestBuilder() - Constructor for class com.amilesend.discogs.model.database.GetLabelReleasesRequest.GetLabelReleasesRequestBuilder
 
GetLabelReleasesResponse - Class in com.amilesend.discogs.model.database
Defines the list of releases for a label.
GetLabelReleasesResponse.GetLabelReleasesResponseBuilder<C,B> - Class in com.amilesend.discogs.model.database
 
GetLabelReleasesResponse.LabelRelease - Class in com.amilesend.discogs.model.database
Defines a release for a label.
GetLabelReleasesResponse.LabelRelease.LabelReleaseBuilder<C,B> - Class in com.amilesend.discogs.model.database
 
GetLabelReleasesResponseBuilder() - Constructor for class com.amilesend.discogs.model.database.GetLabelReleasesResponse.GetLabelReleasesResponseBuilder
 
GetLabelReleasesResponseCreator - Class in com.amilesend.discogs.parse.creator
A custom InstanceCreator implementation that injects the DiscogsConnection to the resource type so that method operations can be performed on the GetLabelReleasesResponse resource.
GetLabelReleasesResponseCreator(DiscogsConnection) - Constructor for class com.amilesend.discogs.parse.creator.GetLabelReleasesResponseCreator
Creates a new GetLabelReleasesResponseCreator instance.
getLabels() - Method in class com.amilesend.discogs.model.identity.GetUserSubmissionsResponse.UserSubmissions
The list of labels.
getLabels() - Method in class com.amilesend.discogs.model.type.BasicInformation
The associated labels.
getLabels() - Method in class com.amilesend.discogs.model.type.Release
List of associated labels.
getLast() - Method in class com.amilesend.discogs.model.PaginatedResponseBase
Gets the last page.
getLastActivity() - Method in class com.amilesend.discogs.model.marketplace.type.Order
The last updated timestamp.
getLastUrl() - Method in class com.amilesend.discogs.model.PaginatedResponseBase.Pagination
Gets the URL for the last page.
getLines() - Method in class com.amilesend.discogs.model.collection.type.Field
The number of lines.
getListId() - Method in class com.amilesend.discogs.model.lists.GetUserListRequest
The list identifier (required) .
getListing(GetListingRequest) - Method in class com.amilesend.discogs.api.MarketplaceApi
Gets a listing.
getListingId() - Method in class com.amilesend.discogs.model.marketplace.CreateListingResponse
The listing identifier.
getListingId() - Method in class com.amilesend.discogs.model.marketplace.DeleteListingRequest
The listing identifier (required).
getListingId() - Method in class com.amilesend.discogs.model.marketplace.GetListingRequest
The listing identifier (required).
getListingId() - Method in class com.amilesend.discogs.model.marketplace.UpdateListingRequest
The listing identifier (required).
GetListingRequest - Class in com.amilesend.discogs.model.marketplace
The request to retrieve a specific listing.
GetListingRequest.GetListingRequestBuilder - Class in com.amilesend.discogs.model.marketplace
 
GetListingResponse - Class in com.amilesend.discogs.model.marketplace
Describes the response when getting a listing.
GetListingResponse.GetListingResponseBuilder<C,B> - Class in com.amilesend.discogs.model.marketplace
 
GetListingResponseBuilder() - Constructor for class com.amilesend.discogs.model.marketplace.GetListingResponse.GetListingResponseBuilder
 
getListings() - Method in class com.amilesend.discogs.model.marketplace.GetInventoryResponse
The list of listings.
getLists() - Method in class com.amilesend.discogs.model.lists.GetUserListsResponse
The list of user lists.
getLocation() - Method in class com.amilesend.discogs.csv.type.InventoryRecord
Free-form text field to describe the location (optional).
getLocation() - Method in class com.amilesend.discogs.model.identity.EditUserProfileRequest
Location description (optional).
getLocation() - Method in class com.amilesend.discogs.model.identity.type.UserProfile
Description of the user's location.
getLocation() - Method in class com.amilesend.discogs.model.inventory.type.UploadInformation
The resource location URL.
getLocation() - Method in class com.amilesend.discogs.model.marketplace.CreateListingRequest
The item location (optional).
getLocation() - Method in class com.amilesend.discogs.model.marketplace.type.Listing
The location (only visible to the inventory owner).
getLocationUrl() - Method in class com.amilesend.discogs.model.inventory.ExportInventoryResponse
The CSV file location URL.
getLowestPrice() - Method in class com.amilesend.discogs.model.marketplace.GetReleaseStatisticsResponse
The lowest price.
getLowestPrice() - Method in class com.amilesend.discogs.model.type.ReleaseContentBase
The lowest price.
getMainRelease() - Method in class com.amilesend.discogs.model.database.GetArtistReleasesResponse.ArtistRelease
The main release identifier.
getMainRelease() - Method in class com.amilesend.discogs.model.database.type.MasterRelease
The main release identifier.
getMainReleaseUrl() - Method in class com.amilesend.discogs.model.database.type.MasterRelease
The URL for the main release.
getMajorFormats() - Method in class com.amilesend.discogs.model.database.type.MasterReleaseVersion
The list of formats.
getMarketplaceApi() - Method in class com.amilesend.discogs.Discogs
Gets a new MarketplaceApi instance for the client connection.
getMasterId() - Method in class com.amilesend.discogs.model.database.GetMasterReleaseRequest
The master release identifier (required).
getMasterId() - Method in class com.amilesend.discogs.model.database.GetMasterReleaseVersionsRequest
The master identifier.
getMasterId() - Method in class com.amilesend.discogs.model.database.type.SearchResult
The master identifier.
getMasterId() - Method in class com.amilesend.discogs.model.type.Release
The associated master identifier.
getMasterRelease(GetMasterReleaseRequest) - Method in class com.amilesend.discogs.api.DatabaseApi
Gets the master release for the given identifier.
GetMasterReleaseRequest - Class in com.amilesend.discogs.model.database
Describes the master release request
GetMasterReleaseRequest.GetMasterReleaseRequestBuilder - Class in com.amilesend.discogs.model.database
 
GetMasterReleaseResponse - Class in com.amilesend.discogs.model.database
Describes the response when getting a master release.
GetMasterReleaseResponse.GetMasterReleaseResponseBuilder<C,B> - Class in com.amilesend.discogs.model.database
 
GetMasterReleaseResponseBuilder() - Constructor for class com.amilesend.discogs.model.database.GetMasterReleaseResponse.GetMasterReleaseResponseBuilder
 
getMasterReleaseVersions(GetMasterReleaseVersionsRequest) - Method in class com.amilesend.discogs.api.DatabaseApi
Gets the master release versions.
GetMasterReleaseVersionsRequest - Class in com.amilesend.discogs.model.database
The request to retrieve the paginated list of master release versions.
GetMasterReleaseVersionsRequest.GetMasterReleaseVersionsRequestBuilder<C,B> - Class in com.amilesend.discogs.model.database
 
GetMasterReleaseVersionsRequest.Sort - Enum in com.amilesend.discogs.model.database
Defines the supported attributes to sort on for requests.
GetMasterReleaseVersionsRequestBuilder() - Constructor for class com.amilesend.discogs.model.database.GetMasterReleaseVersionsRequest.GetMasterReleaseVersionsRequestBuilder
 
GetMasterReleaseVersionsResponse - Class in com.amilesend.discogs.model.database
Defines the list of user versions for a master release.
GetMasterReleaseVersionsResponse.GetMasterReleaseVersionsResponseBuilder<C,B> - Class in com.amilesend.discogs.model.database
 
GetMasterReleaseVersionsResponseBuilder() - Constructor for class com.amilesend.discogs.model.database.GetMasterReleaseVersionsResponse.GetMasterReleaseVersionsResponseBuilder
 
GetMasterReleaseVersionsResponseCreator - Class in com.amilesend.discogs.parse.creator
A custom InstanceCreator implementation that injects the DiscogsConnection to the resource type so that method operations can be performed on the GetMasterReleaseVersionsResponse resource.
GetMasterReleaseVersionsResponseCreator(DiscogsConnection) - Constructor for class com.amilesend.discogs.parse.creator.GetMasterReleaseVersionsResponseCreator
Creates a new GetMasterReleaseVersionsResponseCreator instance.
getMasterUrl() - Method in class com.amilesend.discogs.model.database.type.SearchResult
The master URL.
getMasterUrl() - Method in class com.amilesend.discogs.model.type.Release
The associated master URL.
getMaximum() - Method in class com.amilesend.discogs.model.collection.GetCollectionValueResponse
The maximum value.
getMediaCondition() - Method in class com.amilesend.discogs.csv.type.InventoryRecord
The media condition (required).
getMedian() - Method in class com.amilesend.discogs.model.collection.GetCollectionValueResponse
The median value.
getMembers() - Method in class com.amilesend.discogs.model.database.type.ArtistInformation
List of members associated with the artist (i.e., band/group).
getMessage() - Method in class com.amilesend.discogs.connection.http.FailureResponse
The error response message.
getMessage() - Method in class com.amilesend.discogs.csv.validation.ValidationException.Descriptor
 
getMessage() - Method in class com.amilesend.discogs.model.marketplace.AddOrderMessageRequest
The message (optional).
getMessage() - Method in class com.amilesend.discogs.model.marketplace.type.OrderMessage
The message content.
getMessages() - Method in class com.amilesend.discogs.model.marketplace.GetOrderMessagesResponse
The list of messages.
getMessagesUrl() - Method in class com.amilesend.discogs.model.marketplace.type.Order
The URL for messages related to the order.
getMethod() - Method in class com.amilesend.discogs.model.marketplace.type.ShippingChargeAmount
The shipping method.
getMinimum() - Method in class com.amilesend.discogs.model.collection.GetCollectionValueResponse
The minimum value.
getMinOrderTotal() - Method in class com.amilesend.discogs.model.marketplace.type.Seller
The minimum order total.
getMostRecentRelease() - Method in class com.amilesend.discogs.model.database.type.MasterRelease
The most recent release identifier.
getMostRecentReleaseUrl() - Method in class com.amilesend.discogs.model.database.type.MasterRelease
The URL for the most recent release.
getMoveToFolderId() - Method in class com.amilesend.discogs.model.collection.MoveReleaseRequest
The folder identifier that you want to move the instance to (optional).
getName() - Method in class com.amilesend.discogs.model.collection.CreateFolderRequest
The folder name (optional).
getName() - Method in class com.amilesend.discogs.model.collection.RenameFolderRequest
The folder name (optional).
getName() - Method in class com.amilesend.discogs.model.collection.type.Field
The field name.
getName() - Method in class com.amilesend.discogs.model.database.type.ArtistInformation
The artist name.
getName() - Method in class com.amilesend.discogs.model.database.type.SearchResultFormat
The format name.
getName() - Method in class com.amilesend.discogs.model.identity.EditUserProfileRequest
The user's name (optional).
getName() - Method in class com.amilesend.discogs.model.identity.type.SubmissionArtist
The artist name.
getName() - Method in class com.amilesend.discogs.model.identity.type.UserProfile
The user's name.
getName() - Method in class com.amilesend.discogs.model.NamedResource
The alias name value.
getName() - Method in class com.amilesend.discogs.model.type.Artist
The artist name.
getName() - Method in class com.amilesend.discogs.model.type.Format
The format name (e.g., "CD").
getNameVariations() - Method in class com.amilesend.discogs.model.database.type.ArtistInformation
The list of name variations (e.g., Artist/band name in different languages).
getNameVariations() - Method in class com.amilesend.discogs.model.identity.type.SubmissionArtist
The list of alternative name variations.
getNext() - Method in class com.amilesend.discogs.model.PaginatedResponseBase
Gets the next page.
getNextStatus() - Method in class com.amilesend.discogs.model.marketplace.type.Order
The list of remaining order status values for the order.
getNextUrl() - Method in class com.amilesend.discogs.model.PaginatedResponseBase.Pagination
Gets the URL for the next page.
getNotes() - Method in class com.amilesend.discogs.model.collection.type.CollectionRelease
The list of associated notes.
getNotes() - Method in class com.amilesend.discogs.model.type.Release
Notes.
getNotes() - Method in class com.amilesend.discogs.model.wantlist.AddReleaseToWantListRequest
The user notes associated with the release (optional).
getNotes() - Method in class com.amilesend.discogs.model.wantlist.type.WantListRelease
The associated notes.
getNumCollection() - Method in class com.amilesend.discogs.model.identity.type.UserProfile
The number of collections if the user profile matches the authenticated user.
getNumForSale() - Method in class com.amilesend.discogs.model.identity.type.UserProfile
The number of items for sale.
getNumForSale() - Method in class com.amilesend.discogs.model.marketplace.GetReleaseStatisticsResponse
The number of items for sale.
getNumForSale() - Method in class com.amilesend.discogs.model.type.ReleaseContentBase
Number of items available for sale.
getNumPending() - Method in class com.amilesend.discogs.model.identity.type.UserProfile
The number of pending transactions.
getNumWantList() - Method in class com.amilesend.discogs.model.identity.type.UserProfile
The number of items in the user's want list if the user profile matches the authenticated user.
getOfferSubmitted() - Method in class com.amilesend.discogs.model.marketplace.type.Listing
Flag indicator for offer submission status.
getOptions() - Method in class com.amilesend.discogs.model.collection.type.Field
The list of options associated with the field.
getOrder() - Method in class com.amilesend.discogs.model.marketplace.type.OrderMessage
The associated order reference.
getOrder() - Method in class com.amilesend.discogs.model.marketplace.type.OrderRefund
The order reference.
getOrder(GetOrderRequest) - Method in class com.amilesend.discogs.api.MarketplaceApi
Gets information for a specific order.
getOrderId() - Method in class com.amilesend.discogs.model.marketplace.AddOrderMessageRequest
The order identifier (required).
getOrderId() - Method in class com.amilesend.discogs.model.marketplace.GetOrderMessagesRequest
The order identifier (required).
getOrderId() - Method in class com.amilesend.discogs.model.marketplace.GetOrderRequest
The order identifier (required).
getOrderId() - Method in class com.amilesend.discogs.model.marketplace.UpdateOrderRequest
The order identifier (required).
getOrderMessages(GetOrderMessagesRequest) - Method in class com.amilesend.discogs.api.MarketplaceApi
Gets the paginated list of messages associated with an order.
GetOrderMessagesRequest - Class in com.amilesend.discogs.model.marketplace
Describes the request to retrieve a paginated list of messages associated with a specific order.
GetOrderMessagesRequest.GetOrderMessagesRequestBuilder<C,B> - Class in com.amilesend.discogs.model.marketplace
 
GetOrderMessagesRequestBuilder() - Constructor for class com.amilesend.discogs.model.marketplace.GetOrderMessagesRequest.GetOrderMessagesRequestBuilder
 
GetOrderMessagesResponse - Class in com.amilesend.discogs.model.marketplace
Defines the list of messages associated with an order.
GetOrderMessagesResponse.GetOrderMessagesResponseBuilder<C,B> - Class in com.amilesend.discogs.model.marketplace
 
GetOrderMessagesResponseBuilder() - Constructor for class com.amilesend.discogs.model.marketplace.GetOrderMessagesResponse.GetOrderMessagesResponseBuilder
 
GetOrderMessagesResponseCreator - Class in com.amilesend.discogs.parse.creator
A custom InstanceCreator implementation that injects the DiscogsConnection to the resource type so that method operations can be performed on the GetOrderMessagesResponse resource.
GetOrderMessagesResponseCreator(DiscogsConnection) - Constructor for class com.amilesend.discogs.parse.creator.GetOrderMessagesResponseCreator
Creates a new GetOrderMessagesResponseCreator instance.
GetOrderRequest - Class in com.amilesend.discogs.model.marketplace
The request to get an order.
GetOrderRequest.GetOrderRequestBuilder - Class in com.amilesend.discogs.model.marketplace
 
GetOrderResponse - Class in com.amilesend.discogs.model.marketplace
The response when getting an order.
GetOrderResponse.GetOrderResponseBuilder<C,B> - Class in com.amilesend.discogs.model.marketplace
 
GetOrderResponseBuilder() - Constructor for class com.amilesend.discogs.model.marketplace.GetOrderResponse.GetOrderResponseBuilder
 
getOrders() - Method in class com.amilesend.discogs.model.marketplace.GetOrdersResponse
The list of orders.
getOrders(GetOrdersRequest) - Method in class com.amilesend.discogs.api.MarketplaceApi
Gets the paginated list of orders for the authenticated user.
GetOrdersRequest - Class in com.amilesend.discogs.model.marketplace
The request to retrieve the paginated list of orders for a user.
GetOrdersRequest.GetOrdersRequestBuilder<C,B> - Class in com.amilesend.discogs.model.marketplace
 
GetOrdersRequest.Sort - Enum in com.amilesend.discogs.model.marketplace
Describes the sort options for requesting a list of orders.
GetOrdersRequestBuilder() - Constructor for class com.amilesend.discogs.model.marketplace.GetOrdersRequest.GetOrdersRequestBuilder
 
GetOrdersResponse - Class in com.amilesend.discogs.model.marketplace
Defines the list of a user's orders.
GetOrdersResponse.GetOrdersResponseBuilder<C,B> - Class in com.amilesend.discogs.model.marketplace
 
GetOrdersResponseBuilder() - Constructor for class com.amilesend.discogs.model.marketplace.GetOrdersResponse.GetOrdersResponseBuilder
 
GetOrdersResponseCreator - Class in com.amilesend.discogs.parse.creator
A custom InstanceCreator implementation that injects the DiscogsConnection to the resource type so that method operations can be performed on the GetOrdersResponseCreator resource.
GetOrdersResponseCreator(DiscogsConnection) - Constructor for class com.amilesend.discogs.parse.creator.GetOrdersResponseCreator
Creates a new GetOrdersResponseCreator instance.
getOrderStatus() - Method in class com.amilesend.discogs.model.marketplace.UpdateOrderRequest
The updated order status (optional).
getOriginalPrice() - Method in class com.amilesend.discogs.model.marketplace.type.Listing
The original price.
getPage() - Method in class com.amilesend.discogs.model.PaginatedRequestBase
The page specifier.
getPage() - Method in class com.amilesend.discogs.model.PaginatedResponseBase.Pagination
The page number associated with the results.
getPages() - Method in class com.amilesend.discogs.model.PaginatedResponseBase.Pagination
The total number of pages available.
getPagination() - Method in class com.amilesend.discogs.model.PaginatedResponseBase
The pagination information.
getParentLabel() - Method in class com.amilesend.discogs.model.database.GetLabelInformationResponse
Parent label information.
getPayment() - Method in class com.amilesend.discogs.model.marketplace.type.Seller
Supported payment method.
getPerPage() - Method in class com.amilesend.discogs.model.PaginatedRequestBase
The number of items to include per paginated response.
getPerPage() - Method in class com.amilesend.discogs.model.PaginatedResponseBase.Pagination
The number of items per page.
getPort() - Method in class com.amilesend.discogs.connection.auth.oauth.OAuthReceiver
The port of the receiver to listen on.
getPosition() - Method in class com.amilesend.discogs.model.collection.type.Field
The position.
getPosition() - Method in class com.amilesend.discogs.model.database.type.TrackInformation
The track listing position.
getPosted() - Method in class com.amilesend.discogs.model.marketplace.type.Listing
The listing posted timestamp.
getPrevious() - Method in class com.amilesend.discogs.model.PaginatedResponseBase
Gets the previous page.
getPreviousUrl() - Method in class com.amilesend.discogs.model.PaginatedResponseBase.Pagination
Gets the URL for the previous page.
getPrice() - Method in class com.amilesend.discogs.csv.type.InventoryRecord
The price (required).
getPrice() - Method in class com.amilesend.discogs.model.marketplace.CreateListingRequest
The price in the seller's currency (required).
getPrice() - Method in class com.amilesend.discogs.model.marketplace.GetFeeRequest
The price (required).
getPrice() - Method in class com.amilesend.discogs.model.marketplace.type.Listing
The price.
getPrice() - Method in class com.amilesend.discogs.model.marketplace.type.OrderItem
The price.
getPriceSuggestions() - Method in class com.amilesend.discogs.model.marketplace.GetPriceSuggestionsResponse
 
getPriceSuggestions(GetPriceSuggestionsRequest) - Method in class com.amilesend.discogs.api.MarketplaceApi
Gets a map of prices suggestions foa given release.
GetPriceSuggestionsRequest - Class in com.amilesend.discogs.model.marketplace
The request to retrieve a map of prices suggestions for a release.
GetPriceSuggestionsRequest.GetPriceSuggestionsRequestBuilder - Class in com.amilesend.discogs.model.marketplace
 
GetPriceSuggestionsResponse - Class in com.amilesend.discogs.model.marketplace
The response that encapsulates a map of condition to prices.
GetPriceSuggestionsResponse.GetPriceSuggestionsResponseBuilder - Class in com.amilesend.discogs.model.marketplace
 
getProfile() - Method in class com.amilesend.discogs.model.database.GetLabelInformationResponse
Profile description.
getProfile() - Method in class com.amilesend.discogs.model.database.type.ArtistInformation
The artist profile description.
getProfile() - Method in class com.amilesend.discogs.model.identity.EditUserProfileRequest
The user's profile summary (optional).
getProfile() - Method in class com.amilesend.discogs.model.identity.type.UserProfile
User profile description.
getQty() - Method in class com.amilesend.discogs.model.database.type.SearchResultFormat
The quantity.
getQty() - Method in class com.amilesend.discogs.model.type.Format
The quantity.
getQuantity() - Method in class com.amilesend.discogs.model.marketplace.type.Listing
The total quantity available (only visible to the inventory owner).
getQuery() - Method in class com.amilesend.discogs.model.database.SearchRequest
The search query (optional).
getRank() - Method in class com.amilesend.discogs.model.identity.type.UserProfile
The user's contributor rank stat.
getRating() - Method in class com.amilesend.discogs.model.collection.ChangeReleaseRatingRequest
The user rating (optional).
getRating() - Method in class com.amilesend.discogs.model.collection.type.CollectionRelease
The rating.
getRating() - Method in class com.amilesend.discogs.model.database.type.CommunityReleaseRating
The rating.
getRating() - Method in class com.amilesend.discogs.model.database.type.UserReleaseRating
The user's rating.
getRating() - Method in class com.amilesend.discogs.model.database.UpdateUserReleaseRatingRequest
The rating (1-5)(required).
getRating() - Method in class com.amilesend.discogs.model.marketplace.type.SellerStats
The seller rating.
getRating() - Method in class com.amilesend.discogs.model.type.Community
The community rating fo a release.
getRating() - Method in class com.amilesend.discogs.model.wantlist.AddReleaseToWantListRequest
The rating (1-5) for the release (optional).
getRating() - Method in class com.amilesend.discogs.model.wantlist.type.WantListRelease
The rating.
getRatingAvg() - Method in class com.amilesend.discogs.model.identity.type.UserProfile
The overage rating.
getRecordType() - Method in class com.amilesend.discogs.csv.InventoryCsvWriter
The record type (i.e., for new inventory items, or to update existing items).
getRedirectUri() - Method in class com.amilesend.discogs.connection.auth.oauth.OAuthReceiver
Gets the redirect URI based on the running HTTP server resource.
getRefund() - Method in class com.amilesend.discogs.model.marketplace.type.OrderMessage
The amount refunded (if applicable).
getRegistered() - Method in class com.amilesend.discogs.model.identity.type.UserProfile
The user's registration timestamp.
getRelease() - Method in class com.amilesend.discogs.model.marketplace.type.Listing
The release being listed.
getRelease() - Method in class com.amilesend.discogs.model.marketplace.type.OrderItem
The release information.
getRelease(GetReleaseRequest) - Method in class com.amilesend.discogs.api.DatabaseApi
Gets a release.
getReleased() - Method in class com.amilesend.discogs.model.database.GetMasterReleaseVersionsRequest
The year released.
getReleased() - Method in class com.amilesend.discogs.model.database.type.MasterReleaseVersion
The release date.
getReleased() - Method in class com.amilesend.discogs.model.type.Release
The release date.
getReleasedFormatted() - Method in class com.amilesend.discogs.model.type.Release
The release date formatted as DD Mon yyyy.
getReleaseId() - Method in class com.amilesend.discogs.csv.type.InventoryRecord
The release identifier (required).
getReleaseId() - Method in class com.amilesend.discogs.model.collection.AddToFolderRequest
The release identifier (required).
getReleaseId() - Method in class com.amilesend.discogs.model.collection.ChangeReleaseRatingRequest
The release identifier (required).
getReleaseId() - Method in class com.amilesend.discogs.model.collection.DeleteInstanceRequest
The release identifier (required).
getReleaseId() - Method in class com.amilesend.discogs.model.collection.EditInstanceFieldRequest
The release identifier (required).
getReleaseId() - Method in class com.amilesend.discogs.model.collection.GetCollectionItemsByReleaseRequest
The release identifier (required).
getReleaseId() - Method in class com.amilesend.discogs.model.collection.MoveReleaseRequest
The release identifier (required).
getReleaseId() - Method in class com.amilesend.discogs.model.database.DeleteUserReleaseRequest
The release identifier (required).
getReleaseId() - Method in class com.amilesend.discogs.model.database.GetCommunityReleaseRatingRequest
The release identifier (required).
getReleaseId() - Method in class com.amilesend.discogs.model.database.GetReleaseRequest
The release identifier (required).
getReleaseId() - Method in class com.amilesend.discogs.model.database.GetUserReleaseRatingRequest
The release identifier (required).
getReleaseId() - Method in class com.amilesend.discogs.model.database.type.CommunityReleaseRating
The release identifier.
getReleaseId() - Method in class com.amilesend.discogs.model.database.type.UserReleaseRating
The release identifier.
getReleaseId() - Method in class com.amilesend.discogs.model.database.UpdateUserReleaseRatingRequest
The release identifier (required).
getReleaseId() - Method in class com.amilesend.discogs.model.marketplace.CreateListingRequest
The release identifier (required).
getReleaseId() - Method in class com.amilesend.discogs.model.marketplace.GetPriceSuggestionsRequest
The release identifier (required).
getReleaseId() - Method in class com.amilesend.discogs.model.marketplace.GetReleaseStatisticsRequest
The release identifier (required).
getReleaseId() - Method in class com.amilesend.discogs.model.wantlist.AddReleaseToWantListRequest
The release identifier (required).
getReleaseId() - Method in class com.amilesend.discogs.model.wantlist.DeleteReleaseFormWantListRequest
The release identifier (required).
GetReleaseRequest - Class in com.amilesend.discogs.model.database
 
GetReleaseRequest.GetReleaseRequestBuilder - Class in com.amilesend.discogs.model.database
 
GetReleaseResponse - Class in com.amilesend.discogs.model.database
Describes the response when getting a release.
GetReleaseResponse.GetReleaseResponseBuilder<C,B> - Class in com.amilesend.discogs.model.database
 
GetReleaseResponseBuilder() - Constructor for class com.amilesend.discogs.model.database.GetReleaseResponse.GetReleaseResponseBuilder
 
getReleases() - Method in class com.amilesend.discogs.model.collection.GetCollectionItemsByFolderResponse
The list of items for the release.
getReleases() - Method in class com.amilesend.discogs.model.collection.GetCollectionItemsByReleaseResponse
The list of items for the release.
getReleases() - Method in class com.amilesend.discogs.model.database.GetArtistReleasesResponse
The list of releases.
getReleases() - Method in class com.amilesend.discogs.model.database.GetLabelReleasesResponse
The list of releases.
getReleases() - Method in class com.amilesend.discogs.model.identity.GetUserSubmissionsResponse.UserSubmissions
The list of releases.
getReleasesContributed() - Method in class com.amilesend.discogs.model.identity.type.UserProfile
The number of contributed releases.
getReleaseStatistics(GetReleaseStatisticsRequest) - Method in class com.amilesend.discogs.api.MarketplaceApi
Gets the sales statistics for a release.
GetReleaseStatisticsRequest - Class in com.amilesend.discogs.model.marketplace
The request to fetch release statistics for a given release.
GetReleaseStatisticsRequest.GetReleaseStatisticsRequestBuilder - Class in com.amilesend.discogs.model.marketplace
 
GetReleaseStatisticsResponse - Class in com.amilesend.discogs.model.marketplace
Describes the response for the sales statistics for a given release.
GetReleaseStatisticsResponse.GetReleaseStatisticsResponseBuilder - Class in com.amilesend.discogs.model.marketplace
 
getReleasesUrl() - Method in class com.amilesend.discogs.model.database.GetLabelInformationResponse
The api URL for the associated releases.
getReleasesUrl() - Method in class com.amilesend.discogs.model.database.type.ArtistInformation
The releases website URI.
getReleasesUrl() - Method in class com.amilesend.discogs.model.identity.type.SubmissionArtist
The URL for the artist's releases.
getReleaseTitle() - Method in class com.amilesend.discogs.model.database.SearchRequest
The release title (optional).
getRequiredHeaders(InventoryRecordType) - Static method in enum com.amilesend.discogs.csv.type.InventoryHeader
Gets the list of headers that are required.
getResourceUrl() - Method in class com.amilesend.discogs.model.collection.AddToFolderResponse
The resource website URL.
getResourceUrl() - Method in class com.amilesend.discogs.model.database.type.Image
The resource URL.
getResourceUrl() - Method in class com.amilesend.discogs.model.marketplace.CreateListingResponse
The website URL for the listing.
getResourceUrl() - Method in class com.amilesend.discogs.model.Resource
The resource URL.
getResourceUrl() - Method in class com.amilesend.discogs.model.type.CommunityMember
The user's resource URL.
getResults() - Method in class com.amilesend.discogs.model.database.SearchResponse
The search results.
getResults() - Method in class com.amilesend.discogs.model.inventory.type.UploadItem
Information about the processed CSV upload.
getRole() - Method in class com.amilesend.discogs.model.database.GetArtistReleasesResponse.ArtistRelease
The role.
getRole() - Method in class com.amilesend.discogs.model.type.Artist
The role in the release/master/label.
getRow() - Method in class com.amilesend.discogs.csv.validation.ValidationException.Descriptor
 
getSecret() - Method in class com.amilesend.discogs.connection.auth.info.KeySecretAuthInfo
The secret.
getSecret() - Method in class com.amilesend.discogs.connection.auth.info.OAuthInfo
The associated token secret.
getSecret() - Method in class com.amilesend.discogs.connection.auth.oauth.RequestTokenResponse
The associated token secret.
getSeller() - Method in class com.amilesend.discogs.model.marketplace.type.Listing
The seller.
getSeller() - Method in class com.amilesend.discogs.model.marketplace.type.Order
The seller information.
getSellerNumRatings() - Method in class com.amilesend.discogs.model.identity.type.UserProfile
The number of total seller ratings.
getSellerRating() - Method in class com.amilesend.discogs.model.identity.type.UserProfile
The user's seller rating.
getSellerRatingStars() - Method in class com.amilesend.discogs.model.identity.type.UserProfile
The user's seller star rating.
getSeries() - Method in class com.amilesend.discogs.model.type.Release
List of associated series.
getShipping() - Method in class com.amilesend.discogs.model.marketplace.type.Order
The shipping charge information.
getShipping() - Method in class com.amilesend.discogs.model.marketplace.type.Seller
Shipping information for the seller.
getShipping() - Method in class com.amilesend.discogs.model.marketplace.UpdateOrderRequest
The updated shipping amount (optional).
getShippingAddress() - Method in class com.amilesend.discogs.model.marketplace.type.Order
The shipping address.
getShipsFrom() - Method in class com.amilesend.discogs.model.marketplace.type.Listing
Where the item is shipped from.
getSizeBytes() - Method in class com.amilesend.discogs.model.inventory.type.DownloadInformation
The file size in bytes.
getSleeveCondition() - Method in class com.amilesend.discogs.csv.type.InventoryRecord
The sleeve condition (optional).
getSleeveCondition() - Method in class com.amilesend.discogs.model.marketplace.CreateListingRequest
The sleeve condition of the listing item (optional).
getSleeveCondition() - Method in class com.amilesend.discogs.model.marketplace.type.Listing
Describes the packaging condition.
getSort() - Method in class com.amilesend.discogs.model.collection.GetCollectionItemsByFolderRequest
The attribute to sort on (optional).
getSort() - Method in class com.amilesend.discogs.model.database.GetArtistReleasesRequest
Defines which attribute to sort on (optional).
getSort() - Method in class com.amilesend.discogs.model.database.GetMasterReleaseVersionsRequest
Sort by specific attributes.
getSort() - Method in class com.amilesend.discogs.model.identity.GetUserContributionsRequest
The attribute to sort on (optional).
getSort() - Method in class com.amilesend.discogs.model.marketplace.GetInventoryRequest
The attribute to sort on (optional).
getSort() - Method in class com.amilesend.discogs.model.marketplace.GetOrdersRequest
The attribute to sort on (optional).
getSortOrder() - Method in class com.amilesend.discogs.model.collection.GetCollectionItemsByFolderRequest
The sort order (optional).
getSortOrder() - Method in class com.amilesend.discogs.model.database.GetArtistReleasesRequest
Defines the sort order (optional).
getSortOrder() - Method in class com.amilesend.discogs.model.database.GetMasterReleaseVersionsRequest
The sort order.
getSortOrder() - Method in class com.amilesend.discogs.model.identity.GetUserContributionsRequest
The sort order (optional).
getSortOrder() - Method in class com.amilesend.discogs.model.marketplace.GetInventoryRequest
The sort order (optional).
getSortOrder() - Method in class com.amilesend.discogs.model.marketplace.GetOrdersRequest
The sort order (optional).
getStars() - Method in class com.amilesend.discogs.model.marketplace.type.SellerStats
The seller stars.
getStats() - Method in class com.amilesend.discogs.model.database.GetArtistReleasesResponse.ArtistRelease
The stats associated with the release.
getStats() - Method in class com.amilesend.discogs.model.database.GetLabelReleasesResponse.LabelRelease
The stats associated with the release.
getStats() - Method in class com.amilesend.discogs.model.database.type.MasterReleaseVersion
The stats for the release version.
getStats() - Method in class com.amilesend.discogs.model.marketplace.type.ListingRelease
The associated status for the release.
getStats() - Method in class com.amilesend.discogs.model.marketplace.type.Seller
Seller statistics.
getStatus() - Method in class com.amilesend.discogs.model.database.GetArtistReleasesResponse.ArtistRelease
The entry status.
getStatus() - Method in class com.amilesend.discogs.model.database.GetLabelReleasesResponse.LabelRelease
The entry status.
getStatus() - Method in class com.amilesend.discogs.model.database.type.MasterReleaseVersion
The entry status.
getStatus() - Method in class com.amilesend.discogs.model.inventory.type.ExportItem
The export status.
getStatus() - Method in class com.amilesend.discogs.model.inventory.type.UploadItem
The export status.
getStatus() - Method in class com.amilesend.discogs.model.marketplace.AddOrderMessageRequest
The status (optional).
getStatus() - Method in class com.amilesend.discogs.model.marketplace.CreateListingRequest
The listing status (required).
getStatus() - Method in class com.amilesend.discogs.model.marketplace.GetInventoryRequest
The items status (e.g., "for sale") (optional).
getStatus() - Method in class com.amilesend.discogs.model.marketplace.GetOrdersRequest
The order status (optional).
getStatus() - Method in class com.amilesend.discogs.model.marketplace.type.Listing
The listing status.
getStatus() - Method in class com.amilesend.discogs.model.marketplace.type.Order
The order status.
getStatus() - Method in class com.amilesend.discogs.model.type.Community
The status.
getStatus() - Method in class com.amilesend.discogs.model.type.Release
Release entry status.
getStatusCode() - Method in class com.amilesend.discogs.model.PostResponse
The HTTP status code associated with the request.
getStatusMessage() - Method in class com.amilesend.discogs.model.PostResponse
The status message associated with the request.
getStyle() - Method in class com.amilesend.discogs.model.database.SearchRequest
Style (optional).
getStyle() - Method in class com.amilesend.discogs.model.database.type.SearchResult
The music style.
getStyles() - Method in class com.amilesend.discogs.model.type.BasicInformation
The list of styles.
getStyles() - Method in class com.amilesend.discogs.model.type.ReleaseContentBase
List of musical styles.
getSubject() - Method in class com.amilesend.discogs.model.marketplace.type.OrderMessage
The message subject.
getSubLabels() - Method in class com.amilesend.discogs.model.database.GetLabelInformationResponse
List of sub-labels associated with this label.
getSubmissions() - Method in class com.amilesend.discogs.model.identity.GetUserSubmissionsResponse
The user submissions.
getSubmitter() - Method in class com.amilesend.discogs.model.database.SearchRequest
The submitter username (optional).
getSubmitter() - Method in class com.amilesend.discogs.model.type.Community
The original submitter for the resource.
getText() - Method in class com.amilesend.discogs.model.database.type.SearchResultFormat
The format text descriptor.
getThumb() - Method in class com.amilesend.discogs.model.database.GetArtistReleasesResponse.ArtistRelease
The thumbnail image URL.
getThumb() - Method in class com.amilesend.discogs.model.database.GetLabelReleasesResponse.LabelRelease
The thumbnail image URL.
getThumb() - Method in class com.amilesend.discogs.model.database.type.MasterReleaseVersion
The thumbnail URL.
getThumb() - Method in class com.amilesend.discogs.model.database.type.SearchResult
Thumbnail URL.
getThumb() - Method in class com.amilesend.discogs.model.type.BasicInformation
The image thumbnail URL.
getThumb() - Method in class com.amilesend.discogs.model.type.ReleaseContentBase
The URL of the thumbnail image.
getThumbnail() - Method in class com.amilesend.discogs.model.marketplace.type.ListingRelease
The thumbnail image URL.
getThumbnailUrl() - Method in class com.amilesend.discogs.model.NamedResource
The URL for the associated thumbnail image.
getThumbnailUrl() - Method in class com.amilesend.discogs.model.type.Artist
The image URL for the thumbnail.
getTimestamp() - Method in class com.amilesend.discogs.model.marketplace.type.OrderMessage
The message timestamp.
getTitle() - Method in class com.amilesend.discogs.model.database.GetArtistReleasesResponse.ArtistRelease
The title.
getTitle() - Method in class com.amilesend.discogs.model.database.GetLabelReleasesResponse.LabelRelease
The title.
getTitle() - Method in class com.amilesend.discogs.model.database.SearchRequest
The title (optional).
getTitle() - Method in class com.amilesend.discogs.model.database.type.MasterReleaseVersion
The title.
getTitle() - Method in class com.amilesend.discogs.model.database.type.SearchResult
The title.
getTitle() - Method in class com.amilesend.discogs.model.database.type.TrackInformation
The track title.
getTitle() - Method in class com.amilesend.discogs.model.database.type.Video
The video title.
getTitle() - Method in class com.amilesend.discogs.model.marketplace.type.ListingRelease
The title.
getTitle() - Method in class com.amilesend.discogs.model.type.BasicInformation
The release title.
getTitle() - Method in class com.amilesend.discogs.model.type.ReleaseContentBase
The release title.
getToken() - Method in class com.amilesend.discogs.connection.auth.info.OAuthInfo
The OAuth access token.
getToken() - Method in class com.amilesend.discogs.connection.auth.info.TokenAuthInfo
The personal access token.
getToken() - Method in class com.amilesend.discogs.connection.auth.oauth.RequestTokenResponse
The request token.
getTotal() - Method in class com.amilesend.discogs.model.marketplace.type.Order
The total order amount.
getTotal() - Method in class com.amilesend.discogs.model.marketplace.type.SellerStats
The total number of ratings.
getTrack() - Method in class com.amilesend.discogs.model.database.SearchRequest
Track name (optional).
getTrack() - Method in class com.amilesend.discogs.model.database.type.TrackInformation
The track number.
getTrackList() - Method in class com.amilesend.discogs.model.type.ReleaseContentBase
The list of tracks associated with the release.
getTracks() - Method in class com.amilesend.discogs.model.type.Artist
Credited tracks.
getTransferProgressCallback() - Method in class com.amilesend.discogs.model.inventory.type.InventoryRequestBase
The callback used to be notified of transfer progress.
getType() - Method in interface com.amilesend.discogs.connection.auth.info.DiscogsAuthInfo
Gets the AuthInfo type.
getType() - Method in class com.amilesend.discogs.connection.auth.info.KeySecretAuthInfo
Consumer key/secret type.
getType() - Method in class com.amilesend.discogs.connection.auth.info.OAuthInfo
 
getType() - Method in class com.amilesend.discogs.connection.auth.info.TokenAuthInfo
The auth info type.
getType() - Method in class com.amilesend.discogs.model.collection.GetCollectionItemsByFolderResponse
 
getType() - Method in class com.amilesend.discogs.model.collection.GetCollectionItemsByReleaseResponse
 
getType() - Method in class com.amilesend.discogs.model.collection.type.Field
The type specifier.
getType() - Method in class com.amilesend.discogs.model.database.GetArtistReleasesResponse.ArtistRelease
The type (e.g., "release" or "master").
getType() - Method in class com.amilesend.discogs.model.database.GetArtistReleasesResponse
 
getType() - Method in class com.amilesend.discogs.model.database.GetLabelReleasesResponse
 
getType() - Method in class com.amilesend.discogs.model.database.GetMasterReleaseVersionsResponse
 
getType() - Method in class com.amilesend.discogs.model.database.SearchRequest
The resource type (optional).
getType() - Method in class com.amilesend.discogs.model.database.SearchResponse
 
getType() - Method in class com.amilesend.discogs.model.database.type.Image
The image type.
getType() - Method in class com.amilesend.discogs.model.database.type.SearchResult
The search type.
getType() - Method in class com.amilesend.discogs.model.database.type.TrackInformation
The track type.
getType() - Method in class com.amilesend.discogs.model.identity.GetUserContributionsResponse
 
getType() - Method in class com.amilesend.discogs.model.identity.GetUserSubmissionsResponse
 
getType() - Method in class com.amilesend.discogs.model.inventory.GetExportsResponse
 
getType() - Method in class com.amilesend.discogs.model.inventory.GetUploadsResponse
 
getType() - Method in class com.amilesend.discogs.model.inventory.type.UploadItem
The upload type.
getType() - Method in class com.amilesend.discogs.model.lists.GetUserListsResponse
 
getType() - Method in class com.amilesend.discogs.model.lists.type.UserListItem
The type of list.
getType() - Method in class com.amilesend.discogs.model.marketplace.GetInventoryResponse
 
getType() - Method in class com.amilesend.discogs.model.marketplace.GetOrderMessagesResponse
 
getType() - Method in class com.amilesend.discogs.model.marketplace.GetOrdersResponse
 
getType() - Method in class com.amilesend.discogs.model.marketplace.type.OrderMessage
The message type.
getType() - Method in class com.amilesend.discogs.model.PaginatedResponseBase
Defines the method to return the implementation class type.
getType() - Method in class com.amilesend.discogs.model.type.ReleaseIdentifier
The identifier type.
getType() - Method in class com.amilesend.discogs.model.wantlist.GetWantListResponse
 
getUid() - Method in class com.amilesend.discogs.model.marketplace.type.Seller
The associated user identifier.
getUpload(GetUploadRequest) - Method in class com.amilesend.discogs.api.InventoryUploadApi
Gets information for a specific upload.
getUploadId() - Method in class com.amilesend.discogs.model.inventory.GetUploadRequest
The upload identifier (required).
GetUploadRequest - Class in com.amilesend.discogs.model.inventory
The request to get information for a specific upload.
GetUploadRequest.GetUploadRequestBuilder - Class in com.amilesend.discogs.model.inventory
 
GetUploadResponse - Class in com.amilesend.discogs.model.inventory
The response when getting information for a specific upload.
GetUploadResponse.GetUploadResponseBuilder<C,B> - Class in com.amilesend.discogs.model.inventory
 
GetUploadResponseBuilder() - Constructor for class com.amilesend.discogs.model.inventory.GetUploadResponse.GetUploadResponseBuilder
 
getUploads(GetUploadsRequest) - Method in class com.amilesend.discogs.api.InventoryUploadApi
Gets the paginated list of uploads.
GetUploadsRequest - Class in com.amilesend.discogs.model.inventory
The request to get a paginated list of exports.
GetUploadsRequest.GetUploadsRequestBuilder<C,B> - Class in com.amilesend.discogs.model.inventory
 
GetUploadsRequestBuilder() - Constructor for class com.amilesend.discogs.model.inventory.GetUploadsRequest.GetUploadsRequestBuilder
 
GetUploadsResponse - Class in com.amilesend.discogs.model.inventory
The paginated list of uploads.
GetUploadsResponse.GetUploadsResponseBuilder<C,B> - Class in com.amilesend.discogs.model.inventory
 
GetUploadsResponseBuilder() - Constructor for class com.amilesend.discogs.model.inventory.GetUploadsResponse.GetUploadsResponseBuilder
 
GetUploadsResponseCreator - Class in com.amilesend.discogs.parse.creator
A custom InstanceCreator implementation that injects the DiscogsConnection to the resource type so that method operations can be performed on the GetUploadsResponse resource.
GetUploadsResponseCreator(DiscogsConnection) - Constructor for class com.amilesend.discogs.parse.creator.GetUploadsResponseCreator
Creates a new GetUploadsResponseCreator instance.
getUri() - Method in class com.amilesend.discogs.model.database.GetLabelInformationResponse
The website URI.
getUri() - Method in class com.amilesend.discogs.model.database.type.ArtistInformation
The artist website URI.
getUri() - Method in class com.amilesend.discogs.model.database.type.Image
The image URI.
getUri() - Method in class com.amilesend.discogs.model.database.type.SearchResult
The website URI.
getUri() - Method in class com.amilesend.discogs.model.database.type.Video
The video URI.
getUri() - Method in class com.amilesend.discogs.model.identity.type.SubmissionArtist
The URL for this artist resource.
getUri() - Method in class com.amilesend.discogs.model.identity.type.UserProfile
URL for the user's profile.
getUri() - Method in class com.amilesend.discogs.model.lists.type.UserList
The website URI.
getUri() - Method in class com.amilesend.discogs.model.lists.type.UserListItem
The website URI.
getUri() - Method in class com.amilesend.discogs.model.marketplace.type.Listing
The website URI.
getUri() - Method in class com.amilesend.discogs.model.marketplace.type.Order
The website URI.
getUri() - Method in class com.amilesend.discogs.model.type.ReleaseContentBase
The website uri for this release.
getUri150() - Method in class com.amilesend.discogs.model.database.type.Image
the image URI for the scaled thumbnail (150x150 px).
getUrl() - Method in class com.amilesend.discogs.model.inventory.type.ExportItem
The API URL.
getUrl() - Method in class com.amilesend.discogs.model.marketplace.type.Seller
The API resource URL for the user.
getUrls() - Method in class com.amilesend.discogs.model.database.GetLabelInformationResponse
List of label website URLs.
getUrls() - Method in class com.amilesend.discogs.model.database.type.ArtistInformation
The list of associated URLs.
getUrls() - Method in class com.amilesend.discogs.model.PaginatedResponseBase.Pagination
The map of URLs used to navigate pages.
getUser() - Method in class com.amilesend.discogs.model.database.type.Stats
The user stats.
getUserCollectionApi() - Method in class com.amilesend.discogs.Discogs
Gets a new UserCollectionApi instance for the client connection.
getUserContributions(GetUserContributionsRequest) - Method in class com.amilesend.discogs.api.UserIdentityApi
Gets the contributions made by the give user, sort, and sort order.
GetUserContributionsRequest - Class in com.amilesend.discogs.model.identity
Defines the request to fetch user contributions.
GetUserContributionsRequest.GetUserContributionsRequestBuilder - Class in com.amilesend.discogs.model.identity
 
GetUserContributionsRequest.Sort - Enum in com.amilesend.discogs.model.identity
Defines the supported attributes to sort on for requests.
GetUserContributionsResponse - Class in com.amilesend.discogs.model.identity
Defines the list of user contributions.
GetUserContributionsResponse.GetUserContributionsResponseBuilder<C,B> - Class in com.amilesend.discogs.model.identity
 
GetUserContributionsResponseBuilder() - Constructor for class com.amilesend.discogs.model.identity.GetUserContributionsResponse.GetUserContributionsResponseBuilder
 
GetUserContributionsResponseCreator - Class in com.amilesend.discogs.parse.creator
A custom InstanceCreator implementation that injects the DiscogsConnection to the resource type so that method operations can be performed on the GetUserContributionsResponse resource.
GetUserContributionsResponseCreator(DiscogsConnection) - Constructor for class com.amilesend.discogs.parse.creator.GetUserContributionsResponseCreator
Creates a new GetUserContributionsResponseCreator instance.
getUserData() - Method in class com.amilesend.discogs.model.database.type.SearchResult
User stats.
getUserIdentityApi() - Method in class com.amilesend.discogs.Discogs
Gets a new UserIdentityApi instance for the client connection.
getUserList(GetUserListRequest) - Method in class com.amilesend.discogs.api.UserListsApi
Gets a user's list.
GetUserListRequest - Class in com.amilesend.discogs.model.lists
The request to get a list.
GetUserListRequest.GetUserListRequestBuilder - Class in com.amilesend.discogs.model.lists
 
GetUserListResponse - Class in com.amilesend.discogs.model.lists
The response that describes a list.
GetUserListResponse.GetUserListResponseBuilder<C,B> - Class in com.amilesend.discogs.model.lists
 
GetUserListResponseBuilder() - Constructor for class com.amilesend.discogs.model.lists.GetUserListResponse.GetUserListResponseBuilder
 
getUserLists(GetUserListsRequest) - Method in class com.amilesend.discogs.api.UserListsApi
Gets the list of user-defined lists for a user.
getUserListsApi() - Method in class com.amilesend.discogs.Discogs
Gets a new UserListsApi instance for the client connection.
GetUserListsRequest - Class in com.amilesend.discogs.model.lists
The request to retrieve a paginated list of user-defined lists.
GetUserListsRequest.GetUserListsRequestBuilder<C,B> - Class in com.amilesend.discogs.model.lists
 
GetUserListsRequestBuilder() - Constructor for class com.amilesend.discogs.model.lists.GetUserListsRequest.GetUserListsRequestBuilder
 
GetUserListsResponse - Class in com.amilesend.discogs.model.lists
Defines the paginated list of user lists.
GetUserListsResponse.GetUserListsResponseBuilder<C,B> - Class in com.amilesend.discogs.model.lists
 
GetUserListsResponseBuilder() - Constructor for class com.amilesend.discogs.model.lists.GetUserListsResponse.GetUserListsResponseBuilder
 
GetUserListsResponseCreator - Class in com.amilesend.discogs.parse.creator
A custom InstanceCreator implementation that injects the DiscogsConnection to the resource type so that method operations can be performed on the GetUserListsResponse resource.
GetUserListsResponseCreator(DiscogsConnection) - Constructor for class com.amilesend.discogs.parse.creator.GetUserListsResponseCreator
Creates a new GetUserListsResponseCreator instance.
getUsername() - Method in class com.amilesend.discogs.model.collection.AddToFolderRequest
The username (required).
getUsername() - Method in class com.amilesend.discogs.model.collection.ChangeReleaseRatingRequest
The username (required).
getUsername() - Method in class com.amilesend.discogs.model.collection.CreateFolderRequest
The username (required).
getUsername() - Method in class com.amilesend.discogs.model.collection.DeleteFolderRequest
The username of the collection owner (required).
getUsername() - Method in class com.amilesend.discogs.model.collection.DeleteInstanceRequest
The username (required).
getUsername() - Method in class com.amilesend.discogs.model.collection.EditInstanceFieldRequest
The username (required).
getUsername() - Method in class com.amilesend.discogs.model.collection.GetCollectionItemsByFolderRequest
The username (required).
getUsername() - Method in class com.amilesend.discogs.model.collection.GetCollectionItemsByReleaseRequest
The username (required).
getUsername() - Method in class com.amilesend.discogs.model.collection.GetCollectionValueRequest
The username (required).
getUsername() - Method in class com.amilesend.discogs.model.collection.GetCustomFieldsRequest
The username (required).
getUsername() - Method in class com.amilesend.discogs.model.collection.GetFolderRequest
The username (required).
getUsername() - Method in class com.amilesend.discogs.model.collection.GetFoldersRequest
The username (required).
getUsername() - Method in class com.amilesend.discogs.model.collection.MoveReleaseRequest
The username (required).
getUsername() - Method in class com.amilesend.discogs.model.collection.RenameFolderRequest
The username (required).
getUsername() - Method in class com.amilesend.discogs.model.database.DeleteUserReleaseRequest
The username (required).
getUsername() - Method in class com.amilesend.discogs.model.database.GetUserReleaseRatingRequest
The username (required).
getUsername() - Method in class com.amilesend.discogs.model.database.type.UserReleaseRating
The username.
getUsername() - Method in class com.amilesend.discogs.model.database.UpdateUserReleaseRatingRequest
The username (required).
getUsername() - Method in class com.amilesend.discogs.model.identity.EditUserProfileRequest
The username (required).
getUsername() - Method in class com.amilesend.discogs.model.identity.GetUserContributionsRequest
The username (required).
getUsername() - Method in class com.amilesend.discogs.model.identity.GetUserProfileRequest
The profile username (required).
getUsername() - Method in class com.amilesend.discogs.model.identity.GetUserSubmissionsRequest
The username (required).
getUsername() - Method in class com.amilesend.discogs.model.identity.type.AuthenticatedUser
The authenticated username.
getUsername() - Method in class com.amilesend.discogs.model.identity.type.UserProfile
The username .
getUsername() - Method in class com.amilesend.discogs.model.lists.GetUserListsRequest
The username (required).
getUsername() - Method in class com.amilesend.discogs.model.marketplace.GetInventoryRequest
The seller's username (required).
getUsername() - Method in class com.amilesend.discogs.model.marketplace.type.Buyer
The buyer's username.
getUsername() - Method in class com.amilesend.discogs.model.marketplace.type.Seller
The seller's username.
getUsername() - Method in class com.amilesend.discogs.model.type.CommunityMember
The username.
getUsername() - Method in class com.amilesend.discogs.model.wantlist.AddReleaseToWantListRequest
The username (required).
getUsername() - Method in class com.amilesend.discogs.model.wantlist.DeleteReleaseFormWantListRequest
The username (required).
getUsername() - Method in class com.amilesend.discogs.model.wantlist.GetWantListRequest
The username (required).
getUserProfile(GetUserProfileRequest) - Method in class com.amilesend.discogs.api.UserIdentityApi
Gets a user profile.
GetUserProfileRequest - Class in com.amilesend.discogs.model.identity
Describes the request to get a user's profile.
GetUserProfileRequest.GetUserProfileRequestBuilder - Class in com.amilesend.discogs.model.identity
 
GetUserProfileResponse - Class in com.amilesend.discogs.model.identity
Describes the response when getting a user's profile.
GetUserProfileResponse.GetUserProfileResponseBuilder<C,B> - Class in com.amilesend.discogs.model.identity
 
GetUserProfileResponseBuilder() - Constructor for class com.amilesend.discogs.model.identity.GetUserProfileResponse.GetUserProfileResponseBuilder
 
getUserReleaseRating(GetUserReleaseRatingRequest) - Method in class com.amilesend.discogs.api.DatabaseApi
Gets a release rating for a user.
GetUserReleaseRatingRequest - Class in com.amilesend.discogs.model.database
Describes the request to get a user release rating.
GetUserReleaseRatingRequest.GetUserReleaseRatingRequestBuilder - Class in com.amilesend.discogs.model.database
 
GetUserReleaseRatingResponse - Class in com.amilesend.discogs.model.database
Describes the response for getting a user release rating.
GetUserReleaseRatingResponse.GetUserReleaseRatingResponseBuilder<C,B> - Class in com.amilesend.discogs.model.database
 
GetUserReleaseRatingResponseBuilder() - Constructor for class com.amilesend.discogs.model.database.GetUserReleaseRatingResponse.GetUserReleaseRatingResponseBuilder
 
getUserSubmissions(GetUserSubmissionsRequest) - Method in class com.amilesend.discogs.api.UserIdentityApi
Gets the submissions made by the given user.
GetUserSubmissionsRequest - Class in com.amilesend.discogs.model.identity
The request to retrieve the paginated list of submission for a user.
GetUserSubmissionsRequest.GetUserSubmissionsRequestBuilder<C,B> - Class in com.amilesend.discogs.model.identity
 
GetUserSubmissionsRequestBuilder() - Constructor for class com.amilesend.discogs.model.identity.GetUserSubmissionsRequest.GetUserSubmissionsRequestBuilder
 
GetUserSubmissionsResponse - Class in com.amilesend.discogs.model.identity
The response when retrieving the list of user submissions.
GetUserSubmissionsResponse.GetUserSubmissionsResponseBuilder<C,B> - Class in com.amilesend.discogs.model.identity
 
GetUserSubmissionsResponse.UserSubmissions - Class in com.amilesend.discogs.model.identity
Describes the user submissions.
GetUserSubmissionsResponse.UserSubmissions.UserSubmissionsBuilder - Class in com.amilesend.discogs.model.identity
 
GetUserSubmissionsResponseBuilder() - Constructor for class com.amilesend.discogs.model.identity.GetUserSubmissionsResponse.GetUserSubmissionsResponseBuilder
 
GetUserSubmissionsResponseCreator - Class in com.amilesend.discogs.parse.creator
A custom InstanceCreator implementation that injects the DiscogsConnection to the resource type so that method operations can be performed on the GetUserSubmissionsResponse resource.
GetUserSubmissionsResponseCreator(DiscogsConnection) - Constructor for class com.amilesend.discogs.parse.creator.GetUserSubmissionsResponseCreator
Creates a new GetUserSubmissionsResponseCreator instance.
getUserWantListApi() - Method in class com.amilesend.discogs.Discogs
Gets a new UserWantListApi instance for the client connection.
getValidator() - Method in enum com.amilesend.discogs.csv.type.InventoryHeader
 
getValue() - Method in class com.amilesend.discogs.csv.validation.ValidationException.Descriptor
 
getValue() - Method in class com.amilesend.discogs.model.collection.EditInstanceFieldRequest
The value to edit (required).
getValue() - Method in enum com.amilesend.discogs.model.collection.GetCollectionItemsByFolderRequest.Sort
 
getValue() - Method in class com.amilesend.discogs.model.collection.type.Note
The note value.
getValue() - Method in enum com.amilesend.discogs.model.database.GetArtistReleasesRequest.Sort
The query parameter attribute value.
getValue() - Method in enum com.amilesend.discogs.model.database.GetMasterReleaseVersionsRequest.Sort
The query parameter attribute value.
getValue() - Method in enum com.amilesend.discogs.model.database.type.SearchType
The query parameter attribute value.
getValue() - Method in enum com.amilesend.discogs.model.identity.GetUserContributionsRequest.Sort
The query parameter attribute value.
getValue() - Method in enum com.amilesend.discogs.model.marketplace.GetInventoryRequest.Sort
The query parameter attribute value.
getValue() - Method in enum com.amilesend.discogs.model.marketplace.type.Condition
 
getValue() - Method in enum com.amilesend.discogs.model.marketplace.type.OrderStatus
 
getValue() - Method in class com.amilesend.discogs.model.marketplace.type.OriginalPrice
The price.
getValue() - Method in class com.amilesend.discogs.model.marketplace.type.Price
The currency value amount.
getValue() - Method in enum com.amilesend.discogs.model.marketplace.type.SleeveCondition
 
getValue() - Method in enum com.amilesend.discogs.model.type.ListingStatus
The query parameter attribute value.
getValue() - Method in class com.amilesend.discogs.model.type.ReleaseIdentifier
The identifier value.
getValue() - Method in enum com.amilesend.discogs.model.type.SortOrder
The query parameter value.
getVersions() - Method in class com.amilesend.discogs.model.database.GetMasterReleaseVersionsResponse
The master release versions.
getVersionsUrl() - Method in class com.amilesend.discogs.model.database.type.MasterRelease
The URL for versions.
getVideos() - Method in class com.amilesend.discogs.model.type.ReleaseContentBase
The list of associated videos.
getWant() - Method in class com.amilesend.discogs.model.database.type.SearchResultStat
Number of community members that want the release.
getWant() - Method in class com.amilesend.discogs.model.type.Community
The count of now many members want a give resource.
getWantList(GetWantListRequest) - Method in class com.amilesend.discogs.api.UserWantListApi
Gets the want list for a user.
GetWantListRequest - Class in com.amilesend.discogs.model.wantlist
The request to retrieve a paginated list of collection items that is wanted by a user.
GetWantListRequest.GetWantListRequestBuilder<C,B> - Class in com.amilesend.discogs.model.wantlist
 
GetWantListRequestBuilder() - Constructor for class com.amilesend.discogs.model.wantlist.GetWantListRequest.GetWantListRequestBuilder
 
GetWantListResponse - Class in com.amilesend.discogs.model.wantlist
Defines the paginated list of items in a user's want list.
GetWantListResponse.GetWantListResponseBuilder<C,B> - Class in com.amilesend.discogs.model.wantlist
 
GetWantListResponseBuilder() - Constructor for class com.amilesend.discogs.model.wantlist.GetWantListResponse.GetWantListResponseBuilder
 
GetWantListResponseCreator - Class in com.amilesend.discogs.parse.creator
A custom InstanceCreator implementation that injects the DiscogsConnection to the resource type so that method operations can be performed on the GetWantListResponse resource.
GetWantListResponseCreator(DiscogsConnection) - Constructor for class com.amilesend.discogs.parse.creator.GetWantListResponseCreator
Creates a new GetWantListResponseCreator instance.
getWantListUrl() - Method in class com.amilesend.discogs.model.identity.type.UserProfile
The URL to the user's want list.
getWants() - Method in class com.amilesend.discogs.model.wantlist.GetWantListResponse
The list of items that is wanted.
getWeight() - Method in class com.amilesend.discogs.csv.type.InventoryRecord
The item weight in grams (optional).
getWeight() - Method in class com.amilesend.discogs.model.marketplace.CreateListingRequest
The item wight in grams (optional).
getWeight() - Method in class com.amilesend.discogs.model.marketplace.type.Listing
The listing weight (only visible to the inventory owner).
getWidth() - Method in class com.amilesend.discogs.model.database.type.Image
The image width in pixels.
getYear() - Method in class com.amilesend.discogs.model.database.GetArtistReleasesResponse.ArtistRelease
The year of the release.
getYear() - Method in class com.amilesend.discogs.model.database.GetLabelReleasesResponse.LabelRelease
The year of the release.
getYear() - Method in class com.amilesend.discogs.model.database.SearchRequest
Release year (optional).
getYear() - Method in class com.amilesend.discogs.model.database.type.SearchResult
The release year.
getYear() - Method in class com.amilesend.discogs.model.marketplace.type.ListingRelease
The release year.
getYear() - Method in class com.amilesend.discogs.model.type.BasicInformation
The year of release.
getYear() - Method in class com.amilesend.discogs.model.type.ReleaseContentBase
The release year.
GOOD - Enum constant in enum com.amilesend.discogs.model.marketplace.type.Condition
 
GOOD - Enum constant in enum com.amilesend.discogs.model.marketplace.type.SleeveCondition
 
GOOD_PLUS - Enum constant in enum com.amilesend.discogs.model.marketplace.type.Condition
 
GOOD_PLUS - Enum constant in enum com.amilesend.discogs.model.marketplace.type.SleeveCondition
 
GsonFactory - Class in com.amilesend.discogs.parse
Factory that vends new pre-configured Gson instances.
GsonFactory() - Constructor for class com.amilesend.discogs.parse.GsonFactory
 

H

handle(HttpExchange) - Method in class com.amilesend.discogs.connection.auth.oauth.OAuthReceiverCallback
Handles the given request and sets the corresponding redirect status.
hasFirst() - Method in class com.amilesend.discogs.model.PaginatedResponseBase
Determines if there is a first page available for navigation.
hashCode() - Method in class com.amilesend.discogs.connection.auth.info.KeySecretAuthInfo
 
hashCode() - Method in class com.amilesend.discogs.connection.auth.info.OAuthInfo
 
hashCode() - Method in class com.amilesend.discogs.connection.auth.info.TokenAuthInfo
 
hashCode() - Method in class com.amilesend.discogs.connection.auth.oauth.AccessTokenResponse
 
hashCode() - Method in class com.amilesend.discogs.connection.auth.oauth.RequestTokenResponse
 
hashCode() - Method in class com.amilesend.discogs.connection.http.FailureResponse
 
hashCode() - Method in class com.amilesend.discogs.csv.InventoryCsvWriter
 
hashCode() - Method in class com.amilesend.discogs.csv.type.InventoryRecord
 
hashCode() - Method in class com.amilesend.discogs.csv.validation.ValidationException.Descriptor
 
hashCode() - Method in class com.amilesend.discogs.model.collection.AddToFolderRequest
 
hashCode() - Method in class com.amilesend.discogs.model.collection.AddToFolderResponse
 
hashCode() - Method in class com.amilesend.discogs.model.collection.ChangeReleaseRatingRequest
 
hashCode() - Method in class com.amilesend.discogs.model.collection.CreateFolderRequest
 
hashCode() - Method in class com.amilesend.discogs.model.collection.CreateFolderResponse
 
hashCode() - Method in class com.amilesend.discogs.model.collection.DeleteFolderRequest
 
hashCode() - Method in class com.amilesend.discogs.model.collection.DeleteInstanceRequest
 
hashCode() - Method in class com.amilesend.discogs.model.collection.EditInstanceFieldRequest
 
hashCode() - Method in class com.amilesend.discogs.model.collection.GetCollectionItemsByFolderRequest
 
hashCode() - Method in class com.amilesend.discogs.model.collection.GetCollectionItemsByFolderResponse
 
hashCode() - Method in class com.amilesend.discogs.model.collection.GetCollectionItemsByReleaseRequest
 
hashCode() - Method in class com.amilesend.discogs.model.collection.GetCollectionItemsByReleaseResponse
 
hashCode() - Method in class com.amilesend.discogs.model.collection.GetCollectionValueRequest
 
hashCode() - Method in class com.amilesend.discogs.model.collection.GetCollectionValueResponse
 
hashCode() - Method in class com.amilesend.discogs.model.collection.GetCustomFieldsRequest
 
hashCode() - Method in class com.amilesend.discogs.model.collection.GetCustomFieldsResponse
 
hashCode() - Method in class com.amilesend.discogs.model.collection.GetFolderRequest
 
hashCode() - Method in class com.amilesend.discogs.model.collection.GetFolderResponse
 
hashCode() - Method in class com.amilesend.discogs.model.collection.GetFoldersRequest
 
hashCode() - Method in class com.amilesend.discogs.model.collection.GetFoldersResponse
 
hashCode() - Method in class com.amilesend.discogs.model.collection.MoveReleaseRequest
 
hashCode() - Method in class com.amilesend.discogs.model.collection.RenameFolderRequest
 
hashCode() - Method in class com.amilesend.discogs.model.collection.RenameFolderResponse
 
hashCode() - Method in class com.amilesend.discogs.model.collection.type.Field
 
hashCode() - Method in class com.amilesend.discogs.model.collection.type.Folder
 
hashCode() - Method in class com.amilesend.discogs.model.collection.type.Note
 
hashCode() - Method in class com.amilesend.discogs.model.database.DeleteUserReleaseRequest
 
hashCode() - Method in class com.amilesend.discogs.model.database.GetArtistInformationRequest
 
hashCode() - Method in class com.amilesend.discogs.model.database.GetArtistInformationResponse
 
hashCode() - Method in class com.amilesend.discogs.model.database.GetArtistReleasesRequest
 
hashCode() - Method in class com.amilesend.discogs.model.database.GetArtistReleasesResponse
 
hashCode() - Method in class com.amilesend.discogs.model.database.GetCommunityReleaseRatingRequest
 
hashCode() - Method in class com.amilesend.discogs.model.database.GetCommunityReleaseRatingResponse
 
hashCode() - Method in class com.amilesend.discogs.model.database.GetLabelInformationRequest
 
hashCode() - Method in class com.amilesend.discogs.model.database.GetLabelInformationResponse
 
hashCode() - Method in class com.amilesend.discogs.model.database.GetLabelReleasesRequest
 
hashCode() - Method in class com.amilesend.discogs.model.database.GetLabelReleasesResponse
 
hashCode() - Method in class com.amilesend.discogs.model.database.GetMasterReleaseRequest
 
hashCode() - Method in class com.amilesend.discogs.model.database.GetMasterReleaseResponse
 
hashCode() - Method in class com.amilesend.discogs.model.database.GetMasterReleaseVersionsRequest
 
hashCode() - Method in class com.amilesend.discogs.model.database.GetMasterReleaseVersionsResponse
 
hashCode() - Method in class com.amilesend.discogs.model.database.GetReleaseRequest
 
hashCode() - Method in class com.amilesend.discogs.model.database.GetReleaseResponse
 
hashCode() - Method in class com.amilesend.discogs.model.database.GetUserReleaseRatingRequest
 
hashCode() - Method in class com.amilesend.discogs.model.database.GetUserReleaseRatingResponse
 
hashCode() - Method in class com.amilesend.discogs.model.database.SearchRequest
 
hashCode() - Method in class com.amilesend.discogs.model.database.SearchResponse
 
hashCode() - Method in class com.amilesend.discogs.model.database.type.CommunityReleaseRating
 
hashCode() - Method in class com.amilesend.discogs.model.database.type.Image
 
hashCode() - Method in class com.amilesend.discogs.model.database.type.LabelResource
 
hashCode() - Method in class com.amilesend.discogs.model.database.type.Rating
 
hashCode() - Method in class com.amilesend.discogs.model.database.type.SearchResultFormat
 
hashCode() - Method in class com.amilesend.discogs.model.database.type.SearchResultStat
 
hashCode() - Method in class com.amilesend.discogs.model.database.type.SearchResultUserData
 
hashCode() - Method in class com.amilesend.discogs.model.database.type.Stat
 
hashCode() - Method in class com.amilesend.discogs.model.database.type.Stats
 
hashCode() - Method in class com.amilesend.discogs.model.database.type.TrackInformation
 
hashCode() - Method in class com.amilesend.discogs.model.database.type.UserReleaseRating
 
hashCode() - Method in class com.amilesend.discogs.model.database.type.Video
 
hashCode() - Method in class com.amilesend.discogs.model.database.UpdateUserReleaseRatingRequest
 
hashCode() - Method in class com.amilesend.discogs.model.database.UpdateUserReleaseRatingResponse
 
hashCode() - Method in class com.amilesend.discogs.model.identity.EditUserProfileRequest
 
hashCode() - Method in class com.amilesend.discogs.model.identity.EditUserProfileResponse
 
hashCode() - Method in class com.amilesend.discogs.model.identity.GetUserContributionsRequest
 
hashCode() - Method in class com.amilesend.discogs.model.identity.GetUserContributionsResponse
 
hashCode() - Method in class com.amilesend.discogs.model.identity.GetUserProfileRequest
 
hashCode() - Method in class com.amilesend.discogs.model.identity.GetUserProfileResponse
 
hashCode() - Method in class com.amilesend.discogs.model.identity.GetUserSubmissionsRequest
 
hashCode() - Method in class com.amilesend.discogs.model.identity.GetUserSubmissionsResponse
 
hashCode() - Method in class com.amilesend.discogs.model.identity.GetUserSubmissionsResponse.UserSubmissions
 
hashCode() - Method in class com.amilesend.discogs.model.inventory.AddInventoryRequest
 
hashCode() - Method in class com.amilesend.discogs.model.inventory.AddInventoryResponse
 
hashCode() - Method in class com.amilesend.discogs.model.inventory.ChangeInventoryRequest
 
hashCode() - Method in class com.amilesend.discogs.model.inventory.ChangeInventoryResponse
 
hashCode() - Method in class com.amilesend.discogs.model.inventory.DeleteInventoryRequest
 
hashCode() - Method in class com.amilesend.discogs.model.inventory.DeleteInventoryResponse
 
hashCode() - Method in class com.amilesend.discogs.model.inventory.DownloadInventoryExportRequest
 
hashCode() - Method in class com.amilesend.discogs.model.inventory.DownloadInventoryExportResponse
 
hashCode() - Method in class com.amilesend.discogs.model.inventory.ExportInventoryResponse
 
hashCode() - Method in class com.amilesend.discogs.model.inventory.GetExportRequest
 
hashCode() - Method in class com.amilesend.discogs.model.inventory.GetExportsRequest
 
hashCode() - Method in class com.amilesend.discogs.model.inventory.GetExportsResponse
 
hashCode() - Method in class com.amilesend.discogs.model.inventory.GetUploadRequest
 
hashCode() - Method in class com.amilesend.discogs.model.inventory.GetUploadsRequest
 
hashCode() - Method in class com.amilesend.discogs.model.inventory.GetUploadsResponse
 
hashCode() - Method in class com.amilesend.discogs.model.inventory.type.DownloadInformation
 
hashCode() - Method in class com.amilesend.discogs.model.inventory.type.ExportItem
 
hashCode() - Method in class com.amilesend.discogs.model.inventory.type.InventoryRequestBase
 
hashCode() - Method in class com.amilesend.discogs.model.inventory.type.UploadInformation
 
hashCode() - Method in class com.amilesend.discogs.model.inventory.type.UploadItem
 
hashCode() - Method in class com.amilesend.discogs.model.lists.GetUserListRequest
 
hashCode() - Method in class com.amilesend.discogs.model.lists.GetUserListResponse
 
hashCode() - Method in class com.amilesend.discogs.model.lists.GetUserListsRequest
 
hashCode() - Method in class com.amilesend.discogs.model.lists.GetUserListsResponse
 
hashCode() - Method in class com.amilesend.discogs.model.marketplace.AddOrderMessageRequest
 
hashCode() - Method in class com.amilesend.discogs.model.marketplace.AddOrderMessageResponse
 
hashCode() - Method in class com.amilesend.discogs.model.marketplace.CreateListingRequest
 
hashCode() - Method in class com.amilesend.discogs.model.marketplace.CreateListingResponse
 
hashCode() - Method in class com.amilesend.discogs.model.marketplace.DeleteListingRequest
 
hashCode() - Method in class com.amilesend.discogs.model.marketplace.GetFeeRequest
 
hashCode() - Method in class com.amilesend.discogs.model.marketplace.GetFeeResponse
 
hashCode() - Method in class com.amilesend.discogs.model.marketplace.GetInventoryRequest
 
hashCode() - Method in class com.amilesend.discogs.model.marketplace.GetInventoryResponse
 
hashCode() - Method in class com.amilesend.discogs.model.marketplace.GetListingRequest
 
hashCode() - Method in class com.amilesend.discogs.model.marketplace.GetListingResponse
 
hashCode() - Method in class com.amilesend.discogs.model.marketplace.GetOrderMessagesRequest
 
hashCode() - Method in class com.amilesend.discogs.model.marketplace.GetOrderMessagesResponse
 
hashCode() - Method in class com.amilesend.discogs.model.marketplace.GetOrderRequest
 
hashCode() - Method in class com.amilesend.discogs.model.marketplace.GetOrderResponse
 
hashCode() - Method in class com.amilesend.discogs.model.marketplace.GetOrdersRequest
 
hashCode() - Method in class com.amilesend.discogs.model.marketplace.GetOrdersResponse
 
hashCode() - Method in class com.amilesend.discogs.model.marketplace.GetPriceSuggestionsRequest
 
hashCode() - Method in class com.amilesend.discogs.model.marketplace.GetPriceSuggestionsResponse
 
hashCode() - Method in class com.amilesend.discogs.model.marketplace.GetReleaseStatisticsRequest
 
hashCode() - Method in class com.amilesend.discogs.model.marketplace.GetReleaseStatisticsResponse
 
hashCode() - Method in class com.amilesend.discogs.model.marketplace.type.OrderItem
 
hashCode() - Method in class com.amilesend.discogs.model.marketplace.type.OrderItem.Release
 
hashCode() - Method in class com.amilesend.discogs.model.marketplace.type.OrderMessage
 
hashCode() - Method in class com.amilesend.discogs.model.marketplace.type.OrderRefund
 
hashCode() - Method in class com.amilesend.discogs.model.marketplace.type.OriginalPrice
 
hashCode() - Method in class com.amilesend.discogs.model.marketplace.type.Price
 
hashCode() - Method in class com.amilesend.discogs.model.marketplace.type.SellerStats
 
hashCode() - Method in class com.amilesend.discogs.model.marketplace.type.ShippingChargeAmount
 
hashCode() - Method in class com.amilesend.discogs.model.marketplace.UpdateListingRequest
 
hashCode() - Method in class com.amilesend.discogs.model.marketplace.UpdateOrderRequest
 
hashCode() - Method in class com.amilesend.discogs.model.marketplace.UpdateOrderResponse
 
hashCode() - Method in class com.amilesend.discogs.model.PaginatedRequestBase
 
hashCode() - Method in class com.amilesend.discogs.model.PaginatedResponseBase
 
hashCode() - Method in class com.amilesend.discogs.model.PaginatedResponseBase.Pagination
 
hashCode() - Method in class com.amilesend.discogs.model.PostResponse
 
hashCode() - Method in class com.amilesend.discogs.model.Resource
 
hashCode() - Method in class com.amilesend.discogs.model.type.Community
 
hashCode() - Method in class com.amilesend.discogs.model.type.CommunityMember
 
hashCode() - Method in class com.amilesend.discogs.model.type.Format
 
hashCode() - Method in class com.amilesend.discogs.model.type.ReleaseIdentifier
 
hashCode() - Method in class com.amilesend.discogs.model.wantlist.AddReleaseToWantListRequest
 
hashCode() - Method in class com.amilesend.discogs.model.wantlist.AddReleaseToWantListResponse
 
hashCode() - Method in class com.amilesend.discogs.model.wantlist.DeleteReleaseFormWantListRequest
 
hashCode() - Method in class com.amilesend.discogs.model.wantlist.GetWantListRequest
 
hashCode() - Method in class com.amilesend.discogs.model.wantlist.GetWantListResponse
 
hashCode() - Method in class com.amilesend.discogs.model.wantlist.UpdateReleaseOnWantListRequest
 
hashCode() - Method in class com.amilesend.discogs.model.wantlist.UpdateReleaseOnWantListResponse
 
hasLast() - Method in class com.amilesend.discogs.model.PaginatedResponseBase
Determines if there is a last page available for navigation.
hasNext() - Method in class com.amilesend.discogs.model.PaginatedResponseBase
Determines if there is a next page available for navigation.
hasPrevious() - Method in class com.amilesend.discogs.model.PaginatedResponseBase
Determines if there is a previous page available for navigation.
have(Integer) - Method in class com.amilesend.discogs.model.database.type.SearchResultStat.SearchResultStatBuilder
Number of community members that have the release.
have(Integer) - Method in class com.amilesend.discogs.model.type.Community.CommunityBuilder
The count of how many members have a resource.
header(InventoryHeader) - Method in class com.amilesend.discogs.csv.validation.ValidationException.Descriptor.DescriptorBuilder
 
headers(List) - Method in class com.amilesend.discogs.csv.InventoryCsvWriter.InventoryCsvWriterBuilder
 
height(int) - Method in class com.amilesend.discogs.model.database.type.Image.ImageBuilder
The image height in pixels.
homePage(String) - Method in class com.amilesend.discogs.model.identity.EditUserProfileRequest.EditUserProfileRequestBuilder
URL to the user's home page (optional).
homePage(String) - Method in class com.amilesend.discogs.model.identity.type.UserProfile.UserProfileBuilder
URL for the user's home page.
host(String) - Method in class com.amilesend.discogs.connection.auth.oauth.OAuthReceiver.OAuthReceiverBuilder
 
htmlUrl(String) - Method in class com.amilesend.discogs.model.marketplace.type.Seller.SellerBuilder
The web-based URL for the seller's profile.
httpClient(OkHttpClient) - Method in class com.amilesend.discogs.connection.auth.OAuthManager.OAuthManagerBuilder
 

I

id(Long) - Method in class com.amilesend.discogs.model.collection.type.Field.FieldBuilder
The field identifier.
id(Long) - Method in class com.amilesend.discogs.model.inventory.type.ExportItem.ExportItemBuilder
The export identifier.
id(Long) - Method in class com.amilesend.discogs.model.inventory.type.UploadItem.UploadItemBuilder
The export identifier.
id(Long) - Method in class com.amilesend.discogs.model.marketplace.type.OrderItem.OrderItemBuilder
The item identifier.
id(Long) - Method in class com.amilesend.discogs.model.marketplace.type.OrderItem.Release.ReleaseBuilder
The release identifier.
id(K) - Method in class com.amilesend.discogs.model.Resource.ResourceBuilder
The resource identifier.
ID - Enum constant in enum com.amilesend.discogs.model.marketplace.GetOrdersRequest.Sort
 
identifiers(List) - Method in class com.amilesend.discogs.model.type.Release.ReleaseBuilder
The list of release identifiers (e.g., barcodes)
Image - Class in com.amilesend.discogs.model.database.type
Describes an image.
Image.ImageBuilder - Class in com.amilesend.discogs.model.database.type
 
images(List) - Method in class com.amilesend.discogs.model.database.GetLabelInformationResponse.GetLabelInformationResponseBuilder
List of images associated with the label.
images(List) - Method in class com.amilesend.discogs.model.database.type.ArtistInformation.ArtistInformationBuilder
The list of images associated with the artist.
images(List) - Method in class com.amilesend.discogs.model.marketplace.type.ListingRelease.ListingReleaseBuilder
The associated images.
images(List) - Method in class com.amilesend.discogs.model.type.ReleaseContentBase.ReleaseContentBaseBuilder
List of associated images.
IN_PROGRESS - Enum constant in enum com.amilesend.discogs.model.marketplace.type.OrderStatus
 
inCart(Boolean) - Method in class com.amilesend.discogs.model.marketplace.type.Listing.ListingBuilder
Indicates if an item is in a user's cart (only visible to the inventory owner).
inCollection(Boolean) - Method in class com.amilesend.discogs.model.database.type.SearchResultUserData.SearchResultUserDataBuilder
Flag indicator that the search reuslt is in the user's collection.
inCollection(Integer) - Method in class com.amilesend.discogs.model.database.type.Stat.StatBuilder
The number of members with the master/release/version in their collection.
instanceId(long) - Method in class com.amilesend.discogs.model.collection.ChangeReleaseRatingRequest.ChangeReleaseRatingRequestBuilder
The instance identifier (required).
instanceId(long) - Method in class com.amilesend.discogs.model.collection.DeleteInstanceRequest.DeleteInstanceRequestBuilder
The instance identifier (required).
instanceId(long) - Method in class com.amilesend.discogs.model.collection.EditInstanceFieldRequest.EditInstanceFieldRequestBuilder
The instance identifier (required).
instanceId(long) - Method in class com.amilesend.discogs.model.collection.MoveReleaseRequest.MoveReleaseRequestBuilder
The instance identifier (required).
instanceId(Long) - Method in class com.amilesend.discogs.model.collection.AddToFolderResponse.AddToFolderResponseBuilder
The instance identifier.
instanceId(Long) - Method in class com.amilesend.discogs.model.collection.type.CollectionRelease.CollectionReleaseBuilder
The instance identifier.
instanceId(Long) - Method in class com.amilesend.discogs.model.wantlist.type.WantListRelease.WantListReleaseBuilder
The instance identifier.
inventoryCsvFile(Path) - Method in class com.amilesend.discogs.model.inventory.type.InventoryRequestBase.InventoryRequestBaseBuilder
The inventory CSV file with the inventory items to add.
InventoryCsvValidator - Class in com.amilesend.discogs.csv
Utility to read an inventory CSV file and validate its contents based on the specification as described in the API Documentation.
InventoryCsvValidator() - Constructor for class com.amilesend.discogs.csv.InventoryCsvValidator
Creates a new InventoryCsvValidator instance with the default CSVFormat configured.
InventoryCsvValidator(CSVFormat) - Constructor for class com.amilesend.discogs.csv.InventoryCsvValidator
 
InventoryCsvWriter - Class in com.amilesend.discogs.csv
Utility to write an inventory CSV file used for Discogs inventory management (i.e., creating new inventory items, or update existing inventory items).
InventoryCsvWriter.InventoryCsvWriterBuilder - Class in com.amilesend.discogs.csv
 
InventoryExportApi - Class in com.amilesend.discogs.api
The Discogs Inventory Export API.
InventoryExportApi(DiscogsConnection) - Constructor for class com.amilesend.discogs.api.InventoryExportApi
Creates a new InventoryExportApi object.
InventoryHeader - Enum in com.amilesend.discogs.csv.type
Defines the CSV headers for an inventory IMPORT/EXPORT file.
InventoryRecord - Class in com.amilesend.discogs.csv.type
Defines a record for an inventory item as a CSV row.
InventoryRecord.InventoryRecordBuilder - Class in com.amilesend.discogs.csv.type
 
InventoryRecordType - Enum in com.amilesend.discogs.csv.type
Describes the record type that is either used for creating a new inventory item, or update an existing one.
InventoryRequestBase - Class in com.amilesend.discogs.model.inventory.type
Base class for inventory upload-related requests.
InventoryRequestBase.InventoryRequestBaseBuilder<C,B> - Class in com.amilesend.discogs.model.inventory.type
 
InventoryRequestBaseBuilder() - Constructor for class com.amilesend.discogs.model.inventory.type.InventoryRequestBase.InventoryRequestBaseBuilder
 
InventoryUploadApi - Class in com.amilesend.discogs.api
The Discogs Inventory Upload API.
InventoryUploadApi(DiscogsConnection) - Constructor for class com.amilesend.discogs.api.InventoryUploadApi
Creates a new InventoryUploadApi object.
inventoryUrl(String) - Method in class com.amilesend.discogs.model.identity.type.UserProfile.UserProfileBuilder
URL for the user's inventory.
INVOICE_SENT - Enum constant in enum com.amilesend.discogs.model.marketplace.type.OrderStatus
 
inWantList(Boolean) - Method in class com.amilesend.discogs.model.database.type.SearchResultUserData.SearchResultUserDataBuilder
Flag indicator that the search result is in the user's want list.
inWantList(Integer) - Method in class com.amilesend.discogs.model.database.type.Stat.StatBuilder
The number of members with the master/release/version in their want list.
isAppended() - Method in class com.amilesend.discogs.csv.InventoryCsvWriter
Indicator to append an existing file, or to overwrite and create a new CSV file.
isAppended(boolean) - Method in class com.amilesend.discogs.csv.InventoryCsvWriter.InventoryCsvWriterBuilder
 
isBlockedFromSale(Boolean) - Method in class com.amilesend.discogs.model.type.Release.ReleaseBuilder
 
isOffensive(Boolean) - Method in class com.amilesend.discogs.model.type.Release.ReleaseBuilder
 
isRequired() - Method in enum com.amilesend.discogs.csv.type.InventoryHeader
 
ITEM - Enum constant in enum com.amilesend.discogs.model.marketplace.GetInventoryRequest.Sort
The title of the release.
items(Integer) - Method in class com.amilesend.discogs.model.PaginatedResponseBase.Pagination.PaginationBuilder
The total number of items available.
items(List) - Method in class com.amilesend.discogs.model.inventory.GetExportsResponse.GetExportsResponseBuilder
The list of items.
items(List) - Method in class com.amilesend.discogs.model.inventory.GetUploadsResponse.GetUploadsResponseBuilder
The list of items.
items(List) - Method in class com.amilesend.discogs.model.lists.type.UserList.UserListBuilder
The user list items.
items(List) - Method in class com.amilesend.discogs.model.marketplace.type.Order.OrderBuilder
The list of items that were ordered.

J

join(String) - Method in class com.amilesend.discogs.model.type.Artist.ArtistBuilder
 
JPY - Enum constant in enum com.amilesend.discogs.model.type.Currency
 

K

KEY_SECRET - Enum constant in enum com.amilesend.discogs.connection.auth.info.DiscogsAuthInfo.Type
Consumer key and secret pair.
KeySecretAuthInfo - Class in com.amilesend.discogs.connection.auth.info
Defines a consumer/personal access token authorization type.
KeySecretAuthInfo(String, String) - Constructor for class com.amilesend.discogs.connection.auth.info.KeySecretAuthInfo
Creates a new ConsumerAuthInfo object.
KeySecretAuthManager - Class in com.amilesend.discogs.connection.auth
Authorization manager for key + secret pairs.
KeySecretAuthManager(KeySecretAuthInfo) - Constructor for class com.amilesend.discogs.connection.auth.KeySecretAuthManager
Creates a new KeySecretAuthManager instance.

L

label(String) - Method in class com.amilesend.discogs.model.database.GetArtistReleasesResponse.ArtistRelease.ArtistReleaseBuilder
The label.
label(String) - Method in class com.amilesend.discogs.model.database.GetMasterReleaseVersionsRequest.GetMasterReleaseVersionsRequestBuilder
The label.
label(String) - Method in class com.amilesend.discogs.model.database.SearchRequest.SearchRequestBuilder
Label (optional).
label(String) - Method in class com.amilesend.discogs.model.database.type.MasterReleaseVersion.MasterReleaseVersionBuilder
The label.
label(String) - Method in class com.amilesend.discogs.model.marketplace.type.ListingRelease.ListingReleaseBuilder
The label.
label(List) - Method in class com.amilesend.discogs.model.database.type.SearchResult.SearchResultBuilder
Associated labels.
LABEL - Enum constant in enum com.amilesend.discogs.model.collection.GetCollectionItemsByFolderRequest.Sort
 
LABEL - Enum constant in enum com.amilesend.discogs.model.database.GetMasterReleaseVersionsRequest.Sort
The label.
LABEL - Enum constant in enum com.amilesend.discogs.model.database.type.SearchType
 
LABEL - Enum constant in enum com.amilesend.discogs.model.identity.GetUserContributionsRequest.Sort
The release label .
LABEL - Enum constant in enum com.amilesend.discogs.model.marketplace.GetInventoryRequest.Sort
 
labelId(long) - Method in class com.amilesend.discogs.model.database.GetLabelInformationRequest.GetLabelInformationRequestBuilder
The label identifier (required).
labelId(long) - Method in class com.amilesend.discogs.model.database.GetLabelReleasesRequest.GetLabelReleasesRequestBuilder
The label identifier (required).
LabelReleaseBuilder() - Constructor for class com.amilesend.discogs.model.database.GetLabelReleasesResponse.LabelRelease.LabelReleaseBuilder
 
LabelResource - Class in com.amilesend.discogs.model.database.type
Describes a label resource.
LabelResource.LabelResourceBuilder<C,B> - Class in com.amilesend.discogs.model.database.type
 
LabelResourceBuilder() - Constructor for class com.amilesend.discogs.model.database.type.LabelResource.LabelResourceBuilder
 
labels(List) - Method in class com.amilesend.discogs.model.identity.GetUserSubmissionsResponse.UserSubmissions.UserSubmissionsBuilder
The list of labels.
labels(List) - Method in class com.amilesend.discogs.model.type.BasicInformation.BasicInformationBuilder
The associated labels.
labels(List) - Method in class com.amilesend.discogs.model.type.Release.ReleaseBuilder
List of associated labels.
LAST_ACTIVITY - Enum constant in enum com.amilesend.discogs.model.marketplace.GetOrdersRequest.Sort
 
lastActivity(LocalDateTime) - Method in class com.amilesend.discogs.model.marketplace.type.Order.OrderBuilder
The last updated timestamp.
lines(Integer) - Method in class com.amilesend.discogs.model.collection.type.Field.FieldBuilder
The number of lines.
LISTED - Enum constant in enum com.amilesend.discogs.model.marketplace.GetInventoryRequest.Sort
 
listId(long) - Method in class com.amilesend.discogs.model.lists.GetUserListRequest.GetUserListRequestBuilder
The list identifier (required) .
Listing - Class in com.amilesend.discogs.model.marketplace.type
Describes a listing.
Listing.ListingBuilder<C,B> - Class in com.amilesend.discogs.model.marketplace.type
 
ListingBuilder() - Constructor for class com.amilesend.discogs.model.marketplace.type.Listing.ListingBuilder
 
listingId(long) - Method in class com.amilesend.discogs.model.marketplace.DeleteListingRequest.DeleteListingRequestBuilder
The listing identifier (required).
listingId(long) - Method in class com.amilesend.discogs.model.marketplace.GetListingRequest.GetListingRequestBuilder
The listing identifier (required).
listingId(long) - Method in class com.amilesend.discogs.model.marketplace.UpdateListingRequest.UpdateListingRequestBuilder
The listing identifier (required).
listingId(Long) - Method in class com.amilesend.discogs.model.marketplace.CreateListingResponse.CreateListingResponseBuilder
The listing identifier.
ListingRelease - Class in com.amilesend.discogs.model.marketplace.type
Describes a release for a listing.
ListingRelease.ListingReleaseBuilder<C,B> - Class in com.amilesend.discogs.model.marketplace.type
 
ListingReleaseBuilder() - Constructor for class com.amilesend.discogs.model.marketplace.type.ListingRelease.ListingReleaseBuilder
 
listings(List) - Method in class com.amilesend.discogs.model.marketplace.GetInventoryResponse.GetInventoryResponseBuilder
The list of listings.
ListingStatus - Enum in com.amilesend.discogs.model.type
Defines the listing status types.
ListingStatusAdapter - Class in com.amilesend.discogs.parse.adapter
GSON adapter to format and serializes ListingStatus objects.
ListingStatusAdapter() - Constructor for class com.amilesend.discogs.parse.adapter.ListingStatusAdapter
 
lists(List) - Method in class com.amilesend.discogs.model.lists.GetUserListsResponse.GetUserListsResponseBuilder
The list of user lists.
LocalDateTimeTypeAdapter - Class in com.amilesend.discogs.parse.adapter
GSON adapter to format and serializes LocalDateTime objects.
LocalDateTimeTypeAdapter() - Constructor for class com.amilesend.discogs.parse.adapter.LocalDateTimeTypeAdapter
 
LocalDateTypeAdapter - Class in com.amilesend.discogs.parse.adapter
GSON adapter to format and serializes LocalDate objects.
LocalDateTypeAdapter() - Constructor for class com.amilesend.discogs.parse.adapter.LocalDateTypeAdapter
 
LocalTimeTypeAdapter - Class in com.amilesend.discogs.parse.adapter
GSON adapter to format and serializes LocalTime objects.
LocalTimeTypeAdapter() - Constructor for class com.amilesend.discogs.parse.adapter.LocalTimeTypeAdapter
 
location(String) - Method in class com.amilesend.discogs.csv.type.InventoryRecord.InventoryRecordBuilder
Free-form text field to describe the location (optional).
location(String) - Method in class com.amilesend.discogs.model.identity.EditUserProfileRequest.EditUserProfileRequestBuilder
Location description (optional).
location(String) - Method in class com.amilesend.discogs.model.identity.type.UserProfile.UserProfileBuilder
Description of the user's location.
location(String) - Method in class com.amilesend.discogs.model.inventory.type.UploadInformation.UploadInformationBuilder
The resource location URL.
location(String) - Method in class com.amilesend.discogs.model.marketplace.CreateListingRequest.CreateListingRequestBuilder
The item location (optional).
location(String) - Method in class com.amilesend.discogs.model.marketplace.type.Listing.ListingBuilder
The location (only visible to the inventory owner).
LOCATION - Enum constant in enum com.amilesend.discogs.csv.type.InventoryHeader
 
LOCATION - Enum constant in enum com.amilesend.discogs.model.marketplace.GetInventoryRequest.Sort
 
LOCATION - Static variable in class com.amilesend.discogs.connection.DiscogsConnection
 
locationUrl(String) - Method in class com.amilesend.discogs.model.inventory.ExportInventoryResponse.ExportInventoryResponseBuilder
The CSV file location URL.
lowestPrice(Price) - Method in class com.amilesend.discogs.model.marketplace.GetReleaseStatisticsResponse.GetReleaseStatisticsResponseBuilder
The lowest price.
lowestPrice(Double) - Method in class com.amilesend.discogs.model.type.ReleaseContentBase.ReleaseContentBaseBuilder
The lowest price.

M

mainRelease(Long) - Method in class com.amilesend.discogs.model.database.GetArtistReleasesResponse.ArtistRelease.ArtistReleaseBuilder
The main release identifier.
mainRelease(Long) - Method in class com.amilesend.discogs.model.database.type.MasterRelease.MasterReleaseBuilder
The main release identifier.
mainReleaseUrl(String) - Method in class com.amilesend.discogs.model.database.type.MasterRelease.MasterReleaseBuilder
The URL for the main release.
majorFormats(List) - Method in class com.amilesend.discogs.model.database.type.MasterReleaseVersion.MasterReleaseVersionBuilder
The list of formats.
MarketplaceApi - Class in com.amilesend.discogs.api
The Discogs Marketplace API.
MarketplaceApi(DiscogsConnection) - Constructor for class com.amilesend.discogs.api.MarketplaceApi
Creates a new MarketplaceApi object.
MASTER - Enum constant in enum com.amilesend.discogs.model.database.type.SearchType
 
masterId(long) - Method in class com.amilesend.discogs.model.database.GetMasterReleaseRequest.GetMasterReleaseRequestBuilder
The master release identifier (required).
masterId(long) - Method in class com.amilesend.discogs.model.database.GetMasterReleaseVersionsRequest.GetMasterReleaseVersionsRequestBuilder
The master identifier.
masterId(Long) - Method in class com.amilesend.discogs.model.database.type.SearchResult.SearchResultBuilder
The master identifier.
masterId(Long) - Method in class com.amilesend.discogs.model.type.Release.ReleaseBuilder
The associated master identifier.
MasterRelease - Class in com.amilesend.discogs.model.database.type
Defines a master release.
MasterRelease.MasterReleaseBuilder<C,B> - Class in com.amilesend.discogs.model.database.type
 
MasterReleaseBuilder() - Constructor for class com.amilesend.discogs.model.database.type.MasterRelease.MasterReleaseBuilder
 
MasterReleaseVersion - Class in com.amilesend.discogs.model.database.type
Defines a master release version.
MasterReleaseVersion.MasterReleaseVersionBuilder<C,B> - Class in com.amilesend.discogs.model.database.type
 
MasterReleaseVersionBuilder() - Constructor for class com.amilesend.discogs.model.database.type.MasterReleaseVersion.MasterReleaseVersionBuilder
 
masterUrl(String) - Method in class com.amilesend.discogs.model.database.type.SearchResult.SearchResultBuilder
The master URL.
masterUrl(String) - Method in class com.amilesend.discogs.model.type.Release.ReleaseBuilder
The associated master URL.
maximum(String) - Method in class com.amilesend.discogs.model.collection.GetCollectionValueResponse.GetCollectionValueResponseBuilder
The maximum value.
MEDIA_CONDITION - Enum constant in enum com.amilesend.discogs.csv.type.InventoryHeader
 
mediaCondition(Condition) - Method in class com.amilesend.discogs.csv.type.InventoryRecord.InventoryRecordBuilder
The media condition (required).
MediaConditionValidator - Class in com.amilesend.discogs.csv.validation
Validates a media condition attribute.
MediaConditionValidator() - Constructor for class com.amilesend.discogs.csv.validation.MediaConditionValidator
 
median(String) - Method in class com.amilesend.discogs.model.collection.GetCollectionValueResponse.GetCollectionValueResponseBuilder
The median value.
Member - Class in com.amilesend.discogs.model.database.type
Describes an artist member.
Member.MemberBuilder<C,B> - Class in com.amilesend.discogs.model.database.type
 
MemberBuilder() - Constructor for class com.amilesend.discogs.model.database.type.Member.MemberBuilder
 
members(List) - Method in class com.amilesend.discogs.model.database.type.ArtistInformation.ArtistInformationBuilder
List of members associated with the artist (i.e., band/group).
message(String) - Method in class com.amilesend.discogs.connection.http.FailureResponse.FailureResponseBuilder
The error response message.
message(String) - Method in class com.amilesend.discogs.csv.validation.ValidationException.Descriptor.DescriptorBuilder
 
message(String) - Method in class com.amilesend.discogs.model.marketplace.AddOrderMessageRequest.AddOrderMessageRequestBuilder
The message (optional).
message(String) - Method in class com.amilesend.discogs.model.marketplace.type.OrderMessage.OrderMessageBuilder
The message content.
messages(List) - Method in class com.amilesend.discogs.model.marketplace.GetOrderMessagesResponse.GetOrderMessagesResponseBuilder
The list of messages.
messagesUrl(String) - Method in class com.amilesend.discogs.model.marketplace.type.Order.OrderBuilder
The URL for messages related to the order.
method(String) - Method in class com.amilesend.discogs.model.marketplace.type.ShippingChargeAmount.ShippingChargeAmountBuilder
The shipping method.
minimum(String) - Method in class com.amilesend.discogs.model.collection.GetCollectionValueResponse.GetCollectionValueResponseBuilder
The minimum value.
minOrderTotal(Double) - Method in class com.amilesend.discogs.model.marketplace.type.Seller.SellerBuilder
The minimum order total.
MINT - Enum constant in enum com.amilesend.discogs.model.marketplace.type.Condition
 
MINT - Enum constant in enum com.amilesend.discogs.model.marketplace.type.SleeveCondition
 
mostRecentRelease(Long) - Method in class com.amilesend.discogs.model.database.type.MasterRelease.MasterReleaseBuilder
The most recent release identifier.
mostRecentReleaseUrl(String) - Method in class com.amilesend.discogs.model.database.type.MasterRelease.MasterReleaseBuilder
The URL for the most recent release.
moveRelease(MoveReleaseRequest) - Method in class com.amilesend.discogs.api.UserCollectionApi
Moves an instance to another folder.
MoveReleaseRequest - Class in com.amilesend.discogs.model.collection
The request to move the instance to another folder.
MoveReleaseRequest.MoveReleaseRequestBuilder - Class in com.amilesend.discogs.model.collection
 
moveToFolderId(Long) - Method in class com.amilesend.discogs.model.collection.MoveReleaseRequest.MoveReleaseRequestBuilder
The folder identifier that you want to move the instance to (optional).
MXN - Enum constant in enum com.amilesend.discogs.model.type.Currency
 

N

name(String) - Method in class com.amilesend.discogs.model.collection.CreateFolderRequest.CreateFolderRequestBuilder
The folder name (optional).
name(String) - Method in class com.amilesend.discogs.model.collection.RenameFolderRequest.RenameFolderRequestBuilder
The folder name (optional).
name(String) - Method in class com.amilesend.discogs.model.collection.type.Field.FieldBuilder
The field name.
name(String) - Method in class com.amilesend.discogs.model.database.type.ArtistInformation.ArtistInformationBuilder
The artist name.
name(String) - Method in class com.amilesend.discogs.model.database.type.SearchResultFormat.SearchResultFormatBuilder
The format name.
name(String) - Method in class com.amilesend.discogs.model.identity.EditUserProfileRequest.EditUserProfileRequestBuilder
The user's name (optional).
name(String) - Method in class com.amilesend.discogs.model.identity.type.SubmissionArtist.SubmissionArtistBuilder
The artist name.
name(String) - Method in class com.amilesend.discogs.model.identity.type.UserProfile.UserProfileBuilder
The user's name.
name(String) - Method in class com.amilesend.discogs.model.NamedResource.NamedResourceBuilder
The alias name value.
name(String) - Method in class com.amilesend.discogs.model.type.Artist.ArtistBuilder
The artist name.
name(String) - Method in class com.amilesend.discogs.model.type.Format.FormatBuilder
The format name (e.g., "CD").
NamedResource<K,T> - Class in com.amilesend.discogs.model
Defines a generic data structure that defines a named resource that contains an ID, name, ane resource URL.
NamedResource.NamedResourceBuilder<K,T,C,B> - Class in com.amilesend.discogs.model
 
NamedResourceBuilder() - Constructor for class com.amilesend.discogs.model.NamedResource.NamedResourceBuilder
 
nameVariations(List) - Method in class com.amilesend.discogs.model.database.type.ArtistInformation.ArtistInformationBuilder
The list of name variations (e.g., Artist/band name in different languages).
nameVariations(List) - Method in class com.amilesend.discogs.model.identity.type.SubmissionArtist.SubmissionArtistBuilder
The list of alternative name variations.
NEAR_MINT - Enum constant in enum com.amilesend.discogs.model.marketplace.type.Condition
 
NEAR_MINT - Enum constant in enum com.amilesend.discogs.model.marketplace.type.SleeveCondition
 
NEW - Enum constant in enum com.amilesend.discogs.csv.type.InventoryRecordType
The record is for a new inventory item.
NEW_ORDER - Enum constant in enum com.amilesend.discogs.model.marketplace.type.OrderStatus
 
newKeySecretAuthenticatedInstance(String, String, String) - Static method in class com.amilesend.discogs.Discogs
Creates a new user-provided key-secret authenticated Discogs instance.
newOAuthAuthManager(OkHttpClient, KeySecretAuthInfo, String, int) - Method in class com.amilesend.discogs.connection.auth.AuthManagerFactory
Creates a new OAuth-based auth manager to execute the OAuth flow to acquire the OAuth access token.
newOAuthAuthManagerWithExistingToken(OkHttpClient, KeySecretAuthInfo, String, int, OAuthInfo) - Method in class com.amilesend.discogs.connection.auth.AuthManagerFactory
Creates a new OAuth-based auth manager for an existing persisted OAuth token.
newOAuthInstance(KeySecretAuthInfo, String, int) - Static method in class com.amilesend.discogs.Discogs
Creates a new OAuth authenticated Discogs instance.
newOAuthInstance(KeySecretAuthInfo, String, int, OAuthInfo) - Static method in class com.amilesend.discogs.Discogs
Creates a new OAuth authenticated Discogs instance.
newRequestBuilderForDownload() - Method in class com.amilesend.discogs.connection.DiscogsConnection
Creates a new Request.Builder with pre-configured headers for a download request that expects a CSV-formatted response.
newTokenAuthenticatedAuthManager(TokenAuthInfo) - Method in class com.amilesend.discogs.connection.auth.AuthManagerFactory
Creates a new auth manager for a user-supplied access token and secret.
newTokenAuthenticatedInstance(String, String) - Static method in class com.amilesend.discogs.Discogs
Creates a new user-provided personal token based authenticated Discogs instance.
newUnauthenticatedAuthManager() - Method in class com.amilesend.discogs.connection.auth.AuthManagerFactory
Creates a new auth manager for unauthenticated requests.
newUnauthenticatedInstance(String) - Static method in class com.amilesend.discogs.Discogs
Creates a new unauthenticated Discogs instance.
newUserAuthenticatedAuthManager(KeySecretAuthInfo) - Method in class com.amilesend.discogs.connection.auth.AuthManagerFactory
Creates a new auth manager for a user-supplied key and secret.
next(int) - Method in class com.amilesend.discogs.connection.RandomAlphaNumericStringGenerator
Gets the next random string with the given length
nextStatus(List) - Method in class com.amilesend.discogs.model.marketplace.type.Order.OrderBuilder
The list of remaining order status values for the order.
NO - Static variable in class com.amilesend.discogs.csv.type.InventoryRecord
The no value for InventoryRecord.acceptOffer.
NO_AUTH_LIMITED - Enum constant in enum com.amilesend.discogs.connection.auth.info.DiscogsAuthInfo.Type
No credentials.
NO_COVER - Enum constant in enum com.amilesend.discogs.model.marketplace.type.SleeveCondition
 
NoOpAuthVerifier - Class in com.amilesend.discogs.connection.auth
A no-op AuthVerifier so that all validation is performed server-side.
NoOpAuthVerifier() - Constructor for class com.amilesend.discogs.connection.auth.NoOpAuthVerifier
 
NoOpValidator - Class in com.amilesend.discogs.csv.validation
A NoOp validator for free-form/optional fields.
NoOpValidator() - Constructor for class com.amilesend.discogs.csv.validation.NoOpValidator
 
NOT_GRADED - Enum constant in enum com.amilesend.discogs.model.marketplace.type.SleeveCondition
 
Note - Class in com.amilesend.discogs.model.collection.type
Describes a note that is assocaited with a collection release.
Note.NoteBuilder - Class in com.amilesend.discogs.model.collection.type
 
notes(String) - Method in class com.amilesend.discogs.model.type.Release.ReleaseBuilder
Notes.
notes(String) - Method in class com.amilesend.discogs.model.wantlist.AddReleaseToWantListRequest.AddReleaseToWantListRequestBuilder
The user notes associated with the release (optional).
notes(String) - Method in class com.amilesend.discogs.model.wantlist.type.WantListRelease.WantListReleaseBuilder
The associated notes.
notes(List) - Method in class com.amilesend.discogs.model.collection.type.CollectionRelease.CollectionReleaseBuilder
The list of associated notes.
numCollection(Integer) - Method in class com.amilesend.discogs.model.identity.type.UserProfile.UserProfileBuilder
The number of collections if the user profile matches the authenticated user.
numForSale(Integer) - Method in class com.amilesend.discogs.model.identity.type.UserProfile.UserProfileBuilder
The number of items for sale.
numForSale(Integer) - Method in class com.amilesend.discogs.model.marketplace.GetReleaseStatisticsResponse.GetReleaseStatisticsResponseBuilder
The number of items for sale.
numForSale(Integer) - Method in class com.amilesend.discogs.model.type.ReleaseContentBase.ReleaseContentBaseBuilder
Number of items available for sale.
numPending(Integer) - Method in class com.amilesend.discogs.model.identity.type.UserProfile.UserProfileBuilder
The number of pending transactions.
numWantList(Integer) - Method in class com.amilesend.discogs.model.identity.type.UserProfile.UserProfileBuilder
The number of items in the user's want list if the user profile matches the authenticated user.
NZD - Enum constant in enum com.amilesend.discogs.model.type.Currency
 

O

OAUTH_1_0_A - Enum constant in enum com.amilesend.discogs.connection.auth.info.DiscogsAuthInfo.Type
OAuth 1.0a token and secret.
OAuthInfo - Class in com.amilesend.discogs.connection.auth.info
Defines the authorization information that contains the OAuth token information.
OAuthInfo(String, String) - Constructor for class com.amilesend.discogs.connection.auth.info.OAuthInfo
 
OAuthManager - Class in com.amilesend.discogs.connection.auth
Defines the auth manager for OAuth-authenticated requests.
OAuthManager.OAuthManagerBuilder - Class in com.amilesend.discogs.connection.auth
 
oAuthReceiver(OAuthReceiver) - Method in class com.amilesend.discogs.connection.auth.OAuthManager.OAuthManagerBuilder
 
OAuthReceiver - Class in com.amilesend.discogs.connection.auth.oauth
A customized OAuth receiver that handles the OAuth token exchange redirect by hosting a HTTP server to capture the auth and/or error code specific to Box.net OAuth flow.
OAuthReceiver.OAuthReceiverBuilder - Class in com.amilesend.discogs.connection.auth.oauth
 
OAuthReceiverCallback - Class in com.amilesend.discogs.connection.auth.oauth
HttpServer handler that takes the verifier token passed over from the OAuth provider and stashes it where OAuthReceiver.waitForCode() will find it.
OAuthReceiverCallback(String, String, String) - Constructor for class com.amilesend.discogs.connection.auth.oauth.OAuthReceiverCallback
Builds a new OAuthReceiverCallback
OAuthReceiverCallback.OAuthReceiverCallbackBuilder - Class in com.amilesend.discogs.connection.auth.oauth
 
OAuthReceiverException - Exception Class in com.amilesend.discogs.connection.auth.oauth
Defines the exception thrown from OAuthReceiver.
OAuthReceiverException(String) - Constructor for exception class com.amilesend.discogs.connection.auth.oauth.OAuthReceiverException
Creates a new OAuthReceiverException.
OAuthReceiverException(String, Throwable) - Constructor for exception class com.amilesend.discogs.connection.auth.oauth.OAuthReceiverException
Creates a new OAuthReceiverException.
oAuthToken(OAuthInfo) - Method in class com.amilesend.discogs.connection.auth.OAuthManager.OAuthManagerBuilder
 
offerSubmitted(Boolean) - Method in class com.amilesend.discogs.model.marketplace.type.Listing.ListingBuilder
Flag indicator for offer submission status.
options(List) - Method in class com.amilesend.discogs.model.collection.type.Field.FieldBuilder
The list of options associated with the field.
order(OrderReference) - Method in class com.amilesend.discogs.model.marketplace.type.OrderMessage.OrderMessageBuilder
The associated order reference.
order(OrderReference) - Method in class com.amilesend.discogs.model.marketplace.type.OrderRefund.OrderRefundBuilder
The order reference.
Order - Class in com.amilesend.discogs.model.marketplace.type
Describes an order.
Order.OrderBuilder<C,B> - Class in com.amilesend.discogs.model.marketplace.type
 
OrderBuilder() - Constructor for class com.amilesend.discogs.model.marketplace.type.Order.OrderBuilder
 
orderId(String) - Method in class com.amilesend.discogs.model.marketplace.AddOrderMessageRequest.AddOrderMessageRequestBuilder
The order identifier (required).
orderId(String) - Method in class com.amilesend.discogs.model.marketplace.GetOrderMessagesRequest.GetOrderMessagesRequestBuilder
The order identifier (required).
orderId(String) - Method in class com.amilesend.discogs.model.marketplace.GetOrderRequest.GetOrderRequestBuilder
The order identifier (required).
orderId(String) - Method in class com.amilesend.discogs.model.marketplace.UpdateOrderRequest.UpdateOrderRequestBuilder
The order identifier (required).
OrderItem - Class in com.amilesend.discogs.model.marketplace.type
Describes an item associated with an Order.
OrderItem.OrderItemBuilder - Class in com.amilesend.discogs.model.marketplace.type
 
OrderItem.Release - Class in com.amilesend.discogs.model.marketplace.type
Describes a release for an order item.
OrderItem.Release.ReleaseBuilder - Class in com.amilesend.discogs.model.marketplace.type
 
OrderMessage - Class in com.amilesend.discogs.model.marketplace.type
Describes a message associated with an order.
OrderMessage.OrderMessageBuilder<C,B> - Class in com.amilesend.discogs.model.marketplace.type
 
OrderMessageBuilder() - Constructor for class com.amilesend.discogs.model.marketplace.type.OrderMessage.OrderMessageBuilder
 
OrderReference - Class in com.amilesend.discogs.model.marketplace.type
Describes an order reference.
OrderReference.OrderReferenceBuilder<C,B> - Class in com.amilesend.discogs.model.marketplace.type
 
OrderReferenceBuilder() - Constructor for class com.amilesend.discogs.model.marketplace.type.OrderReference.OrderReferenceBuilder
 
OrderRefund - Class in com.amilesend.discogs.model.marketplace.type
Describes a refund associated with an order.
OrderRefund.OrderRefundBuilder - Class in com.amilesend.discogs.model.marketplace.type
 
orders(List) - Method in class com.amilesend.discogs.model.marketplace.GetOrdersResponse.GetOrdersResponseBuilder
The list of orders.
orderStatus(OrderStatus) - Method in class com.amilesend.discogs.model.marketplace.UpdateOrderRequest.UpdateOrderRequestBuilder
The updated order status (optional).
OrderStatus - Enum in com.amilesend.discogs.model.marketplace.type
 
originalPrice(OriginalPrice) - Method in class com.amilesend.discogs.model.marketplace.type.Listing.ListingBuilder
The original price.
OriginalPrice - Class in com.amilesend.discogs.model.marketplace.type
Describes the original price for a listing.
OriginalPrice.OriginalPriceBuilder - Class in com.amilesend.discogs.model.marketplace.type
 

P

page(Integer) - Method in class com.amilesend.discogs.model.PaginatedRequestBase.PaginatedRequestBaseBuilder
The page specifier.
page(Integer) - Method in class com.amilesend.discogs.model.PaginatedResponseBase.Pagination.PaginationBuilder
The page number associated with the results.
pages(Integer) - Method in class com.amilesend.discogs.model.PaginatedResponseBase.Pagination.PaginationBuilder
The total number of pages available.
PaginatedRequestBase - Class in com.amilesend.discogs.model
Base class to define requests that support pagination.
PaginatedRequestBase.PaginatedRequestBaseBuilder<C,B> - Class in com.amilesend.discogs.model
 
PaginatedRequestBaseBuilder() - Constructor for class com.amilesend.discogs.model.PaginatedRequestBase.PaginatedRequestBaseBuilder
 
PaginatedResponseBase<T> - Class in com.amilesend.discogs.model
Defines a paginated response with a limited set of results.
PaginatedResponseBase.PaginatedResponseBaseBuilder<T,C,B> - Class in com.amilesend.discogs.model
 
PaginatedResponseBase.Pagination - Class in com.amilesend.discogs.model
Describes the pagination information for a response.
PaginatedResponseBase.Pagination.PaginationBuilder - Class in com.amilesend.discogs.model
 
PaginatedResponseBaseBuilder() - Constructor for class com.amilesend.discogs.model.PaginatedResponseBase.PaginatedResponseBaseBuilder
 
pagination(PaginatedResponseBase.Pagination) - Method in class com.amilesend.discogs.model.PaginatedResponseBase.PaginatedResponseBaseBuilder
The pagination information.
parentLabel(LabelResource) - Method in class com.amilesend.discogs.model.database.GetLabelInformationResponse.GetLabelInformationResponseBuilder
Parent label information.
parseBodyResponse(String) - Static method in class com.amilesend.discogs.connection.auth.oauth.AccessTokenResponse
Parses a service response message body to extract and build an AccessTokenResponse.
parseBodyResponse(String) - Static method in class com.amilesend.discogs.connection.auth.oauth.RequestTokenResponse
Parses a service response message body to extract and build a RequestTokenResponse.
PathParameter - Annotation Type in com.amilesend.discogs.model
Annotation to indicate that an attribute is a path parameter.
payment(String) - Method in class com.amilesend.discogs.model.marketplace.type.Seller.SellerBuilder
Supported payment method.
PAYMENT_PENDING - Enum constant in enum com.amilesend.discogs.model.marketplace.type.OrderStatus
 
PAYMENT_RECEIVED - Enum constant in enum com.amilesend.discogs.model.marketplace.type.OrderStatus
 
perPage(Integer) - Method in class com.amilesend.discogs.model.PaginatedRequestBase.PaginatedRequestBaseBuilder
The number of items to include per paginated response.
perPage(Integer) - Method in class com.amilesend.discogs.model.PaginatedResponseBase.Pagination.PaginationBuilder
The number of items per page.
POOR - Enum constant in enum com.amilesend.discogs.model.marketplace.type.Condition
 
POOR - Enum constant in enum com.amilesend.discogs.model.marketplace.type.SleeveCondition
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.collection.AddToFolderRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.collection.ChangeReleaseRatingRequest
The folder identifier that you want to move the instance to (optional).
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.collection.CreateFolderRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.collection.DeleteFolderRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.collection.DeleteInstanceRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.collection.EditInstanceFieldRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.collection.GetCollectionItemsByFolderRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.collection.GetCollectionItemsByReleaseRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.collection.GetCollectionValueRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.collection.GetCustomFieldsRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.collection.GetFolderRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.collection.GetFoldersRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.collection.MoveReleaseRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.collection.RenameFolderRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.database.DeleteUserReleaseRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.database.GetArtistInformationRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.database.GetArtistReleasesRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.database.GetCommunityReleaseRatingRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.database.GetLabelInformationRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.database.GetLabelReleasesRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.database.GetMasterReleaseRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.database.GetMasterReleaseVersionsRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.database.GetReleaseRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.database.GetUserReleaseRatingRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.database.SearchRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.database.UpdateUserReleaseRatingRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.identity.EditUserProfileRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.identity.GetUserContributionsRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.identity.GetUserProfileRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.identity.GetUserSubmissionsRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.inventory.DownloadInventoryExportRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.inventory.GetExportRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.inventory.GetUploadRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.inventory.type.InventoryRequestBase
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.lists.GetUserListRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.lists.GetUserListsRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.marketplace.AddOrderMessageRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.marketplace.CreateListingRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.marketplace.DeleteListingRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.marketplace.GetFeeRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.marketplace.GetInventoryRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.marketplace.GetListingRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.marketplace.GetOrderMessagesRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.marketplace.GetOrderRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.marketplace.GetOrdersRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.marketplace.GetPriceSuggestionsRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.marketplace.GetReleaseStatisticsRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.marketplace.UpdateListingRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.marketplace.UpdateOrderRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.PaginatedRequestBase
 
populateQueryParameters(HttpUrl.Builder) - Method in interface com.amilesend.discogs.model.QueryParameterBasedRequest
Helper method to populate query parameters of a HttpUrl.Builder.
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.wantlist.AddReleaseToWantListRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.wantlist.DeleteReleaseFormWantListRequest
 
populateQueryParameters(HttpUrl.Builder) - Method in class com.amilesend.discogs.model.wantlist.GetWantListRequest
 
port(int) - Method in class com.amilesend.discogs.connection.auth.oauth.OAuthReceiver.OAuthReceiverBuilder
 
position(Integer) - Method in class com.amilesend.discogs.model.collection.type.Field.FieldBuilder
The position.
position(String) - Method in class com.amilesend.discogs.model.database.type.TrackInformation.TrackInformationBuilder
The track listing position.
PositiveIntValidator - Class in com.amilesend.discogs.csv.validation
Validates tha a number is defined and positive.
PositiveIntValidator(boolean) - Constructor for class com.amilesend.discogs.csv.validation.PositiveIntValidator
 
posted(LocalDateTime) - Method in class com.amilesend.discogs.model.marketplace.type.Listing.ListingBuilder
The listing posted timestamp.
PostResponse - Class in com.amilesend.discogs.model
The response associated with post operations (i.e., AddFavorite and AddWatchlist).
PostResponse.PostResponseBuilder<C,B> - Class in com.amilesend.discogs.model
 
PostResponseBuilder() - Constructor for class com.amilesend.discogs.model.PostResponse.PostResponseBuilder
 
price(double) - Method in class com.amilesend.discogs.model.marketplace.CreateListingRequest.CreateListingRequestBuilder
The price in the seller's currency (required).
price(double) - Method in class com.amilesend.discogs.model.marketplace.GetFeeRequest.GetFeeRequestBuilder
The price (required).
price(Price) - Method in class com.amilesend.discogs.model.marketplace.type.Listing.ListingBuilder
The price.
price(Price) - Method in class com.amilesend.discogs.model.marketplace.type.OrderItem.OrderItemBuilder
The price.
price(Double) - Method in class com.amilesend.discogs.csv.type.InventoryRecord.InventoryRecordBuilder
The price (required).
Price - Class in com.amilesend.discogs.model.marketplace.type
Describes the price of an item.
PRICE - Enum constant in enum com.amilesend.discogs.csv.type.InventoryHeader
 
PRICE - Enum constant in enum com.amilesend.discogs.model.marketplace.GetInventoryRequest.Sort
 
Price.PriceBuilder<C,B> - Class in com.amilesend.discogs.model.marketplace.type
 
PriceBuilder() - Constructor for class com.amilesend.discogs.model.marketplace.type.Price.PriceBuilder
 
priceSuggestions(Map) - Method in class com.amilesend.discogs.model.marketplace.GetPriceSuggestionsResponse.GetPriceSuggestionsResponseBuilder
 
PriceValidator - Class in com.amilesend.discogs.csv.validation
Validates a price.
PriceValidator() - Constructor for class com.amilesend.discogs.csv.validation.PriceValidator
 
profile(String) - Method in class com.amilesend.discogs.model.database.GetLabelInformationResponse.GetLabelInformationResponseBuilder
Profile description.
profile(String) - Method in class com.amilesend.discogs.model.database.type.ArtistInformation.ArtistInformationBuilder
The artist profile description.
profile(String) - Method in class com.amilesend.discogs.model.identity.EditUserProfileRequest.EditUserProfileRequestBuilder
The user's profile summary (optional).
profile(String) - Method in class com.amilesend.discogs.model.identity.type.UserProfile.UserProfileBuilder
User profile description.

Q

qty(Integer) - Method in class com.amilesend.discogs.model.type.Format.FormatBuilder
The quantity.
qty(String) - Method in class com.amilesend.discogs.model.database.type.SearchResultFormat.SearchResultFormatBuilder
The quantity.
quantity(Integer) - Method in class com.amilesend.discogs.model.marketplace.type.Listing.ListingBuilder
The total quantity available (only visible to the inventory owner).
query(String) - Method in class com.amilesend.discogs.model.database.SearchRequest.SearchRequestBuilder
The search query (optional).
QUERY_PARAM_NAME - Static variable in enum com.amilesend.discogs.model.collection.GetCollectionItemsByFolderRequest.Sort
 
QUERY_PARAM_NAME - Static variable in enum com.amilesend.discogs.model.database.GetArtistReleasesRequest.Sort
The query parameter attribute name.
QUERY_PARAM_NAME - Static variable in enum com.amilesend.discogs.model.database.GetMasterReleaseVersionsRequest.Sort
The query parameter attribute name.
QUERY_PARAM_NAME - Static variable in enum com.amilesend.discogs.model.database.type.SearchType
The query parameter attribute name.
QUERY_PARAM_NAME - Static variable in enum com.amilesend.discogs.model.identity.GetUserContributionsRequest.Sort
The query parameter attribute name.
QUERY_PARAM_NAME - Static variable in enum com.amilesend.discogs.model.marketplace.GetInventoryRequest.Sort
The query parameter attribute name.
QUERY_PARAM_NAME - Static variable in enum com.amilesend.discogs.model.marketplace.GetOrdersRequest.Sort
 
QUERY_PARAM_NAME - Static variable in enum com.amilesend.discogs.model.marketplace.type.OrderStatus
 
QUERY_PARAM_NAME - Static variable in enum com.amilesend.discogs.model.type.Currency
The query parameter attribute name.
QUERY_PARAM_NAME - Static variable in enum com.amilesend.discogs.model.type.ListingStatus
The query parameter attribute name.
QUERY_PARAM_NAME - Static variable in enum com.amilesend.discogs.model.type.SortOrder
The query parameter value name.
QueryParameter - Annotation Type in com.amilesend.discogs.model
Annotation to indicate that an attribute is a query parameter.
QueryParameterBasedRequest - Interface in com.amilesend.discogs.model
Defines a request that contain parameters to be constructed as query parameters in an HTTP request.

R

RandomAlphaNumericStringGenerator - Class in com.amilesend.discogs.connection
Utility class to generate random alphanumeric values.
RandomAlphaNumericStringGenerator() - Constructor for class com.amilesend.discogs.connection.RandomAlphaNumericStringGenerator
Creates a new generator object
RandomAlphaNumericStringGenerator(byte[]) - Constructor for class com.amilesend.discogs.connection.RandomAlphaNumericStringGenerator
Creates anew generator object with the given seed.
rank(Integer) - Method in class com.amilesend.discogs.model.identity.type.UserProfile.UserProfileBuilder
The user's contributor rank stat.
rating(int) - Method in class com.amilesend.discogs.model.database.UpdateUserReleaseRatingRequest.UpdateUserReleaseRatingRequestBuilder
The rating (1-5)(required).
rating(Rating) - Method in class com.amilesend.discogs.model.database.type.CommunityReleaseRating.CommunityReleaseRatingBuilder
The rating.
rating(Rating) - Method in class com.amilesend.discogs.model.type.Community.CommunityBuilder
The community rating fo a release.
rating(Double) - Method in class com.amilesend.discogs.model.collection.ChangeReleaseRatingRequest.ChangeReleaseRatingRequestBuilder
The user rating (optional).
rating(Integer) - Method in class com.amilesend.discogs.model.collection.type.CollectionRelease.CollectionReleaseBuilder
The rating.
rating(Integer) - Method in class com.amilesend.discogs.model.database.type.UserReleaseRating.UserReleaseRatingBuilder
The user's rating.
rating(Integer) - Method in class com.amilesend.discogs.model.wantlist.AddReleaseToWantListRequest.AddReleaseToWantListRequestBuilder
The rating (1-5) for the release (optional).
rating(Integer) - Method in class com.amilesend.discogs.model.wantlist.type.WantListRelease.WantListReleaseBuilder
The rating.
rating(String) - Method in class com.amilesend.discogs.model.marketplace.type.SellerStats.SellerStatsBuilder
The seller rating.
Rating - Class in com.amilesend.discogs.model.database.type
Describes a rating.
RATING - Enum constant in enum com.amilesend.discogs.model.collection.GetCollectionItemsByFolderRequest.Sort
 
RATING - Enum constant in enum com.amilesend.discogs.model.identity.GetUserContributionsRequest.Sort
The rating.
Rating.RatingBuilder - Class in com.amilesend.discogs.model.database.type
 
ratingAvg(Double) - Method in class com.amilesend.discogs.model.identity.type.UserProfile.UserProfileBuilder
The overage rating.
recordType(InventoryRecordType) - Method in class com.amilesend.discogs.csv.InventoryCsvWriter.InventoryCsvWriterBuilder
 
refund(OrderRefund) - Method in class com.amilesend.discogs.model.marketplace.type.OrderMessage.OrderMessageBuilder
The amount refunded (if applicable).
REFUND_SENT - Enum constant in enum com.amilesend.discogs.model.marketplace.type.OrderStatus
 
registered(LocalDateTime) - Method in class com.amilesend.discogs.model.identity.type.UserProfile.UserProfileBuilder
The user's registration timestamp.
release(ListingRelease) - Method in class com.amilesend.discogs.model.marketplace.type.Listing.ListingBuilder
The release being listed.
release(OrderItem.Release) - Method in class com.amilesend.discogs.model.marketplace.type.OrderItem.OrderItemBuilder
The release information.
Release - Class in com.amilesend.discogs.model.type
Describes a release.
RELEASE - Enum constant in enum com.amilesend.discogs.model.database.type.SearchType
 
RELEASE_ID - Enum constant in enum com.amilesend.discogs.csv.type.InventoryHeader
 
Release.ReleaseBuilder<C,B> - Class in com.amilesend.discogs.model.type
 
ReleaseBuilder() - Constructor for class com.amilesend.discogs.model.type.Release.ReleaseBuilder
 
ReleaseContentBase - Class in com.amilesend.discogs.model.type
 
ReleaseContentBase.ReleaseContentBaseBuilder<C,B> - Class in com.amilesend.discogs.model.type
 
ReleaseContentBaseBuilder() - Constructor for class com.amilesend.discogs.model.type.ReleaseContentBase.ReleaseContentBaseBuilder
 
released(Integer) - Method in class com.amilesend.discogs.model.database.GetMasterReleaseVersionsRequest.GetMasterReleaseVersionsRequestBuilder
The year released.
released(String) - Method in class com.amilesend.discogs.model.database.type.MasterReleaseVersion.MasterReleaseVersionBuilder
The release date.
released(LocalDate) - Method in class com.amilesend.discogs.model.type.Release.ReleaseBuilder
The release date.
RELEASED - Enum constant in enum com.amilesend.discogs.model.database.GetMasterReleaseVersionsRequest.Sort
The release label .
releasedFormatted(String) - Method in class com.amilesend.discogs.model.type.Release.ReleaseBuilder
The release date formatted as DD Mon yyyy.
releaseId(long) - Method in class com.amilesend.discogs.model.collection.AddToFolderRequest.AddToFolderRequestBuilder
The release identifier (required).
releaseId(long) - Method in class com.amilesend.discogs.model.collection.ChangeReleaseRatingRequest.ChangeReleaseRatingRequestBuilder
The release identifier (required).
releaseId(long) - Method in class com.amilesend.discogs.model.collection.DeleteInstanceRequest.DeleteInstanceRequestBuilder
The release identifier (required).
releaseId(long) - Method in class com.amilesend.discogs.model.collection.EditInstanceFieldRequest.EditInstanceFieldRequestBuilder
The release identifier (required).
releaseId(long) - Method in class com.amilesend.discogs.model.collection.GetCollectionItemsByReleaseRequest.GetCollectionItemsByReleaseRequestBuilder
The release identifier (required).
releaseId(long) - Method in class com.amilesend.discogs.model.collection.MoveReleaseRequest.MoveReleaseRequestBuilder
The release identifier (required).
releaseId(long) - Method in class com.amilesend.discogs.model.database.DeleteUserReleaseRequest.DeleteUserReleaseRequestBuilder
The release identifier (required).
releaseId(long) - Method in class com.amilesend.discogs.model.database.GetCommunityReleaseRatingRequest.GetCommunityReleaseRatingRequestBuilder
The release identifier (required).
releaseId(long) - Method in class com.amilesend.discogs.model.database.GetReleaseRequest.GetReleaseRequestBuilder
The release identifier (required).
releaseId(long) - Method in class com.amilesend.discogs.model.database.GetUserReleaseRatingRequest.GetUserReleaseRatingRequestBuilder
The release identifier (required).
releaseId(long) - Method in class com.amilesend.discogs.model.database.UpdateUserReleaseRatingRequest.UpdateUserReleaseRatingRequestBuilder
The release identifier (required).
releaseId(long) - Method in class com.amilesend.discogs.model.marketplace.CreateListingRequest.CreateListingRequestBuilder
The release identifier (required).
releaseId(long) - Method in class com.amilesend.discogs.model.marketplace.GetPriceSuggestionsRequest.GetPriceSuggestionsRequestBuilder
The release identifier (required).
releaseId(long) - Method in class com.amilesend.discogs.model.marketplace.GetReleaseStatisticsRequest.GetReleaseStatisticsRequestBuilder
The release identifier (required).
releaseId(long) - Method in class com.amilesend.discogs.model.wantlist.AddReleaseToWantListRequest.AddReleaseToWantListRequestBuilder
The release identifier (required).
releaseId(long) - Method in class com.amilesend.discogs.model.wantlist.DeleteReleaseFormWantListRequest.DeleteReleaseFormWantListRequestBuilder
The release identifier (required).
releaseId(Integer) - Method in class com.amilesend.discogs.csv.type.InventoryRecord.InventoryRecordBuilder
The release identifier (required).
releaseId(Long) - Method in class com.amilesend.discogs.model.database.type.CommunityReleaseRating.CommunityReleaseRatingBuilder
The release identifier.
releaseId(Long) - Method in class com.amilesend.discogs.model.database.type.UserReleaseRating.UserReleaseRatingBuilder
The release identifier.
ReleaseIdentifier - Class in com.amilesend.discogs.model.type
Describes the identifier associated with a release (e.g., barcodes, etc.).
ReleaseIdentifier.ReleaseIdentifierBuilder - Class in com.amilesend.discogs.model.type
 
releaseLock() - Method in class com.amilesend.discogs.connection.auth.oauth.OAuthReceiverCallback
Releases the lock.
releases(List) - Method in class com.amilesend.discogs.model.collection.GetCollectionItemsByFolderResponse.GetCollectionItemsByFolderResponseBuilder
The list of items for the release.
releases(List) - Method in class com.amilesend.discogs.model.collection.GetCollectionItemsByReleaseResponse.GetCollectionItemsByReleaseResponseBuilder
The list of items for the release.
releases(List) - Method in class com.amilesend.discogs.model.database.GetArtistReleasesResponse.GetArtistReleasesResponseBuilder
The list of releases.
releases(List) - Method in class com.amilesend.discogs.model.database.GetLabelReleasesResponse.GetLabelReleasesResponseBuilder
The list of releases.
releases(List) - Method in class com.amilesend.discogs.model.identity.GetUserSubmissionsResponse.UserSubmissions.UserSubmissionsBuilder
The list of releases.
releasesContributed(Integer) - Method in class com.amilesend.discogs.model.identity.type.UserProfile.UserProfileBuilder
The number of contributed releases.
releasesUrl(String) - Method in class com.amilesend.discogs.model.database.GetLabelInformationResponse.GetLabelInformationResponseBuilder
The api URL for the associated releases.
releasesUrl(String) - Method in class com.amilesend.discogs.model.database.type.ArtistInformation.ArtistInformationBuilder
The releases website URI.
releasesUrl(String) - Method in class com.amilesend.discogs.model.identity.type.SubmissionArtist.SubmissionArtistBuilder
The URL for the artist's releases.
releaseTitle(String) - Method in class com.amilesend.discogs.model.database.SearchRequest.SearchRequestBuilder
The release title (optional).
renameFolder(RenameFolderRequest) - Method in class com.amilesend.discogs.api.UserCollectionApi
Renames a folder within a user's collection.
RenameFolderRequest - Class in com.amilesend.discogs.model.collection
The request to rename an existing folder within a user's collection.
RenameFolderRequest.RenameFolderRequestBuilder - Class in com.amilesend.discogs.model.collection
 
RenameFolderResponse - Class in com.amilesend.discogs.model.collection
The response that describes the renamed folder in the user's collection.
RenameFolderResponse.RenameFolderResponseBuilder<C,B> - Class in com.amilesend.discogs.model.collection
 
RenameFolderResponseBuilder() - Constructor for class com.amilesend.discogs.model.collection.RenameFolderResponse.RenameFolderResponseBuilder
 
RequestTokenResponse - Class in com.amilesend.discogs.connection.auth.oauth
Describes the response during the OAuth flow when requesting the request token that is used during the handshake to request permission from the user to grant the application access.
RequestTokenResponse.RequestTokenResponseBuilder - Class in com.amilesend.discogs.connection.auth.oauth
 
requestTokenUrl(String) - Method in class com.amilesend.discogs.connection.auth.OAuthManager.OAuthManagerBuilder
 
Resource<K,T> - Class in com.amilesend.discogs.model
Base class for a resource that defines a unique identifier.
Resource.ResourceBuilder<K,T,C,B> - Class in com.amilesend.discogs.model
 
ResourceBuilder() - Constructor for class com.amilesend.discogs.model.Resource.ResourceBuilder
 
resourceUrl(String) - Method in class com.amilesend.discogs.model.collection.AddToFolderResponse.AddToFolderResponseBuilder
The resource website URL.
resourceUrl(String) - Method in class com.amilesend.discogs.model.database.type.Image.ImageBuilder
The resource URL.
resourceUrl(String) - Method in class com.amilesend.discogs.model.marketplace.CreateListingResponse.CreateListingResponseBuilder
The website URL for the listing.
resourceUrl(String) - Method in class com.amilesend.discogs.model.Resource.ResourceBuilder
The resource URL.
resourceUrl(String) - Method in class com.amilesend.discogs.model.type.CommunityMember.CommunityMemberBuilder
The user's resource URL.
results(String) - Method in class com.amilesend.discogs.model.inventory.type.UploadItem.UploadItemBuilder
Information about the processed CSV upload.
results(List) - Method in class com.amilesend.discogs.model.database.SearchResponse.SearchResponseBuilder
The search results.
role(String) - Method in class com.amilesend.discogs.model.database.GetArtistReleasesResponse.ArtistRelease.ArtistReleaseBuilder
The role.
role(String) - Method in class com.amilesend.discogs.model.type.Artist.ArtistBuilder
The role in the release/master/label.
row(Integer) - Method in class com.amilesend.discogs.csv.validation.ValidationException.Descriptor.DescriptorBuilder
 

S

search(SearchRequest) - Method in class com.amilesend.discogs.api.DatabaseApi
Searches for masters, releases, artists, and labels.
SearchRequest - Class in com.amilesend.discogs.model.database
The request to search for resources
SearchRequest.SearchRequestBuilder<C,B> - Class in com.amilesend.discogs.model.database
 
SearchRequestBuilder() - Constructor for class com.amilesend.discogs.model.database.SearchRequest.SearchRequestBuilder
 
SearchResponse - Class in com.amilesend.discogs.model.database
Defines the list of results for a search.
SearchResponse.SearchResponseBuilder<C,B> - Class in com.amilesend.discogs.model.database
 
SearchResponseBuilder() - Constructor for class com.amilesend.discogs.model.database.SearchResponse.SearchResponseBuilder
 
SearchResponseCreator - Class in com.amilesend.discogs.parse.creator
A custom InstanceCreator implementation that injects the DiscogsConnection to the resource type so that method operations can be performed on the SearchResponse resource.
SearchResponseCreator(DiscogsConnection) - Constructor for class com.amilesend.discogs.parse.creator.SearchResponseCreator
Creates a new SearchResponseCreator instance.
SearchResult - Class in com.amilesend.discogs.model.database.type
Defines a search result.
SearchResult.SearchResultBuilder<C,B> - Class in com.amilesend.discogs.model.database.type
 
SearchResultBuilder() - Constructor for class com.amilesend.discogs.model.database.type.SearchResult.SearchResultBuilder
 
SearchResultFormat - Class in com.amilesend.discogs.model.database.type
Describes a format for a search result.
SearchResultFormat.SearchResultFormatBuilder - Class in com.amilesend.discogs.model.database.type
 
SearchResultStat - Class in com.amilesend.discogs.model.database.type
Describes the search result stats.
SearchResultStat.SearchResultStatBuilder - Class in com.amilesend.discogs.model.database.type
 
SearchResultUserData - Class in com.amilesend.discogs.model.database.type
User data associated with a search result.
SearchResultUserData.SearchResultUserDataBuilder - Class in com.amilesend.discogs.model.database.type
 
SearchType - Enum in com.amilesend.discogs.model.database.type
Defines the resource types to search for
SearchTypeAdapter - Class in com.amilesend.discogs.parse.adapter
GSON adapter to format and serializes SearchType objects.
SearchTypeAdapter() - Constructor for class com.amilesend.discogs.parse.adapter.SearchTypeAdapter
 
secret(String) - Method in class com.amilesend.discogs.connection.auth.oauth.RequestTokenResponse.RequestTokenResponseBuilder
The associated token secret.
SEK - Enum constant in enum com.amilesend.discogs.model.type.Currency
 
seller(Seller) - Method in class com.amilesend.discogs.model.marketplace.type.Listing.ListingBuilder
The seller.
seller(Seller) - Method in class com.amilesend.discogs.model.marketplace.type.Order.OrderBuilder
The seller information.
Seller - Class in com.amilesend.discogs.model.marketplace.type
Describes a seller resource.
Seller.SellerBuilder<C,B> - Class in com.amilesend.discogs.model.marketplace.type
 
SellerBuilder() - Constructor for class com.amilesend.discogs.model.marketplace.type.Seller.SellerBuilder
 
sellerNumRatings(Integer) - Method in class com.amilesend.discogs.model.identity.type.UserProfile.UserProfileBuilder
The number of total seller ratings.
sellerRating(Double) - Method in class com.amilesend.discogs.model.identity.type.UserProfile.UserProfileBuilder
The user's seller rating.
sellerRatingStars(Integer) - Method in class com.amilesend.discogs.model.identity.type.UserProfile.UserProfileBuilder
The user's seller star rating.
SellerStats - Class in com.amilesend.discogs.model.marketplace.type
Describes seller statistics.
SellerStats.SellerStatsBuilder - Class in com.amilesend.discogs.model.marketplace.type
 
serialize(SearchType, Type, JsonSerializationContext) - Method in class com.amilesend.discogs.parse.adapter.SearchTypeAdapter
 
serialize(Condition, Type, JsonSerializationContext) - Method in class com.amilesend.discogs.parse.adapter.ConditionAdapter
 
serialize(SleeveCondition, Type, JsonSerializationContext) - Method in class com.amilesend.discogs.parse.adapter.SleeveConditionAdapter
 
serialize(ListingStatus, Type, JsonSerializationContext) - Method in class com.amilesend.discogs.parse.adapter.ListingStatusAdapter
 
serialize(LocalDate, Type, JsonSerializationContext) - Method in class com.amilesend.discogs.parse.adapter.LocalDateTypeAdapter
 
serialize(LocalDateTime, Type, JsonSerializationContext) - Method in class com.amilesend.discogs.parse.adapter.LocalDateTimeTypeAdapter
 
serialize(LocalTime, Type, JsonSerializationContext) - Method in class com.amilesend.discogs.parse.adapter.LocalTimeTypeAdapter
 
series(List) - Method in class com.amilesend.discogs.model.type.Release.ReleaseBuilder
List of associated series.
SHIPPED - Enum constant in enum com.amilesend.discogs.model.marketplace.type.OrderStatus
 
shipping(ShippingChargeAmount) - Method in class com.amilesend.discogs.model.marketplace.type.Order.OrderBuilder
The shipping charge information.
shipping(Double) - Method in class com.amilesend.discogs.model.marketplace.UpdateOrderRequest.UpdateOrderRequestBuilder
The updated shipping amount (optional).
shipping(String) - Method in class com.amilesend.discogs.model.marketplace.type.Seller.SellerBuilder
Shipping information for the seller.
shippingAddress(String) - Method in class com.amilesend.discogs.model.marketplace.type.Order.OrderBuilder
The shipping address.
ShippingChargeAmount - Class in com.amilesend.discogs.model.marketplace.type
The shipping information for an Order.
ShippingChargeAmount.ShippingChargeAmountBuilder<C,B> - Class in com.amilesend.discogs.model.marketplace.type
 
ShippingChargeAmountBuilder() - Constructor for class com.amilesend.discogs.model.marketplace.type.ShippingChargeAmount.ShippingChargeAmountBuilder
 
shipsFrom(String) - Method in class com.amilesend.discogs.model.marketplace.type.Listing.ListingBuilder
Where the item is shipped from.
sizeBytes(long) - Method in class com.amilesend.discogs.model.inventory.type.DownloadInformation.DownloadInformationBuilder
The file size in bytes.
SLEEVE_CONDITION - Enum constant in enum com.amilesend.discogs.csv.type.InventoryHeader
 
sleeveCondition(SleeveCondition) - Method in class com.amilesend.discogs.csv.type.InventoryRecord.InventoryRecordBuilder
The sleeve condition (optional).
sleeveCondition(SleeveCondition) - Method in class com.amilesend.discogs.model.marketplace.CreateListingRequest.CreateListingRequestBuilder
The sleeve condition of the listing item (optional).
sleeveCondition(SleeveCondition) - Method in class com.amilesend.discogs.model.marketplace.type.Listing.ListingBuilder
Describes the packaging condition.
SleeveCondition - Enum in com.amilesend.discogs.model.marketplace.type
 
SleeveConditionAdapter - Class in com.amilesend.discogs.parse.adapter
GSON adapter to format and serializes SleeveCondition objects.
SleeveConditionAdapter() - Constructor for class com.amilesend.discogs.parse.adapter.SleeveConditionAdapter
 
SleeveConditionValidator - Class in com.amilesend.discogs.csv.validation
Validates a sleeve condition attribute.
SleeveConditionValidator() - Constructor for class com.amilesend.discogs.csv.validation.SleeveConditionValidator
 
sort(GetCollectionItemsByFolderRequest.Sort) - Method in class com.amilesend.discogs.model.collection.GetCollectionItemsByFolderRequest.GetCollectionItemsByFolderRequestBuilder
The attribute to sort on (optional).
sort(GetArtistReleasesRequest.Sort) - Method in class com.amilesend.discogs.model.database.GetArtistReleasesRequest.GetArtistReleasesRequestBuilder
Defines which attribute to sort on (optional).
sort(GetMasterReleaseVersionsRequest.Sort) - Method in class com.amilesend.discogs.model.database.GetMasterReleaseVersionsRequest.GetMasterReleaseVersionsRequestBuilder
Sort by specific attributes.
sort(GetUserContributionsRequest.Sort) - Method in class com.amilesend.discogs.model.identity.GetUserContributionsRequest.GetUserContributionsRequestBuilder
The attribute to sort on (optional).
sort(GetInventoryRequest.Sort) - Method in class com.amilesend.discogs.model.marketplace.GetInventoryRequest.GetInventoryRequestBuilder
The attribute to sort on (optional).
sort(GetOrdersRequest.Sort) - Method in class com.amilesend.discogs.model.marketplace.GetOrdersRequest.GetOrdersRequestBuilder
The attribute to sort on (optional).
sortOrder(SortOrder) - Method in class com.amilesend.discogs.model.collection.GetCollectionItemsByFolderRequest.GetCollectionItemsByFolderRequestBuilder
The sort order (optional).
sortOrder(SortOrder) - Method in class com.amilesend.discogs.model.database.GetArtistReleasesRequest.GetArtistReleasesRequestBuilder
Defines the sort order (optional).
sortOrder(SortOrder) - Method in class com.amilesend.discogs.model.database.GetMasterReleaseVersionsRequest.GetMasterReleaseVersionsRequestBuilder
The sort order.
sortOrder(SortOrder) - Method in class com.amilesend.discogs.model.identity.GetUserContributionsRequest.GetUserContributionsRequestBuilder
The sort order (optional).
sortOrder(SortOrder) - Method in class com.amilesend.discogs.model.marketplace.GetInventoryRequest.GetInventoryRequestBuilder
The sort order (optional).
sortOrder(SortOrder) - Method in class com.amilesend.discogs.model.marketplace.GetOrdersRequest.GetOrdersRequestBuilder
The sort order (optional).
SortOrder - Enum in com.amilesend.discogs.model.type
Defines the types of sort order options used for requests.
stars(Double) - Method in class com.amilesend.discogs.model.marketplace.type.SellerStats.SellerStatsBuilder
The seller stars.
start() - Method in class com.amilesend.discogs.connection.auth.oauth.OAuthReceiver
Starts the HTTP server to handle OAuth callbacks.
Stat - Class in com.amilesend.discogs.model.database.type
Describes a stat for a master/release.
Stat.StatBuilder - Class in com.amilesend.discogs.model.database.type
 
stats(Stats) - Method in class com.amilesend.discogs.model.database.GetArtistReleasesResponse.ArtistRelease.ArtistReleaseBuilder
The stats associated with the release.
stats(Stats) - Method in class com.amilesend.discogs.model.database.GetLabelReleasesResponse.LabelRelease.LabelReleaseBuilder
The stats associated with the release.
stats(Stats) - Method in class com.amilesend.discogs.model.database.type.MasterReleaseVersion.MasterReleaseVersionBuilder
The stats for the release version.
stats(Stats) - Method in class com.amilesend.discogs.model.marketplace.type.ListingRelease.ListingReleaseBuilder
The associated status for the release.
stats(SellerStats) - Method in class com.amilesend.discogs.model.marketplace.type.Seller.SellerBuilder
Seller statistics.
Stats - Class in com.amilesend.discogs.model.database.type
Describes statistics for a master/release.
Stats.StatsBuilder - Class in com.amilesend.discogs.model.database.type
 
status(OrderStatus) - Method in class com.amilesend.discogs.model.marketplace.GetOrdersRequest.GetOrdersRequestBuilder
The order status (optional).
status(OrderStatus) - Method in class com.amilesend.discogs.model.marketplace.type.Order.OrderBuilder
The order status.
status(ListingStatus) - Method in class com.amilesend.discogs.model.marketplace.CreateListingRequest.CreateListingRequestBuilder
The listing status (required).
status(ListingStatus) - Method in class com.amilesend.discogs.model.marketplace.type.Listing.ListingBuilder
The listing status.
status(String) - Method in class com.amilesend.discogs.model.database.GetArtistReleasesResponse.ArtistRelease.ArtistReleaseBuilder
The entry status.
status(String) - Method in class com.amilesend.discogs.model.database.GetLabelReleasesResponse.LabelRelease.LabelReleaseBuilder
The entry status.
status(String) - Method in class com.amilesend.discogs.model.database.type.MasterReleaseVersion.MasterReleaseVersionBuilder
The entry status.
status(String) - Method in class com.amilesend.discogs.model.inventory.type.ExportItem.ExportItemBuilder
The export status.
status(String) - Method in class com.amilesend.discogs.model.inventory.type.UploadItem.UploadItemBuilder
The export status.
status(String) - Method in class com.amilesend.discogs.model.marketplace.AddOrderMessageRequest.AddOrderMessageRequestBuilder
The status (optional).
status(String) - Method in class com.amilesend.discogs.model.marketplace.GetInventoryRequest.GetInventoryRequestBuilder
The items status (e.g., "for sale") (optional).
status(String) - Method in class com.amilesend.discogs.model.type.Community.CommunityBuilder
The status.
status(String) - Method in class com.amilesend.discogs.model.type.Release.ReleaseBuilder
Release entry status.
STATUS - Enum constant in enum com.amilesend.discogs.model.marketplace.GetInventoryRequest.Sort
 
STATUS - Enum constant in enum com.amilesend.discogs.model.marketplace.GetOrdersRequest.Sort
 
statusCode(Integer) - Method in class com.amilesend.discogs.model.PostResponse.PostResponseBuilder
The HTTP status code associated with the request.
statusMessage(String) - Method in class com.amilesend.discogs.model.PostResponse.PostResponseBuilder
The status message associated with the request.
stop() - Method in class com.amilesend.discogs.connection.auth.oauth.OAuthReceiver
Stops the running HTTP server.
style(String) - Method in class com.amilesend.discogs.model.database.SearchRequest.SearchRequestBuilder
Style (optional).
style(List) - Method in class com.amilesend.discogs.model.database.type.SearchResult.SearchResultBuilder
The music style.
styles(List) - Method in class com.amilesend.discogs.model.type.BasicInformation.BasicInformationBuilder
The list of styles.
styles(List) - Method in class com.amilesend.discogs.model.type.ReleaseContentBase.ReleaseContentBaseBuilder
List of musical styles.
subject(String) - Method in class com.amilesend.discogs.model.marketplace.type.OrderMessage.OrderMessageBuilder
The message subject.
subLabels(List) - Method in class com.amilesend.discogs.model.database.GetLabelInformationResponse.GetLabelInformationResponseBuilder
List of sub-labels associated with this label.
SubmissionArtist - Class in com.amilesend.discogs.model.identity.type
Describes an artist associated with a submission.
SubmissionArtist.SubmissionArtistBuilder<C,B> - Class in com.amilesend.discogs.model.identity.type
 
SubmissionArtistBuilder() - Constructor for class com.amilesend.discogs.model.identity.type.SubmissionArtist.SubmissionArtistBuilder
 
submissions(GetUserSubmissionsResponse.UserSubmissions) - Method in class com.amilesend.discogs.model.identity.GetUserSubmissionsResponse.GetUserSubmissionsResponseBuilder
The user submissions.
submitter(CommunityMember) - Method in class com.amilesend.discogs.model.type.Community.CommunityBuilder
The original submitter for the resource.
submitter(String) - Method in class com.amilesend.discogs.model.database.SearchRequest.SearchRequestBuilder
The submitter username (optional).
successLandingPageUrl(String) - Method in class com.amilesend.discogs.connection.auth.oauth.OAuthReceiver.OAuthReceiverBuilder
 
successLandingPageUrl(String) - Method in class com.amilesend.discogs.connection.auth.oauth.OAuthReceiverCallback.OAuthReceiverCallbackBuilder
 

T

text(String) - Method in class com.amilesend.discogs.model.database.type.SearchResultFormat.SearchResultFormatBuilder
The format text descriptor.
TEXT_CSV_TYPE - Static variable in class com.amilesend.discogs.connection.DiscogsConnection
 
thumb(String) - Method in class com.amilesend.discogs.model.database.GetArtistReleasesResponse.ArtistRelease.ArtistReleaseBuilder
The thumbnail image URL.
thumb(String) - Method in class com.amilesend.discogs.model.database.GetLabelReleasesResponse.LabelRelease.LabelReleaseBuilder
The thumbnail image URL.
thumb(String) - Method in class com.amilesend.discogs.model.database.type.MasterReleaseVersion.MasterReleaseVersionBuilder
The thumbnail URL.
thumb(String) - Method in class com.amilesend.discogs.model.database.type.SearchResult.SearchResultBuilder
Thumbnail URL.
thumb(String) - Method in class com.amilesend.discogs.model.type.BasicInformation.BasicInformationBuilder
The image thumbnail URL.
thumb(String) - Method in class com.amilesend.discogs.model.type.ReleaseContentBase.ReleaseContentBaseBuilder
The URL of the thumbnail image.
thumbnail(String) - Method in class com.amilesend.discogs.model.marketplace.type.ListingRelease.ListingReleaseBuilder
The thumbnail image URL.
thumbnailUrl(String) - Method in class com.amilesend.discogs.model.NamedResource.NamedResourceBuilder
The URL for the associated thumbnail image.
thumbnailUrl(String) - Method in class com.amilesend.discogs.model.type.Artist.ArtistBuilder
The image URL for the thumbnail.
timestamp(LocalDateTime) - Method in class com.amilesend.discogs.model.marketplace.type.OrderMessage.OrderMessageBuilder
The message timestamp.
title(String) - Method in class com.amilesend.discogs.model.database.GetArtistReleasesResponse.ArtistRelease.ArtistReleaseBuilder
The title.
title(String) - Method in class com.amilesend.discogs.model.database.GetLabelReleasesResponse.LabelRelease.LabelReleaseBuilder
The title.
title(String) - Method in class com.amilesend.discogs.model.database.SearchRequest.SearchRequestBuilder
The title (optional).
title(String) - Method in class com.amilesend.discogs.model.database.type.MasterReleaseVersion.MasterReleaseVersionBuilder
The title.
title(String) - Method in class com.amilesend.discogs.model.database.type.SearchResult.SearchResultBuilder
The title.
title(String) - Method in class com.amilesend.discogs.model.database.type.TrackInformation.TrackInformationBuilder
The track title.
title(String) - Method in class com.amilesend.discogs.model.database.type.Video.VideoBuilder
The video title.
title(String) - Method in class com.amilesend.discogs.model.marketplace.type.ListingRelease.ListingReleaseBuilder
The title.
title(String) - Method in class com.amilesend.discogs.model.type.BasicInformation.BasicInformationBuilder
The release title.
title(String) - Method in class com.amilesend.discogs.model.type.ReleaseContentBase.ReleaseContentBaseBuilder
The release title.
TITLE - Enum constant in enum com.amilesend.discogs.model.collection.GetCollectionItemsByFolderRequest.Sort
 
TITLE - Enum constant in enum com.amilesend.discogs.model.database.GetArtistReleasesRequest.Sort
The release title.
TITLE - Enum constant in enum com.amilesend.discogs.model.database.GetMasterReleaseVersionsRequest.Sort
The release title.
TITLE - Enum constant in enum com.amilesend.discogs.model.identity.GetUserContributionsRequest.Sort
The release title.
toCsvRow(List, InventoryRecordType) - Method in class com.amilesend.discogs.csv.type.InventoryRecord
Converts the record to a list of String values that represents the row.
toJson() - Method in interface com.amilesend.discogs.connection.auth.info.DiscogsAuthInfo
Serializes this AuthInfo to a JSON formatted string.
token(String) - Method in class com.amilesend.discogs.connection.auth.oauth.RequestTokenResponse.RequestTokenResponseBuilder
The request token.
TOKEN - Enum constant in enum com.amilesend.discogs.connection.auth.info.DiscogsAuthInfo.Type
Personal access token.
TokenAuthInfo - Class in com.amilesend.discogs.connection.auth.info
Defines the authorization information that contains an access token.
TokenAuthInfo(String) - Constructor for class com.amilesend.discogs.connection.auth.info.TokenAuthInfo
Creates a new TokenAuthInfo object.
TokenAuthManager - Class in com.amilesend.discogs.connection.auth
Authorization manager for access tokens.
TokenAuthManager(TokenAuthInfo) - Constructor for class com.amilesend.discogs.connection.auth.TokenAuthManager
 
toOAuthInfo() - Method in class com.amilesend.discogs.connection.auth.oauth.AccessTokenResponse
 
toString() - Method in class com.amilesend.discogs.connection.auth.info.KeySecretAuthInfo
 
toString() - Method in class com.amilesend.discogs.connection.auth.info.OAuthInfo
 
toString() - Method in class com.amilesend.discogs.connection.auth.info.TokenAuthInfo
 
toString() - Method in class com.amilesend.discogs.connection.auth.oauth.AccessTokenResponse.AccessTokenResponseBuilder
 
toString() - Method in class com.amilesend.discogs.connection.auth.oauth.OAuthReceiver.OAuthReceiverBuilder
 
toString() - Method in class com.amilesend.discogs.connection.auth.oauth.OAuthReceiverCallback.OAuthReceiverCallbackBuilder
 
toString() - Method in class com.amilesend.discogs.connection.auth.oauth.RequestTokenResponse.RequestTokenResponseBuilder
 
toString() - Method in class com.amilesend.discogs.connection.auth.OAuthManager.OAuthManagerBuilder
 
toString() - Method in class com.amilesend.discogs.connection.DiscogsConnection.DiscogsConnectionBuilder
 
toString() - Method in class com.amilesend.discogs.connection.http.FailureResponse.FailureResponseBuilder
 
toString() - Method in class com.amilesend.discogs.connection.http.FailureResponse
 
toString() - Method in class com.amilesend.discogs.csv.InventoryCsvWriter.InventoryCsvWriterBuilder
 
toString() - Method in class com.amilesend.discogs.csv.InventoryCsvWriter
 
toString() - Method in enum com.amilesend.discogs.csv.type.InventoryHeader
 
toString() - Method in class com.amilesend.discogs.csv.type.InventoryRecord.InventoryRecordBuilder
 
toString() - Method in class com.amilesend.discogs.csv.type.InventoryRecord
 
toString() - Method in class com.amilesend.discogs.csv.validation.ValidationException.Descriptor.DescriptorBuilder
 
toString() - Method in class com.amilesend.discogs.csv.validation.ValidationException.Descriptor
 
toString() - Method in class com.amilesend.discogs.model.collection.AddToFolderRequest.AddToFolderRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.collection.AddToFolderRequest
 
toString() - Method in class com.amilesend.discogs.model.collection.AddToFolderResponse.AddToFolderResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.collection.AddToFolderResponse
 
toString() - Method in class com.amilesend.discogs.model.collection.ChangeReleaseRatingRequest.ChangeReleaseRatingRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.collection.ChangeReleaseRatingRequest
 
toString() - Method in class com.amilesend.discogs.model.collection.CreateFolderRequest.CreateFolderRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.collection.CreateFolderRequest
 
toString() - Method in class com.amilesend.discogs.model.collection.CreateFolderResponse.CreateFolderResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.collection.CreateFolderResponse
 
toString() - Method in class com.amilesend.discogs.model.collection.DeleteFolderRequest.DeleteFolderRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.collection.DeleteFolderRequest
 
toString() - Method in class com.amilesend.discogs.model.collection.DeleteInstanceRequest.DeleteInstanceRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.collection.DeleteInstanceRequest
 
toString() - Method in class com.amilesend.discogs.model.collection.EditInstanceFieldRequest.EditInstanceFieldRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.collection.EditInstanceFieldRequest
 
toString() - Method in class com.amilesend.discogs.model.collection.GetCollectionItemsByFolderRequest.GetCollectionItemsByFolderRequestBuilder
 
toString() - Method in enum com.amilesend.discogs.model.collection.GetCollectionItemsByFolderRequest.Sort
 
toString() - Method in class com.amilesend.discogs.model.collection.GetCollectionItemsByFolderRequest
 
toString() - Method in class com.amilesend.discogs.model.collection.GetCollectionItemsByFolderResponse.GetCollectionItemsByFolderResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.collection.GetCollectionItemsByFolderResponse
 
toString() - Method in class com.amilesend.discogs.model.collection.GetCollectionItemsByReleaseRequest.GetCollectionItemsByReleaseRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.collection.GetCollectionItemsByReleaseRequest
 
toString() - Method in class com.amilesend.discogs.model.collection.GetCollectionItemsByReleaseResponse.GetCollectionItemsByReleaseResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.collection.GetCollectionItemsByReleaseResponse
 
toString() - Method in class com.amilesend.discogs.model.collection.GetCollectionValueRequest.GetCollectionValueRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.collection.GetCollectionValueRequest
 
toString() - Method in class com.amilesend.discogs.model.collection.GetCollectionValueResponse.GetCollectionValueResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.collection.GetCollectionValueResponse
 
toString() - Method in class com.amilesend.discogs.model.collection.GetCustomFieldsRequest.GetCustomFieldsRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.collection.GetCustomFieldsRequest
 
toString() - Method in class com.amilesend.discogs.model.collection.GetCustomFieldsResponse.GetCustomFieldsResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.collection.GetCustomFieldsResponse
 
toString() - Method in class com.amilesend.discogs.model.collection.GetFolderRequest.GetFolderRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.collection.GetFolderRequest
 
toString() - Method in class com.amilesend.discogs.model.collection.GetFolderResponse.GetFolderResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.collection.GetFolderResponse
 
toString() - Method in class com.amilesend.discogs.model.collection.GetFoldersRequest.GetFoldersRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.collection.GetFoldersRequest
 
toString() - Method in class com.amilesend.discogs.model.collection.GetFoldersResponse.GetFoldersResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.collection.GetFoldersResponse
 
toString() - Method in class com.amilesend.discogs.model.collection.MoveReleaseRequest.MoveReleaseRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.collection.MoveReleaseRequest
 
toString() - Method in class com.amilesend.discogs.model.collection.RenameFolderRequest.RenameFolderRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.collection.RenameFolderRequest
 
toString() - Method in class com.amilesend.discogs.model.collection.RenameFolderResponse.RenameFolderResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.collection.RenameFolderResponse
 
toString() - Method in class com.amilesend.discogs.model.collection.type.CollectionRelease.CollectionReleaseBuilder
 
toString() - Method in class com.amilesend.discogs.model.collection.type.CollectionRelease
 
toString() - Method in class com.amilesend.discogs.model.collection.type.Field.FieldBuilder
 
toString() - Method in class com.amilesend.discogs.model.collection.type.Field
 
toString() - Method in class com.amilesend.discogs.model.collection.type.Folder.FolderBuilder
 
toString() - Method in class com.amilesend.discogs.model.collection.type.Folder
 
toString() - Method in class com.amilesend.discogs.model.collection.type.Note.NoteBuilder
 
toString() - Method in class com.amilesend.discogs.model.collection.type.Note
 
toString() - Method in class com.amilesend.discogs.model.database.DeleteUserReleaseRequest.DeleteUserReleaseRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.database.DeleteUserReleaseRequest
 
toString() - Method in class com.amilesend.discogs.model.database.GetArtistInformationRequest.GetArtistInformationRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.database.GetArtistInformationRequest
 
toString() - Method in class com.amilesend.discogs.model.database.GetArtistInformationResponse.GetArtistInformationResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.database.GetArtistInformationResponse
 
toString() - Method in class com.amilesend.discogs.model.database.GetArtistReleasesRequest.GetArtistReleasesRequestBuilder
 
toString() - Method in enum com.amilesend.discogs.model.database.GetArtistReleasesRequest.Sort
 
toString() - Method in class com.amilesend.discogs.model.database.GetArtistReleasesRequest
 
toString() - Method in class com.amilesend.discogs.model.database.GetArtistReleasesResponse.ArtistRelease.ArtistReleaseBuilder
 
toString() - Method in class com.amilesend.discogs.model.database.GetArtistReleasesResponse.ArtistRelease
 
toString() - Method in class com.amilesend.discogs.model.database.GetArtistReleasesResponse.GetArtistReleasesResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.database.GetArtistReleasesResponse
 
toString() - Method in class com.amilesend.discogs.model.database.GetCommunityReleaseRatingRequest.GetCommunityReleaseRatingRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.database.GetCommunityReleaseRatingRequest
 
toString() - Method in class com.amilesend.discogs.model.database.GetCommunityReleaseRatingResponse.GetCommunityReleaseRatingResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.database.GetCommunityReleaseRatingResponse
 
toString() - Method in class com.amilesend.discogs.model.database.GetLabelInformationRequest.GetLabelInformationRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.database.GetLabelInformationRequest
 
toString() - Method in class com.amilesend.discogs.model.database.GetLabelInformationResponse.GetLabelInformationResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.database.GetLabelInformationResponse
 
toString() - Method in class com.amilesend.discogs.model.database.GetLabelReleasesRequest.GetLabelReleasesRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.database.GetLabelReleasesRequest
 
toString() - Method in class com.amilesend.discogs.model.database.GetLabelReleasesResponse.GetLabelReleasesResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.database.GetLabelReleasesResponse.LabelRelease.LabelReleaseBuilder
 
toString() - Method in class com.amilesend.discogs.model.database.GetLabelReleasesResponse.LabelRelease
 
toString() - Method in class com.amilesend.discogs.model.database.GetLabelReleasesResponse
 
toString() - Method in class com.amilesend.discogs.model.database.GetMasterReleaseRequest.GetMasterReleaseRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.database.GetMasterReleaseRequest
 
toString() - Method in class com.amilesend.discogs.model.database.GetMasterReleaseResponse.GetMasterReleaseResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.database.GetMasterReleaseResponse
 
toString() - Method in class com.amilesend.discogs.model.database.GetMasterReleaseVersionsRequest.GetMasterReleaseVersionsRequestBuilder
 
toString() - Method in enum com.amilesend.discogs.model.database.GetMasterReleaseVersionsRequest.Sort
 
toString() - Method in class com.amilesend.discogs.model.database.GetMasterReleaseVersionsRequest
 
toString() - Method in class com.amilesend.discogs.model.database.GetMasterReleaseVersionsResponse.GetMasterReleaseVersionsResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.database.GetMasterReleaseVersionsResponse
 
toString() - Method in class com.amilesend.discogs.model.database.GetReleaseRequest.GetReleaseRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.database.GetReleaseRequest
 
toString() - Method in class com.amilesend.discogs.model.database.GetReleaseResponse.GetReleaseResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.database.GetReleaseResponse
 
toString() - Method in class com.amilesend.discogs.model.database.GetUserReleaseRatingRequest.GetUserReleaseRatingRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.database.GetUserReleaseRatingRequest
 
toString() - Method in class com.amilesend.discogs.model.database.GetUserReleaseRatingResponse.GetUserReleaseRatingResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.database.GetUserReleaseRatingResponse
 
toString() - Method in class com.amilesend.discogs.model.database.SearchRequest.SearchRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.database.SearchRequest
 
toString() - Method in class com.amilesend.discogs.model.database.SearchResponse.SearchResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.database.SearchResponse
 
toString() - Method in class com.amilesend.discogs.model.database.type.Alias.AliasBuilder
 
toString() - Method in class com.amilesend.discogs.model.database.type.Alias
 
toString() - Method in class com.amilesend.discogs.model.database.type.ArtistInformation.ArtistInformationBuilder
 
toString() - Method in class com.amilesend.discogs.model.database.type.ArtistInformation
 
toString() - Method in class com.amilesend.discogs.model.database.type.CommunityReleaseRating.CommunityReleaseRatingBuilder
 
toString() - Method in class com.amilesend.discogs.model.database.type.CommunityReleaseRating
 
toString() - Method in class com.amilesend.discogs.model.database.type.Image.ImageBuilder
 
toString() - Method in class com.amilesend.discogs.model.database.type.Image
 
toString() - Method in class com.amilesend.discogs.model.database.type.LabelResource.LabelResourceBuilder
 
toString() - Method in class com.amilesend.discogs.model.database.type.LabelResource
 
toString() - Method in class com.amilesend.discogs.model.database.type.MasterRelease.MasterReleaseBuilder
 
toString() - Method in class com.amilesend.discogs.model.database.type.MasterRelease
 
toString() - Method in class com.amilesend.discogs.model.database.type.MasterReleaseVersion.MasterReleaseVersionBuilder
 
toString() - Method in class com.amilesend.discogs.model.database.type.MasterReleaseVersion
 
toString() - Method in class com.amilesend.discogs.model.database.type.Member.MemberBuilder
 
toString() - Method in class com.amilesend.discogs.model.database.type.Member
 
toString() - Method in class com.amilesend.discogs.model.database.type.Rating.RatingBuilder
 
toString() - Method in class com.amilesend.discogs.model.database.type.Rating
 
toString() - Method in class com.amilesend.discogs.model.database.type.SearchResult.SearchResultBuilder
 
toString() - Method in class com.amilesend.discogs.model.database.type.SearchResult
 
toString() - Method in class com.amilesend.discogs.model.database.type.SearchResultFormat.SearchResultFormatBuilder
 
toString() - Method in class com.amilesend.discogs.model.database.type.SearchResultFormat
 
toString() - Method in class com.amilesend.discogs.model.database.type.SearchResultStat.SearchResultStatBuilder
 
toString() - Method in class com.amilesend.discogs.model.database.type.SearchResultStat
 
toString() - Method in class com.amilesend.discogs.model.database.type.SearchResultUserData.SearchResultUserDataBuilder
 
toString() - Method in class com.amilesend.discogs.model.database.type.SearchResultUserData
 
toString() - Method in enum com.amilesend.discogs.model.database.type.SearchType
 
toString() - Method in class com.amilesend.discogs.model.database.type.Stat.StatBuilder
 
toString() - Method in class com.amilesend.discogs.model.database.type.Stat
 
toString() - Method in class com.amilesend.discogs.model.database.type.Stats.StatsBuilder
 
toString() - Method in class com.amilesend.discogs.model.database.type.Stats
 
toString() - Method in class com.amilesend.discogs.model.database.type.TrackInformation
 
toString() - Method in class com.amilesend.discogs.model.database.type.TrackInformation.TrackInformationBuilder
 
toString() - Method in class com.amilesend.discogs.model.database.type.UserReleaseRating
 
toString() - Method in class com.amilesend.discogs.model.database.type.UserReleaseRating.UserReleaseRatingBuilder
 
toString() - Method in class com.amilesend.discogs.model.database.type.Video
 
toString() - Method in class com.amilesend.discogs.model.database.type.Video.VideoBuilder
 
toString() - Method in class com.amilesend.discogs.model.database.UpdateUserReleaseRatingRequest
 
toString() - Method in class com.amilesend.discogs.model.database.UpdateUserReleaseRatingRequest.UpdateUserReleaseRatingRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.database.UpdateUserReleaseRatingResponse
 
toString() - Method in class com.amilesend.discogs.model.database.UpdateUserReleaseRatingResponse.UpdateUserReleaseRatingResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.identity.EditUserProfileRequest.EditUserProfileRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.identity.EditUserProfileRequest
 
toString() - Method in class com.amilesend.discogs.model.identity.EditUserProfileResponse.EditUserProfileResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.identity.EditUserProfileResponse
 
toString() - Method in class com.amilesend.discogs.model.identity.GetUserContributionsRequest.GetUserContributionsRequestBuilder
 
toString() - Method in enum com.amilesend.discogs.model.identity.GetUserContributionsRequest.Sort
 
toString() - Method in class com.amilesend.discogs.model.identity.GetUserContributionsRequest
 
toString() - Method in class com.amilesend.discogs.model.identity.GetUserContributionsResponse.GetUserContributionsResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.identity.GetUserContributionsResponse
 
toString() - Method in class com.amilesend.discogs.model.identity.GetUserProfileRequest.GetUserProfileRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.identity.GetUserProfileRequest
 
toString() - Method in class com.amilesend.discogs.model.identity.GetUserProfileResponse.GetUserProfileResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.identity.GetUserProfileResponse
 
toString() - Method in class com.amilesend.discogs.model.identity.GetUserSubmissionsRequest.GetUserSubmissionsRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.identity.GetUserSubmissionsRequest
 
toString() - Method in class com.amilesend.discogs.model.identity.GetUserSubmissionsResponse.GetUserSubmissionsResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.identity.GetUserSubmissionsResponse
 
toString() - Method in class com.amilesend.discogs.model.identity.GetUserSubmissionsResponse.UserSubmissions
 
toString() - Method in class com.amilesend.discogs.model.identity.GetUserSubmissionsResponse.UserSubmissions.UserSubmissionsBuilder
 
toString() - Method in class com.amilesend.discogs.model.identity.type.AuthenticatedUser.AuthenticatedUserBuilder
 
toString() - Method in class com.amilesend.discogs.model.identity.type.AuthenticatedUser
 
toString() - Method in class com.amilesend.discogs.model.identity.type.SubmissionArtist.SubmissionArtistBuilder
 
toString() - Method in class com.amilesend.discogs.model.identity.type.SubmissionArtist
 
toString() - Method in class com.amilesend.discogs.model.identity.type.UserProfile
 
toString() - Method in class com.amilesend.discogs.model.identity.type.UserProfile.UserProfileBuilder
 
toString() - Method in class com.amilesend.discogs.model.inventory.AddInventoryRequest.AddInventoryRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.inventory.AddInventoryRequest
 
toString() - Method in class com.amilesend.discogs.model.inventory.AddInventoryResponse.AddInventoryResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.inventory.AddInventoryResponse
 
toString() - Method in class com.amilesend.discogs.model.inventory.ChangeInventoryRequest.ChangeInventoryRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.inventory.ChangeInventoryRequest
 
toString() - Method in class com.amilesend.discogs.model.inventory.ChangeInventoryResponse.ChangeInventoryResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.inventory.ChangeInventoryResponse
 
toString() - Method in class com.amilesend.discogs.model.inventory.DeleteInventoryRequest.DeleteInventoryRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.inventory.DeleteInventoryRequest
 
toString() - Method in class com.amilesend.discogs.model.inventory.DeleteInventoryResponse.DeleteInventoryResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.inventory.DeleteInventoryResponse
 
toString() - Method in class com.amilesend.discogs.model.inventory.DownloadInventoryExportRequest.DownloadInventoryExportRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.inventory.DownloadInventoryExportRequest
 
toString() - Method in class com.amilesend.discogs.model.inventory.DownloadInventoryExportResponse.DownloadInventoryExportResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.inventory.DownloadInventoryExportResponse
 
toString() - Method in class com.amilesend.discogs.model.inventory.ExportInventoryResponse.ExportInventoryResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.inventory.ExportInventoryResponse
 
toString() - Method in class com.amilesend.discogs.model.inventory.GetExportRequest.GetExportRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.inventory.GetExportRequest
 
toString() - Method in class com.amilesend.discogs.model.inventory.GetExportResponse.GetExportResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.inventory.GetExportResponse
 
toString() - Method in class com.amilesend.discogs.model.inventory.GetExportsRequest.GetExportsRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.inventory.GetExportsRequest
 
toString() - Method in class com.amilesend.discogs.model.inventory.GetExportsResponse.GetExportsResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.inventory.GetExportsResponse
 
toString() - Method in class com.amilesend.discogs.model.inventory.GetUploadRequest.GetUploadRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.inventory.GetUploadRequest
 
toString() - Method in class com.amilesend.discogs.model.inventory.GetUploadResponse.GetUploadResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.inventory.GetUploadResponse
 
toString() - Method in class com.amilesend.discogs.model.inventory.GetUploadsRequest.GetUploadsRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.inventory.GetUploadsRequest
 
toString() - Method in class com.amilesend.discogs.model.inventory.GetUploadsResponse.GetUploadsResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.inventory.GetUploadsResponse
 
toString() - Method in class com.amilesend.discogs.model.inventory.type.DownloadInformation.DownloadInformationBuilder
 
toString() - Method in class com.amilesend.discogs.model.inventory.type.DownloadInformation
 
toString() - Method in class com.amilesend.discogs.model.inventory.type.ExportItem.ExportItemBuilder
 
toString() - Method in class com.amilesend.discogs.model.inventory.type.ExportItem
 
toString() - Method in class com.amilesend.discogs.model.inventory.type.InventoryRequestBase.InventoryRequestBaseBuilder
 
toString() - Method in class com.amilesend.discogs.model.inventory.type.InventoryRequestBase
 
toString() - Method in class com.amilesend.discogs.model.inventory.type.UploadInformation
 
toString() - Method in class com.amilesend.discogs.model.inventory.type.UploadInformation.UploadInformationBuilder
 
toString() - Method in class com.amilesend.discogs.model.inventory.type.UploadItem
 
toString() - Method in class com.amilesend.discogs.model.inventory.type.UploadItem.UploadItemBuilder
 
toString() - Method in class com.amilesend.discogs.model.lists.GetUserListRequest.GetUserListRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.lists.GetUserListRequest
 
toString() - Method in class com.amilesend.discogs.model.lists.GetUserListResponse.GetUserListResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.lists.GetUserListResponse
 
toString() - Method in class com.amilesend.discogs.model.lists.GetUserListsRequest.GetUserListsRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.lists.GetUserListsRequest
 
toString() - Method in class com.amilesend.discogs.model.lists.GetUserListsResponse.GetUserListsResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.lists.GetUserListsResponse
 
toString() - Method in class com.amilesend.discogs.model.lists.type.UserList
 
toString() - Method in class com.amilesend.discogs.model.lists.type.UserList.UserListBuilder
 
toString() - Method in class com.amilesend.discogs.model.lists.type.UserListItem
 
toString() - Method in class com.amilesend.discogs.model.lists.type.UserListItem.UserListItemBuilder
 
toString() - Method in class com.amilesend.discogs.model.marketplace.AddOrderMessageRequest.AddOrderMessageRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.marketplace.AddOrderMessageRequest
 
toString() - Method in class com.amilesend.discogs.model.marketplace.AddOrderMessageResponse.AddOrderMessageResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.marketplace.AddOrderMessageResponse
 
toString() - Method in class com.amilesend.discogs.model.marketplace.CreateListingRequest.CreateListingRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.marketplace.CreateListingRequest
 
toString() - Method in class com.amilesend.discogs.model.marketplace.CreateListingResponse.CreateListingResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.marketplace.CreateListingResponse
 
toString() - Method in class com.amilesend.discogs.model.marketplace.DeleteListingRequest.DeleteListingRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.marketplace.DeleteListingRequest
 
toString() - Method in class com.amilesend.discogs.model.marketplace.GetFeeRequest.GetFeeRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.marketplace.GetFeeRequest
 
toString() - Method in class com.amilesend.discogs.model.marketplace.GetFeeResponse.GetFeeResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.marketplace.GetFeeResponse
 
toString() - Method in class com.amilesend.discogs.model.marketplace.GetInventoryRequest.GetInventoryRequestBuilder
 
toString() - Method in enum com.amilesend.discogs.model.marketplace.GetInventoryRequest.Sort
 
toString() - Method in class com.amilesend.discogs.model.marketplace.GetInventoryRequest
 
toString() - Method in class com.amilesend.discogs.model.marketplace.GetInventoryResponse.GetInventoryResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.marketplace.GetInventoryResponse
 
toString() - Method in class com.amilesend.discogs.model.marketplace.GetListingRequest.GetListingRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.marketplace.GetListingRequest
 
toString() - Method in class com.amilesend.discogs.model.marketplace.GetListingResponse.GetListingResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.marketplace.GetListingResponse
 
toString() - Method in class com.amilesend.discogs.model.marketplace.GetOrderMessagesRequest.GetOrderMessagesRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.marketplace.GetOrderMessagesRequest
 
toString() - Method in class com.amilesend.discogs.model.marketplace.GetOrderMessagesResponse.GetOrderMessagesResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.marketplace.GetOrderMessagesResponse
 
toString() - Method in class com.amilesend.discogs.model.marketplace.GetOrderRequest.GetOrderRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.marketplace.GetOrderRequest
 
toString() - Method in class com.amilesend.discogs.model.marketplace.GetOrderResponse.GetOrderResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.marketplace.GetOrderResponse
 
toString() - Method in class com.amilesend.discogs.model.marketplace.GetOrdersRequest.GetOrdersRequestBuilder
 
toString() - Method in enum com.amilesend.discogs.model.marketplace.GetOrdersRequest.Sort
 
toString() - Method in class com.amilesend.discogs.model.marketplace.GetOrdersRequest
 
toString() - Method in class com.amilesend.discogs.model.marketplace.GetOrdersResponse.GetOrdersResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.marketplace.GetOrdersResponse
 
toString() - Method in class com.amilesend.discogs.model.marketplace.GetPriceSuggestionsRequest.GetPriceSuggestionsRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.marketplace.GetPriceSuggestionsRequest
 
toString() - Method in class com.amilesend.discogs.model.marketplace.GetPriceSuggestionsResponse.GetPriceSuggestionsResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.marketplace.GetPriceSuggestionsResponse
 
toString() - Method in class com.amilesend.discogs.model.marketplace.GetReleaseStatisticsRequest.GetReleaseStatisticsRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.marketplace.GetReleaseStatisticsRequest
 
toString() - Method in class com.amilesend.discogs.model.marketplace.GetReleaseStatisticsResponse.GetReleaseStatisticsResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.marketplace.GetReleaseStatisticsResponse
 
toString() - Method in class com.amilesend.discogs.model.marketplace.type.Buyer.BuyerBuilder
 
toString() - Method in class com.amilesend.discogs.model.marketplace.type.Buyer
 
toString() - Method in enum com.amilesend.discogs.model.marketplace.type.Condition
 
toString() - Method in class com.amilesend.discogs.model.marketplace.type.Listing.ListingBuilder
 
toString() - Method in class com.amilesend.discogs.model.marketplace.type.Listing
 
toString() - Method in class com.amilesend.discogs.model.marketplace.type.ListingRelease.ListingReleaseBuilder
 
toString() - Method in class com.amilesend.discogs.model.marketplace.type.ListingRelease
 
toString() - Method in class com.amilesend.discogs.model.marketplace.type.Order.OrderBuilder
 
toString() - Method in class com.amilesend.discogs.model.marketplace.type.Order
 
toString() - Method in class com.amilesend.discogs.model.marketplace.type.OrderItem.OrderItemBuilder
 
toString() - Method in class com.amilesend.discogs.model.marketplace.type.OrderItem.Release.ReleaseBuilder
 
toString() - Method in class com.amilesend.discogs.model.marketplace.type.OrderItem.Release
 
toString() - Method in class com.amilesend.discogs.model.marketplace.type.OrderItem
 
toString() - Method in class com.amilesend.discogs.model.marketplace.type.OrderMessage.OrderMessageBuilder
 
toString() - Method in class com.amilesend.discogs.model.marketplace.type.OrderMessage
 
toString() - Method in class com.amilesend.discogs.model.marketplace.type.OrderReference.OrderReferenceBuilder
 
toString() - Method in class com.amilesend.discogs.model.marketplace.type.OrderReference
 
toString() - Method in class com.amilesend.discogs.model.marketplace.type.OrderRefund.OrderRefundBuilder
 
toString() - Method in class com.amilesend.discogs.model.marketplace.type.OrderRefund
 
toString() - Method in enum com.amilesend.discogs.model.marketplace.type.OrderStatus
 
toString() - Method in class com.amilesend.discogs.model.marketplace.type.OriginalPrice.OriginalPriceBuilder
 
toString() - Method in class com.amilesend.discogs.model.marketplace.type.OriginalPrice
 
toString() - Method in class com.amilesend.discogs.model.marketplace.type.Price.PriceBuilder
 
toString() - Method in class com.amilesend.discogs.model.marketplace.type.Price
 
toString() - Method in class com.amilesend.discogs.model.marketplace.type.Seller.SellerBuilder
 
toString() - Method in class com.amilesend.discogs.model.marketplace.type.Seller
 
toString() - Method in class com.amilesend.discogs.model.marketplace.type.SellerStats.SellerStatsBuilder
 
toString() - Method in class com.amilesend.discogs.model.marketplace.type.SellerStats
 
toString() - Method in class com.amilesend.discogs.model.marketplace.type.ShippingChargeAmount.ShippingChargeAmountBuilder
 
toString() - Method in class com.amilesend.discogs.model.marketplace.type.ShippingChargeAmount
 
toString() - Method in enum com.amilesend.discogs.model.marketplace.type.SleeveCondition
 
toString() - Method in class com.amilesend.discogs.model.marketplace.UpdateListingRequest
 
toString() - Method in class com.amilesend.discogs.model.marketplace.UpdateListingRequest.UpdateListingRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.marketplace.UpdateOrderRequest
 
toString() - Method in class com.amilesend.discogs.model.marketplace.UpdateOrderRequest.UpdateOrderRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.marketplace.UpdateOrderResponse
 
toString() - Method in class com.amilesend.discogs.model.marketplace.UpdateOrderResponse.UpdateOrderResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.NamedResource.NamedResourceBuilder
 
toString() - Method in class com.amilesend.discogs.model.NamedResource
 
toString() - Method in class com.amilesend.discogs.model.PaginatedRequestBase.PaginatedRequestBaseBuilder
 
toString() - Method in class com.amilesend.discogs.model.PaginatedRequestBase
 
toString() - Method in class com.amilesend.discogs.model.PaginatedResponseBase.PaginatedResponseBaseBuilder
 
toString() - Method in class com.amilesend.discogs.model.PaginatedResponseBase.Pagination.PaginationBuilder
 
toString() - Method in class com.amilesend.discogs.model.PaginatedResponseBase.Pagination
 
toString() - Method in class com.amilesend.discogs.model.PaginatedResponseBase
 
toString() - Method in class com.amilesend.discogs.model.PostResponse.PostResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.PostResponse
 
toString() - Method in class com.amilesend.discogs.model.Resource.ResourceBuilder
 
toString() - Method in class com.amilesend.discogs.model.Resource
 
toString() - Method in class com.amilesend.discogs.model.type.Artist.ArtistBuilder
 
toString() - Method in class com.amilesend.discogs.model.type.Artist
 
toString() - Method in class com.amilesend.discogs.model.type.BasicInformation.BasicInformationBuilder
 
toString() - Method in class com.amilesend.discogs.model.type.BasicInformation
 
toString() - Method in class com.amilesend.discogs.model.type.CatalogEntity.CatalogEntityBuilder
 
toString() - Method in class com.amilesend.discogs.model.type.CatalogEntity
 
toString() - Method in class com.amilesend.discogs.model.type.Community.CommunityBuilder
 
toString() - Method in class com.amilesend.discogs.model.type.Community
 
toString() - Method in class com.amilesend.discogs.model.type.CommunityMember.CommunityMemberBuilder
 
toString() - Method in class com.amilesend.discogs.model.type.CommunityMember
 
toString() - Method in class com.amilesend.discogs.model.type.Format.FormatBuilder
 
toString() - Method in class com.amilesend.discogs.model.type.Format
 
toString() - Method in enum com.amilesend.discogs.model.type.ListingStatus
 
toString() - Method in class com.amilesend.discogs.model.type.Release.ReleaseBuilder
 
toString() - Method in class com.amilesend.discogs.model.type.Release
 
toString() - Method in class com.amilesend.discogs.model.type.ReleaseContentBase.ReleaseContentBaseBuilder
 
toString() - Method in class com.amilesend.discogs.model.type.ReleaseContentBase
 
toString() - Method in class com.amilesend.discogs.model.type.ReleaseIdentifier.ReleaseIdentifierBuilder
 
toString() - Method in class com.amilesend.discogs.model.type.ReleaseIdentifier
 
toString() - Method in enum com.amilesend.discogs.model.type.SortOrder
 
toString() - Method in class com.amilesend.discogs.model.wantlist.AddReleaseToWantListRequest.AddReleaseToWantListRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.wantlist.AddReleaseToWantListRequest
 
toString() - Method in class com.amilesend.discogs.model.wantlist.AddReleaseToWantListResponse.AddReleaseToWantListResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.wantlist.AddReleaseToWantListResponse
 
toString() - Method in class com.amilesend.discogs.model.wantlist.DeleteReleaseFormWantListRequest.DeleteReleaseFormWantListRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.wantlist.DeleteReleaseFormWantListRequest
 
toString() - Method in class com.amilesend.discogs.model.wantlist.GetWantListRequest.GetWantListRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.wantlist.GetWantListRequest
 
toString() - Method in class com.amilesend.discogs.model.wantlist.GetWantListResponse.GetWantListResponseBuilder
 
toString() - Method in class com.amilesend.discogs.model.wantlist.GetWantListResponse
 
toString() - Method in class com.amilesend.discogs.model.wantlist.type.WantListRelease
 
toString() - Method in class com.amilesend.discogs.model.wantlist.type.WantListRelease.WantListReleaseBuilder
 
toString() - Method in class com.amilesend.discogs.model.wantlist.UpdateReleaseOnWantListRequest
 
toString() - Method in class com.amilesend.discogs.model.wantlist.UpdateReleaseOnWantListRequest.UpdateReleaseOnWantListRequestBuilder
 
toString() - Method in class com.amilesend.discogs.model.wantlist.UpdateReleaseOnWantListResponse
 
toString() - Method in class com.amilesend.discogs.model.wantlist.UpdateReleaseOnWantListResponse.UpdateReleaseOnWantListResponseBuilder
 
total(Price) - Method in class com.amilesend.discogs.model.marketplace.type.Order.OrderBuilder
The total order amount.
total(Integer) - Method in class com.amilesend.discogs.model.marketplace.type.SellerStats.SellerStatsBuilder
The total number of ratings.
track(Integer) - Method in class com.amilesend.discogs.model.database.type.TrackInformation.TrackInformationBuilder
The track number.
track(String) - Method in class com.amilesend.discogs.model.database.SearchRequest.SearchRequestBuilder
Track name (optional).
TrackInformation - Class in com.amilesend.discogs.model.database.type
Describes a music track.
TrackInformation.TrackInformationBuilder - Class in com.amilesend.discogs.model.database.type
 
trackList(List) - Method in class com.amilesend.discogs.model.type.ReleaseContentBase.ReleaseContentBaseBuilder
The list of tracks associated with the release.
tracks(String) - Method in class com.amilesend.discogs.model.type.Artist.ArtistBuilder
Credited tracks.
transferProgressCallback(TransferProgressCallback) - Method in class com.amilesend.discogs.model.inventory.type.InventoryRequestBase.InventoryRequestBaseBuilder
The callback used to be notified of transfer progress.
type(SearchType) - Method in class com.amilesend.discogs.model.database.SearchRequest.SearchRequestBuilder
The resource type (optional).
type(SearchType) - Method in class com.amilesend.discogs.model.database.type.SearchResult.SearchResultBuilder
The search type.
type(String) - Method in class com.amilesend.discogs.model.collection.type.Field.FieldBuilder
The type specifier.
type(String) - Method in class com.amilesend.discogs.model.database.GetArtistReleasesResponse.ArtistRelease.ArtistReleaseBuilder
The type (e.g., "release" or "master").
type(String) - Method in class com.amilesend.discogs.model.database.type.Image.ImageBuilder
The image type.
type(String) - Method in class com.amilesend.discogs.model.database.type.TrackInformation.TrackInformationBuilder
The track type.
type(String) - Method in class com.amilesend.discogs.model.inventory.type.UploadItem.UploadItemBuilder
The upload type.
type(String) - Method in class com.amilesend.discogs.model.lists.type.UserListItem.UserListItemBuilder
The type of list.
type(String) - Method in class com.amilesend.discogs.model.marketplace.type.OrderMessage.OrderMessageBuilder
The message type.
type(String) - Method in class com.amilesend.discogs.model.type.ReleaseIdentifier.ReleaseIdentifierBuilder
The identifier type.

U

uid(Long) - Method in class com.amilesend.discogs.model.marketplace.type.Seller.SellerBuilder
The associated user identifier.
UPDATE - Enum constant in enum com.amilesend.discogs.csv.type.InventoryRecordType
The record is to update an existing inventory item.
updateListing(UpdateListingRequest) - Method in class com.amilesend.discogs.api.MarketplaceApi
Updates a listing.
UpdateListingRequest - Class in com.amilesend.discogs.model.marketplace
The request to update an existing listing.
UpdateListingRequest.UpdateListingRequestBuilder<C,B> - Class in com.amilesend.discogs.model.marketplace
 
UpdateListingRequestBuilder() - Constructor for class com.amilesend.discogs.model.marketplace.UpdateListingRequest.UpdateListingRequestBuilder
 
updateOrder(UpdateOrderRequest) - Method in class com.amilesend.discogs.api.MarketplaceApi
Updates an order.
UpdateOrderRequest - Class in com.amilesend.discogs.model.marketplace
The request to update an order.
UpdateOrderRequest.UpdateOrderRequestBuilder - Class in com.amilesend.discogs.model.marketplace
 
UpdateOrderResponse - Class in com.amilesend.discogs.model.marketplace
The response when updating an order.
UpdateOrderResponse.UpdateOrderResponseBuilder<C,B> - Class in com.amilesend.discogs.model.marketplace
 
UpdateOrderResponseBuilder() - Constructor for class com.amilesend.discogs.model.marketplace.UpdateOrderResponse.UpdateOrderResponseBuilder
 
updateReleaseOnWantList(UpdateReleaseOnWantListRequest) - Method in class com.amilesend.discogs.api.UserWantListApi
Updates an existing release from a user's want list.
UpdateReleaseOnWantListRequest - Class in com.amilesend.discogs.model.wantlist
The request to edit a release in a user's want list.
UpdateReleaseOnWantListRequest.UpdateReleaseOnWantListRequestBuilder<C,B> - Class in com.amilesend.discogs.model.wantlist
 
UpdateReleaseOnWantListRequestBuilder() - Constructor for class com.amilesend.discogs.model.wantlist.UpdateReleaseOnWantListRequest.UpdateReleaseOnWantListRequestBuilder
 
UpdateReleaseOnWantListResponse - Class in com.amilesend.discogs.model.wantlist
The response when updating a release from a user's want list.
UpdateReleaseOnWantListResponse.UpdateReleaseOnWantListResponseBuilder<C,B> - Class in com.amilesend.discogs.model.wantlist
 
UpdateReleaseOnWantListResponseBuilder() - Constructor for class com.amilesend.discogs.model.wantlist.UpdateReleaseOnWantListResponse.UpdateReleaseOnWantListResponseBuilder
 
updateUserReleaseRating(UpdateUserReleaseRatingRequest) - Method in class com.amilesend.discogs.api.DatabaseApi
Updates the release rating for a user.
UpdateUserReleaseRatingRequest - Class in com.amilesend.discogs.model.database
Request to update a user's rating for a release.
UpdateUserReleaseRatingRequest.UpdateUserReleaseRatingRequestBuilder - Class in com.amilesend.discogs.model.database
 
UpdateUserReleaseRatingResponse - Class in com.amilesend.discogs.model.database
Describes the response when updating a user release rating.
UpdateUserReleaseRatingResponse.UpdateUserReleaseRatingResponseBuilder<C,B> - Class in com.amilesend.discogs.model.database
 
UpdateUserReleaseRatingResponseBuilder() - Constructor for class com.amilesend.discogs.model.database.UpdateUserReleaseRatingResponse.UpdateUserReleaseRatingResponseBuilder
 
upload(Request, String) - Method in class com.amilesend.discogs.connection.DiscogsConnection
Uploads the contents for a given request.
uploadId(int) - Method in class com.amilesend.discogs.model.inventory.GetUploadRequest.GetUploadRequestBuilder
The upload identifier (required).
UploadInformation - Class in com.amilesend.discogs.model.inventory.type
The response when uploading a file.
UploadInformation.UploadInformationBuilder<C,B> - Class in com.amilesend.discogs.model.inventory.type
 
UploadInformationBuilder() - Constructor for class com.amilesend.discogs.model.inventory.type.UploadInformation.UploadInformationBuilder
 
UploadItem - Class in com.amilesend.discogs.model.inventory.type
Describes an upload to a user's inventory.
UploadItem.UploadItemBuilder<C,B> - Class in com.amilesend.discogs.model.inventory.type
 
UploadItemBuilder() - Constructor for class com.amilesend.discogs.model.inventory.type.UploadItem.UploadItemBuilder
 
uri(String) - Method in class com.amilesend.discogs.model.database.GetLabelInformationResponse.GetLabelInformationResponseBuilder
The website URI.
uri(String) - Method in class com.amilesend.discogs.model.database.type.ArtistInformation.ArtistInformationBuilder
The artist website URI.
uri(String) - Method in class com.amilesend.discogs.model.database.type.Image.ImageBuilder
The image URI.
uri(String) - Method in class com.amilesend.discogs.model.database.type.SearchResult.SearchResultBuilder
The website URI.
uri(String) - Method in class com.amilesend.discogs.model.database.type.Video.VideoBuilder
The video URI.
uri(String) - Method in class com.amilesend.discogs.model.identity.type.SubmissionArtist.SubmissionArtistBuilder
The URL for this artist resource.
uri(String) - Method in class com.amilesend.discogs.model.identity.type.UserProfile.UserProfileBuilder
URL for the user's profile.
uri(String) - Method in class com.amilesend.discogs.model.lists.type.UserList.UserListBuilder
The website URI.
uri(String) - Method in class com.amilesend.discogs.model.lists.type.UserListItem.UserListItemBuilder
The website URI.
uri(String) - Method in class com.amilesend.discogs.model.marketplace.type.Listing.ListingBuilder
The website URI.
uri(String) - Method in class com.amilesend.discogs.model.marketplace.type.Order.OrderBuilder
The website URI.
uri(String) - Method in class com.amilesend.discogs.model.type.ReleaseContentBase.ReleaseContentBaseBuilder
The website uri for this release.
uri150(String) - Method in class com.amilesend.discogs.model.database.type.Image.ImageBuilder
the image URI for the scaled thumbnail (150x150 px).
url(String) - Method in class com.amilesend.discogs.model.inventory.type.ExportItem.ExportItemBuilder
The API URL.
url(String) - Method in class com.amilesend.discogs.model.marketplace.type.Seller.SellerBuilder
The API resource URL for the user.
urls(List) - Method in class com.amilesend.discogs.model.database.GetLabelInformationResponse.GetLabelInformationResponseBuilder
List of label website URLs.
urls(List) - Method in class com.amilesend.discogs.model.database.type.ArtistInformation.ArtistInformationBuilder
The list of associated URLs.
urls(Map) - Method in class com.amilesend.discogs.model.PaginatedResponseBase.Pagination.PaginationBuilder
The map of URLs used to navigate pages.
USD - Enum constant in enum com.amilesend.discogs.model.type.Currency
 
user(Stat) - Method in class com.amilesend.discogs.model.database.type.Stats.StatsBuilder
The user stats.
userAgent(String) - Method in class com.amilesend.discogs.connection.auth.OAuthManager.OAuthManagerBuilder
 
UserCollectionApi - Class in com.amilesend.discogs.api
The Discogs User Collection API.
UserCollectionApi(DiscogsConnection) - Constructor for class com.amilesend.discogs.api.UserCollectionApi
Creates a new UserCollectionApi object.
userData(SearchResultUserData) - Method in class com.amilesend.discogs.model.database.type.SearchResult.SearchResultBuilder
User stats.
UserIdentityApi - Class in com.amilesend.discogs.api
The Discogs Identity API.
UserIdentityApi(DiscogsConnection) - Constructor for class com.amilesend.discogs.api.UserIdentityApi
Creates a new IdentityApi object.
UserList - Class in com.amilesend.discogs.model.lists.type
Describes a user list.
UserList.UserListBuilder<C,B> - Class in com.amilesend.discogs.model.lists.type
 
UserListBuilder() - Constructor for class com.amilesend.discogs.model.lists.type.UserList.UserListBuilder
 
UserListItem - Class in com.amilesend.discogs.model.lists.type
Describes a user list item resource.
UserListItem.UserListItemBuilder<C,B> - Class in com.amilesend.discogs.model.lists.type
 
UserListItemBuilder() - Constructor for class com.amilesend.discogs.model.lists.type.UserListItem.UserListItemBuilder
 
UserListsApi - Class in com.amilesend.discogs.api
The Discogs User Lists API.
UserListsApi(DiscogsConnection) - Constructor for class com.amilesend.discogs.api.UserListsApi
Creates a new UserWantListApi object.
username(String) - Method in class com.amilesend.discogs.model.collection.AddToFolderRequest.AddToFolderRequestBuilder
The username (required).
username(String) - Method in class com.amilesend.discogs.model.collection.ChangeReleaseRatingRequest.ChangeReleaseRatingRequestBuilder
The username (required).
username(String) - Method in class com.amilesend.discogs.model.collection.CreateFolderRequest.CreateFolderRequestBuilder
The username (required).
username(String) - Method in class com.amilesend.discogs.model.collection.DeleteFolderRequest.DeleteFolderRequestBuilder
The username of the collection owner (required).
username(String) - Method in class com.amilesend.discogs.model.collection.DeleteInstanceRequest.DeleteInstanceRequestBuilder
The username (required).
username(String) - Method in class com.amilesend.discogs.model.collection.EditInstanceFieldRequest.EditInstanceFieldRequestBuilder
The username (required).
username(String) - Method in class com.amilesend.discogs.model.collection.GetCollectionItemsByFolderRequest.GetCollectionItemsByFolderRequestBuilder
The username (required).
username(String) - Method in class com.amilesend.discogs.model.collection.GetCollectionItemsByReleaseRequest.GetCollectionItemsByReleaseRequestBuilder
The username (required).
username(String) - Method in class com.amilesend.discogs.model.collection.GetCollectionValueRequest.GetCollectionValueRequestBuilder
The username (required).
username(String) - Method in class com.amilesend.discogs.model.collection.GetCustomFieldsRequest.GetCustomFieldsRequestBuilder
The username (required).
username(String) - Method in class com.amilesend.discogs.model.collection.GetFolderRequest.GetFolderRequestBuilder
The username (required).
username(String) - Method in class com.amilesend.discogs.model.collection.GetFoldersRequest.GetFoldersRequestBuilder
The username (required).
username(String) - Method in class com.amilesend.discogs.model.collection.MoveReleaseRequest.MoveReleaseRequestBuilder
The username (required).
username(String) - Method in class com.amilesend.discogs.model.collection.RenameFolderRequest.RenameFolderRequestBuilder
The username (required).
username(String) - Method in class com.amilesend.discogs.model.database.DeleteUserReleaseRequest.DeleteUserReleaseRequestBuilder
The username (required).
username(String) - Method in class com.amilesend.discogs.model.database.GetUserReleaseRatingRequest.GetUserReleaseRatingRequestBuilder
The username (required).
username(String) - Method in class com.amilesend.discogs.model.database.type.UserReleaseRating.UserReleaseRatingBuilder
The username.
username(String) - Method in class com.amilesend.discogs.model.database.UpdateUserReleaseRatingRequest.UpdateUserReleaseRatingRequestBuilder
The username (required).
username(String) - Method in class com.amilesend.discogs.model.identity.EditUserProfileRequest.EditUserProfileRequestBuilder
The username (required).
username(String) - Method in class com.amilesend.discogs.model.identity.GetUserContributionsRequest.GetUserContributionsRequestBuilder
The username (required).
username(String) - Method in class com.amilesend.discogs.model.identity.GetUserProfileRequest.GetUserProfileRequestBuilder
The profile username (required).
username(String) - Method in class com.amilesend.discogs.model.identity.GetUserSubmissionsRequest.GetUserSubmissionsRequestBuilder
The username (required).
username(String) - Method in class com.amilesend.discogs.model.identity.type.AuthenticatedUser.AuthenticatedUserBuilder
The authenticated username.
username(String) - Method in class com.amilesend.discogs.model.identity.type.UserProfile.UserProfileBuilder
The username .
username(String) - Method in class com.amilesend.discogs.model.lists.GetUserListsRequest.GetUserListsRequestBuilder
The username (required).
username(String) - Method in class com.amilesend.discogs.model.marketplace.GetInventoryRequest.GetInventoryRequestBuilder
The seller's username (required).
username(String) - Method in class com.amilesend.discogs.model.marketplace.type.Buyer.BuyerBuilder
The buyer's username.
username(String) - Method in class com.amilesend.discogs.model.marketplace.type.Seller.SellerBuilder
The seller's username.
username(String) - Method in class com.amilesend.discogs.model.type.CommunityMember.CommunityMemberBuilder
The username.
username(String) - Method in class com.amilesend.discogs.model.wantlist.AddReleaseToWantListRequest.AddReleaseToWantListRequestBuilder
The username (required).
username(String) - Method in class com.amilesend.discogs.model.wantlist.DeleteReleaseFormWantListRequest.DeleteReleaseFormWantListRequestBuilder
The username (required).
username(String) - Method in class com.amilesend.discogs.model.wantlist.GetWantListRequest.GetWantListRequestBuilder
The username (required).
UserProfile - Class in com.amilesend.discogs.model.identity.type
Describes a user profile.
UserProfile.UserProfileBuilder<C,B> - Class in com.amilesend.discogs.model.identity.type
 
UserProfileBuilder() - Constructor for class com.amilesend.discogs.model.identity.type.UserProfile.UserProfileBuilder
 
UserReleaseRating - Class in com.amilesend.discogs.model.database.type
Describes a user rating for a release.
UserReleaseRating.UserReleaseRatingBuilder<C,B> - Class in com.amilesend.discogs.model.database.type
 
UserReleaseRatingBuilder() - Constructor for class com.amilesend.discogs.model.database.type.UserReleaseRating.UserReleaseRatingBuilder
 
UserWantListApi - Class in com.amilesend.discogs.api
The Discogs User Wantlist API.
UserWantListApi(DiscogsConnection) - Constructor for class com.amilesend.discogs.api.UserWantListApi
Creates a new UserWantListApi object.

V

validate(InventoryRecordType) - Method in class com.amilesend.discogs.csv.type.InventoryRecord
Validates the record contents based on the defined record type.
validate(String, InventoryHeader, Integer, Integer) - Method in class com.amilesend.discogs.csv.validation.MediaConditionValidator
 
validate(String, InventoryHeader, Integer, Integer) - Method in class com.amilesend.discogs.csv.validation.PositiveIntValidator
 
validate(String, InventoryHeader, Integer, Integer) - Method in class com.amilesend.discogs.csv.validation.PriceValidator
 
validate(String, InventoryHeader, Integer, Integer) - Method in class com.amilesend.discogs.csv.validation.SleeveConditionValidator
 
validate(String, InventoryHeader, Integer, Integer) - Method in class com.amilesend.discogs.csv.validation.YesNoValidator
 
validate(String, InventoryHeader, Integer, Integer) - Method in class com.amilesend.discogs.csv.validation.ZeroOrPositiveIntValidator
 
validate(String, InventoryHeader, Integer, Integer) - Method in class com.amilesend.discogs.csv.validation.NoOpValidator
 
validate(String, InventoryHeader, Integer, Integer) - Method in interface com.amilesend.discogs.csv.validation.ValueValidator
Validates a CSV attribute.
validate(Path, InventoryRecordType) - Method in class com.amilesend.discogs.csv.InventoryCsvValidator
Validates an inventory CSV file by: Validating that headers are recognized Required headers are present Contents adhere to column value constraints
ValidationException - Exception Class in com.amilesend.discogs.csv.validation
Defines the exception type for inventory CSV validation.
ValidationException(String) - Constructor for exception class com.amilesend.discogs.csv.validation.ValidationException
Creates a new ValidationException.
ValidationException(String, ValidationException.Descriptor) - Constructor for exception class com.amilesend.discogs.csv.validation.ValidationException
Creates a new ValidationException.
ValidationException(String, ValidationException.Descriptor, Throwable) - Constructor for exception class com.amilesend.discogs.csv.validation.ValidationException
Creates a new ValidationException.
ValidationException(String, Collection) - Constructor for exception class com.amilesend.discogs.csv.validation.ValidationException
Creates a new ValidationException.
ValidationException.Descriptor - Class in com.amilesend.discogs.csv.validation
 
ValidationException.Descriptor.DescriptorBuilder - Class in com.amilesend.discogs.csv.validation
 
value(Double) - Method in class com.amilesend.discogs.model.marketplace.type.OriginalPrice.OriginalPriceBuilder
The price.
value(Double) - Method in class com.amilesend.discogs.model.marketplace.type.Price.PriceBuilder
The currency value amount.
value(String) - Method in class com.amilesend.discogs.csv.validation.ValidationException.Descriptor.DescriptorBuilder
 
value(String) - Method in class com.amilesend.discogs.model.collection.EditInstanceFieldRequest.EditInstanceFieldRequestBuilder
The value to edit (required).
value(String) - Method in class com.amilesend.discogs.model.collection.type.Note.NoteBuilder
The note value.
value(String) - Method in class com.amilesend.discogs.model.type.ReleaseIdentifier.ReleaseIdentifierBuilder
The identifier value.
valueOf(String) - Static method in enum com.amilesend.discogs.connection.auth.info.DiscogsAuthInfo.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amilesend.discogs.csv.type.InventoryHeader
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amilesend.discogs.csv.type.InventoryRecordType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amilesend.discogs.model.collection.GetCollectionItemsByFolderRequest.Sort
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amilesend.discogs.model.database.GetArtistReleasesRequest.Sort
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amilesend.discogs.model.database.GetMasterReleaseVersionsRequest.Sort
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amilesend.discogs.model.database.type.SearchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amilesend.discogs.model.identity.GetUserContributionsRequest.Sort
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amilesend.discogs.model.marketplace.GetInventoryRequest.Sort
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amilesend.discogs.model.marketplace.GetOrdersRequest.Sort
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amilesend.discogs.model.marketplace.type.Condition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amilesend.discogs.model.marketplace.type.OrderStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amilesend.discogs.model.marketplace.type.SleeveCondition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amilesend.discogs.model.type.Currency
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amilesend.discogs.model.type.ListingStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amilesend.discogs.model.type.SortOrder
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.amilesend.discogs.connection.auth.info.DiscogsAuthInfo.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amilesend.discogs.csv.type.InventoryHeader
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amilesend.discogs.csv.type.InventoryRecordType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amilesend.discogs.model.collection.GetCollectionItemsByFolderRequest.Sort
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amilesend.discogs.model.database.GetArtistReleasesRequest.Sort
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amilesend.discogs.model.database.GetMasterReleaseVersionsRequest.Sort
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amilesend.discogs.model.database.type.SearchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amilesend.discogs.model.identity.GetUserContributionsRequest.Sort
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amilesend.discogs.model.marketplace.GetInventoryRequest.Sort
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amilesend.discogs.model.marketplace.GetOrdersRequest.Sort
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amilesend.discogs.model.marketplace.type.Condition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amilesend.discogs.model.marketplace.type.OrderStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amilesend.discogs.model.marketplace.type.SleeveCondition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amilesend.discogs.model.type.Currency
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amilesend.discogs.model.type.ListingStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amilesend.discogs.model.type.SortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in enum com.amilesend.discogs.model.marketplace.type.Condition
The list of possible values.
VALUES - Static variable in enum com.amilesend.discogs.model.marketplace.type.SleeveCondition
The list of possible values.
ValueValidator - Interface in com.amilesend.discogs.csv.validation
Defines the interface to validate CSV value attributes based on type and/or conditions.
versions(List) - Method in class com.amilesend.discogs.model.database.GetMasterReleaseVersionsResponse.GetMasterReleaseVersionsResponseBuilder
The master release versions.
versionsUrl(String) - Method in class com.amilesend.discogs.model.database.type.MasterRelease.MasterReleaseBuilder
The URL for versions.
VERY_GOOD - Enum constant in enum com.amilesend.discogs.model.marketplace.type.Condition
 
VERY_GOOD - Enum constant in enum com.amilesend.discogs.model.marketplace.type.SleeveCondition
 
VERY_GOOD_PLUS - Enum constant in enum com.amilesend.discogs.model.marketplace.type.Condition
 
VERY_GOOD_PLUS - Enum constant in enum com.amilesend.discogs.model.marketplace.type.SleeveCondition
 
Video - Class in com.amilesend.discogs.model.database.type
Describes a video.
Video.VideoBuilder - Class in com.amilesend.discogs.model.database.type
 
videos(List) - Method in class com.amilesend.discogs.model.type.ReleaseContentBase.ReleaseContentBaseBuilder
The list of associated videos.

W

waitForCode() - Method in class com.amilesend.discogs.connection.auth.oauth.OAuthReceiver
Blocks until the server receives a login result, or the server is stopped by OAuthReceiver.stop(), to return an authorization code.
waitForCode() - Method in class com.amilesend.discogs.connection.auth.oauth.OAuthReceiverCallback
Blocks until the server receives a login result, or the server is stopped by OAuthReceiver.stop(), to return an authorization code.
want(Integer) - Method in class com.amilesend.discogs.model.database.type.SearchResultStat.SearchResultStatBuilder
Number of community members that want the release.
want(Integer) - Method in class com.amilesend.discogs.model.type.Community.CommunityBuilder
The count of now many members want a give resource.
WantListRelease - Class in com.amilesend.discogs.model.wantlist.type
Describes a release within a user's want list.
WantListRelease.WantListReleaseBuilder<C,B> - Class in com.amilesend.discogs.model.wantlist.type
 
WantListReleaseBuilder() - Constructor for class com.amilesend.discogs.model.wantlist.type.WantListRelease.WantListReleaseBuilder
 
wantListUrl(String) - Method in class com.amilesend.discogs.model.identity.type.UserProfile.UserProfileBuilder
The URL to the user's want list.
wants(List) - Method in class com.amilesend.discogs.model.wantlist.GetWantListResponse.GetWantListResponseBuilder
The list of items that is wanted.
weight(Integer) - Method in class com.amilesend.discogs.csv.type.InventoryRecord.InventoryRecordBuilder
The item weight in grams (optional).
weight(Integer) - Method in class com.amilesend.discogs.model.marketplace.type.Listing.ListingBuilder
The listing weight (only visible to the inventory owner).
weight(String) - Method in class com.amilesend.discogs.model.marketplace.CreateListingRequest.CreateListingRequestBuilder
The item wight in grams (optional).
WEIGHT - Enum constant in enum com.amilesend.discogs.csv.type.InventoryHeader
 
width(int) - Method in class com.amilesend.discogs.model.database.type.Image.ImageBuilder
The image width in pixels.
write(InventoryRecord) - Method in class com.amilesend.discogs.csv.InventoryCsvWriter
Writes a record to the CSV file.

Y

year(Integer) - Method in class com.amilesend.discogs.model.database.GetArtistReleasesResponse.ArtistRelease.ArtistReleaseBuilder
The year of the release.
year(Integer) - Method in class com.amilesend.discogs.model.database.GetLabelReleasesResponse.LabelRelease.LabelReleaseBuilder
The year of the release.
year(Integer) - Method in class com.amilesend.discogs.model.database.SearchRequest.SearchRequestBuilder
Release year (optional).
year(Integer) - Method in class com.amilesend.discogs.model.marketplace.type.ListingRelease.ListingReleaseBuilder
The release year.
year(Integer) - Method in class com.amilesend.discogs.model.type.BasicInformation.BasicInformationBuilder
The year of release.
year(Integer) - Method in class com.amilesend.discogs.model.type.ReleaseContentBase.ReleaseContentBaseBuilder
The release year.
year(String) - Method in class com.amilesend.discogs.model.database.type.SearchResult.SearchResultBuilder
The release year.
YEAR - Enum constant in enum com.amilesend.discogs.model.collection.GetCollectionItemsByFolderRequest.Sort
 
YEAR - Enum constant in enum com.amilesend.discogs.model.database.GetArtistReleasesRequest.Sort
The release label .
YEAR - Enum constant in enum com.amilesend.discogs.model.identity.GetUserContributionsRequest.Sort
The year released.
YES - Static variable in class com.amilesend.discogs.csv.type.InventoryRecord
The yes value for InventoryRecord.acceptOffer.
YesNoValidator - Class in com.amilesend.discogs.csv.validation
Validates that a value is a yes or now (i.e., "Y" or "N").
YesNoValidator() - Constructor for class com.amilesend.discogs.csv.validation.YesNoValidator
 

Z

ZAR - Enum constant in enum com.amilesend.discogs.model.type.Currency
 
ZeroOrPositiveIntValidator - Class in com.amilesend.discogs.csv.validation
Validates that a value is a number that is zero or positive.
ZeroOrPositiveIntValidator(boolean) - Constructor for class com.amilesend.discogs.csv.validation.ZeroOrPositiveIntValidator
 

_

_public(Boolean) - Method in class com.amilesend.discogs.model.collection.type.Field.FieldBuilder
Public flag indicator.
_public(Boolean) - Method in class com.amilesend.discogs.model.lists.type.UserList.UserListBuilder
Public visibility flag indicator.
A B C D E F G H I J K L M N O P Q R S T U V W Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form