Uses of Class
com.amilesend.discogs.connection.DiscogsConnection
Packages that use DiscogsConnection
Package
Description
-
Uses of DiscogsConnection in com.amilesend.discogs
Methods in com.amilesend.discogs that return DiscogsConnectionModifier and TypeMethodDescription@NonNull DiscogsConnection
Discogs.getConnection()
The HTTP client connection.Constructors in com.amilesend.discogs with parameters of type DiscogsConnectionModifierConstructorDescriptionDiscogs
(@NonNull DiscogsConnection connection) Creates a newDiscogs
instance. -
Uses of DiscogsConnection in com.amilesend.discogs.api
Methods in com.amilesend.discogs.api that return DiscogsConnectionModifier and TypeMethodDescription@NonNull DiscogsConnection
ApiBase.getConnection()
The connection that wraps the underlying HTTP client.Constructors in com.amilesend.discogs.api with parameters of type DiscogsConnectionModifierConstructorDescriptionApiBase
(@NonNull DiscogsConnection connection) Creates a newApiBase
instance.DatabaseApi
(DiscogsConnection connection) Creates a newDatabaseApi
object.InventoryExportApi
(DiscogsConnection connection) Creates a newInventoryExportApi
object.InventoryUploadApi
(DiscogsConnection connection) Creates a newInventoryUploadApi
object.MarketplaceApi
(DiscogsConnection connection) Creates a newMarketplaceApi
object.UserCollectionApi
(DiscogsConnection connection) Creates a newUserCollectionApi
object.UserIdentityApi
(DiscogsConnection connection) Creates a newIdentityApi
object.UserListsApi
(DiscogsConnection connection) Creates a newUserWantListApi
object.UserWantListApi
(DiscogsConnection connection) Creates a newUserWantListApi
object. -
Uses of DiscogsConnection in com.amilesend.discogs.connection
Classes in com.amilesend.discogs.connection with type parameters of type DiscogsConnectionModifier and TypeClassDescriptionstatic class
DiscogsConnection.DiscogsConnectionBuilder<C extends DiscogsConnection, B extends DiscogsConnection.DiscogsConnectionBuilder<C,
B>> Subclasses with type arguments of type DiscogsConnection in com.amilesend.discogs.connectionMethods in com.amilesend.discogs.connection that return DiscogsConnection -
Uses of DiscogsConnection in com.amilesend.discogs.model
Methods in com.amilesend.discogs.model that return DiscogsConnectionModifier and TypeMethodDescriptionPaginatedResponseBase.getConnection()
The underlying API connection used to navigate response pages.Methods in com.amilesend.discogs.model with parameters of type DiscogsConnectionModifier and TypeMethodDescriptionPaginatedResponseBase.PaginatedResponseBaseBuilder.connection
(DiscogsConnection connection) The underlying API connection used to navigate response pages. -
Uses of DiscogsConnection in com.amilesend.discogs.parse
Subclasses with type arguments of type DiscogsConnection in com.amilesend.discogs.parseModifier and TypeClassDescriptionclass
Factory that vends new pre-configuredGson
instances. -
Uses of DiscogsConnection in com.amilesend.discogs.parse.creator
Constructors in com.amilesend.discogs.parse.creator with parameters of type DiscogsConnectionModifierConstructorDescriptionGetArtistReleasesResponseCreator
(DiscogsConnection connection) Creates a newGetArtistReleasesResponseCreator
instance.Creates a newGetCollectionItemsByFolderResponseCreator
instance.Creates a newGetCollectionItemsByReleaseResponseCreator
instance.GetExportsResponseCreator
(DiscogsConnection connection) Creates a newGetExportsResponseCreator
instance.GetInventoryResponseCreator
(DiscogsConnection connection) Creates a newGetInventoryResponseCreator
instance.GetLabelReleasesResponseCreator
(DiscogsConnection connection) Creates a newGetLabelReleasesResponseCreator
instance.Creates a newGetMasterReleaseVersionsResponseCreator
instance.GetOrderMessagesResponseCreator
(DiscogsConnection connection) Creates a newGetOrderMessagesResponseCreator
instance.GetOrdersResponseCreator
(DiscogsConnection connection) Creates a newGetOrdersResponseCreator
instance.GetUploadsResponseCreator
(DiscogsConnection connection) Creates a newGetUploadsResponseCreator
instance.GetUserContributionsResponseCreator
(DiscogsConnection connection) Creates a newGetUserContributionsResponseCreator
instance.GetUserListsResponseCreator
(DiscogsConnection connection) Creates a newGetUserListsResponseCreator
instance.GetUserSubmissionsResponseCreator
(DiscogsConnection connection) Creates a newGetUserSubmissionsResponseCreator
instance.GetWantListResponseCreator
(DiscogsConnection connection) Creates a newGetWantListResponseCreator
instance.SearchResponseCreator
(DiscogsConnection connection) Creates a newSearchResponseCreator
instance.