Class UserProfile
java.lang.Object
com.amilesend.discogs.model.Resource<Long, UserProfile>
com.amilesend.discogs.model.identity.type.UserProfile
- Direct Known Subclasses:
EditUserProfileResponse, GetUserProfileResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classUserProfile.UserProfileBuilder<C extends UserProfile, B extends UserProfile.UserProfileBuilder<C,B>> Nested classes/interfaces inherited from class Resource
Resource.ResourceBuilder<K,T, C, B> -
Method Summary
Modifier and TypeMethodDescriptionstatic UserProfile.UserProfileBuilder<?, ?> builder()URL for the user's avatar image.URL for the user's banner image.The number of total buyer ratings.The user's buyer rating.The user's star rating.URL for the user's collection fields.URL for the user's collection folders.The user's configured currency type (e.g., "USD" or "EUR").getEmail()The email if the user profile matches the authenticated user.URL for the user's home page.URL for the user's inventory.Description of the user's location.getName()The user's name.The number of collections if the user profile matches the authenticated user.The number of items for sale.The number of pending transactions.The number of items in the user's want list if the user profile matches the authenticated user.User profile description.getRank()The user's contributor rank stat.The overage rating.The user's registration timestamp.The number of contributed releases.The number of total seller ratings.The user's seller rating.The user's seller star rating.getUri()URL for the user's profile.The username .The URL to the user's want list.toString()Methods inherited from class Resource
equals, getId, getResourceUrl, hashCode
-
Method Details
-
builder
-
getProfile
User profile description. -
getWantListUrl
The URL to the user's want list. -
getRank
The user's contributor rank stat. -
getNumPending
The number of pending transactions. -
getNumForSale
The number of items for sale. -
getHomePage
URL for the user's home page. -
getLocation
Description of the user's location. -
getCollectionFoldersUrl
URL for the user's collection folders. -
getUsername
The username . -
getEmail
The email if the user profile matches the authenticated user. -
getCollectionFieldsUrl
URL for the user's collection fields. -
getReleasesContributed
The number of contributed releases. -
getRegistered
The user's registration timestamp. -
getRatingAvg
The overage rating. -
getNumCollection
The number of collections if the user profile matches the authenticated user. -
getName
The user's name. -
getNumWantList
The number of items in the user's want list if the user profile matches the authenticated user. -
getInventoryUrl
URL for the user's inventory. -
getAvatarUrl
URL for the user's avatar image. -
getBannerUrl
URL for the user's banner image. -
getUri
URL for the user's profile. -
getBuyerRating
The user's buyer rating. -
getBuyerRatingStars
The user's star rating. -
getBuyerNumRatings
The number of total buyer ratings. -
getSellerRating
The user's seller rating. -
getSellerRatingStars
The user's seller star rating. -
getSellerNumRatings
The number of total seller ratings. -
getCurrAbbr
The user's configured currency type (e.g., "USD" or "EUR"). -
toString
- Overrides:
toStringin classResource<Long, UserProfile>
-