Class GetUserProfileResponse.GetUserProfileResponseBuilder<C extends GetUserProfileResponse, B extends GetUserProfileResponse.GetUserProfileResponseBuilder<C,B> >
java.lang.Object
com.amilesend.discogs.model.Resource.ResourceBuilder<Long, UserProfile, C, B>
com.amilesend.discogs.model.identity.type.UserProfile.UserProfileBuilder<C,B>
com.amilesend.discogs.model.identity.GetUserProfileResponse.GetUserProfileResponseBuilder<C,B>
- Enclosing class:
GetUserProfileResponse
public abstract static class GetUserProfileResponse.GetUserProfileResponseBuilder<C extends GetUserProfileResponse, B extends GetUserProfileResponse.GetUserProfileResponseBuilder<C,B>>
extends UserProfile.UserProfileBuilder<C,B>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class UserProfile.UserProfileBuilder
avatarUrl, bannerUrl, buyerNumRatings, buyerRating, buyerRatingStars, collectionFieldsUrl, collectionFoldersUrl, currAbbr, email, homePage, inventoryUrl, location, name, numCollection, numForSale, numPending, numWantList, profile, rank, ratingAvg, registered, releasesContributed, sellerNumRatings, sellerRating, sellerRatingStars, uri, username, wantListUrlModifier and TypeMethodDescriptionURL for the user's avatar image.URL for the user's banner image.buyerNumRatings(Integer buyerNumRatings) The number of total buyer ratings.buyerRating(Double buyerRating) The user's buyer rating.buyerRatingStars(Integer buyerRatingStars) The user's star rating.collectionFieldsUrl(String collectionFieldsUrl) URL for the user's collection fields.collectionFoldersUrl(String collectionFoldersUrl) URL for the user's collection folders.The user's configured currency type (e.g., "USD" or "EUR").The email if the user profile matches the authenticated user.URL for the user's home page.inventoryUrl(String inventoryUrl) URL for the user's inventory.Description of the user's location.The user's name.numCollection(Integer numCollection) The number of collections if the user profile matches the authenticated user.numForSale(Integer numForSale) The number of items for sale.numPending(Integer numPending) The number of pending transactions.numWantList(Integer numWantList) The number of items in the user's want list if the user profile matches the authenticated user.User profile description.The user's contributor rank stat.The overage rating.registered(LocalDateTime registered) The user's registration timestamp.releasesContributed(Integer releasesContributed) The number of contributed releases.sellerNumRatings(Integer sellerNumRatings) The number of total seller ratings.sellerRating(Double sellerRating) The user's seller rating.sellerRatingStars(Integer sellerRatingStars) The user's seller star rating.URL for the user's profile.The username .wantListUrl(String wantListUrl) The URL to the user's want list.Methods inherited from class Resource.ResourceBuilder
id, resourceUrl
-
Constructor Details
-
GetUserProfileResponseBuilder
public GetUserProfileResponseBuilder()
-
-
Method Details
-
build
- Specified by:
buildin classUserProfile.UserProfileBuilder<C extends GetUserProfileResponse, B extends GetUserProfileResponse.GetUserProfileResponseBuilder<C,B>>
-
toString
- Overrides:
toStringin classUserProfile.UserProfileBuilder<C extends GetUserProfileResponse, B extends GetUserProfileResponse.GetUserProfileResponseBuilder<C,B>>
-