Class GetUserProfileResponse
java.lang.Object
com.amilesend.discogs.model.Resource<Long, UserProfile>
com.amilesend.discogs.model.identity.type.UserProfile
com.amilesend.discogs.model.identity.GetUserProfileResponse
Describes the response when getting a user's profile.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
GetUserProfileResponse.GetUserProfileResponseBuilder<C extends GetUserProfileResponse, B extends GetUserProfileResponse.GetUserProfileResponseBuilder<C,
B>> Nested classes/interfaces inherited from class UserProfile
UserProfile.UserProfileBuilder<C,
B> Nested classes/interfaces inherited from class Resource
Resource.ResourceBuilder<K,
T, 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, getWantListUrl
Methods inherited from class Resource
getId, getResourceUrl
-
Method Details
-
builder
-
equals
- Overrides:
equals
in classResource<Long, UserProfile>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classResource<Long, UserProfile>
-
toString
- Overrides:
toString
in classUserProfile
-