Class EditUserProfileResponse
java.lang.Object
com.amilesend.discogs.model.Resource<Long, UserProfile>
com.amilesend.discogs.model.identity.type.UserProfile
com.amilesend.discogs.model.identity.EditUserProfileResponse
Describes the response when editing a user profile.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classEditUserProfileResponse.EditUserProfileResponseBuilder<C extends EditUserProfileResponse, B extends EditUserProfileResponse.EditUserProfileResponseBuilder<C,B>> Nested classes/interfaces inherited from class UserProfile
UserProfile.UserProfileBuilder<C,B> Modifier and TypeClassDescriptionstatic classUserProfile.UserProfileBuilder<C extends UserProfile, B extends UserProfile.UserProfileBuilder<C,B>> -
Method Summary
Methods inherited from class UserProfile
getAvatarUrl, getBannerUrl, getBuyerNumRatings, getBuyerRating, getBuyerRatingStars, getCollectionFieldsUrl, getCollectionFoldersUrl, getCurrAbbr, getEmail, getHomePage, getInventoryUrl, getLocation, getName, getNumCollection, getNumForSale, getNumPending, getNumWantList, getProfile, getRank, getRatingAvg, getRegistered, getReleasesContributed, getSellerNumRatings, getSellerRating, getSellerRatingStars, getUri, getUsername, getWantListUrlModifier and TypeMethodDescriptionURL 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.Methods inherited from class Resource
getId, getResourceUrl
-
Method Details
-
builder
-
equals
- Overrides:
equalsin classResource<Long, UserProfile>
-
hashCode
public int hashCode()- Overrides:
hashCodein classResource<Long, UserProfile>
-
toString
- Overrides:
toStringin classUserProfile
-