Class AddReleaseToWantListResponse
java.lang.Object
com.amilesend.discogs.model.Resource<Long, WantListRelease>
com.amilesend.discogs.model.wantlist.type.WantListRelease
com.amilesend.discogs.model.wantlist.AddReleaseToWantListResponse
The response when adding a release to a user's want list.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAddReleaseToWantListResponse.AddReleaseToWantListResponseBuilder<C extends AddReleaseToWantListResponse, B extends AddReleaseToWantListResponse.AddReleaseToWantListResponseBuilder<C,B>> Nested classes/interfaces inherited from class WantListRelease
WantListRelease.WantListReleaseBuilder<C,B> Modifier and TypeClassDescriptionstatic classWantListRelease.WantListReleaseBuilder<C extends WantListRelease, B extends WantListRelease.WantListReleaseBuilder<C,B>> -
Method Summary
Methods inherited from class WantListRelease
getBasicInformation, getDateAdded, getFolderId, getInstanceId, getNotes, getRatingModifier and TypeMethodDescriptionThe release information.The timestamp.The associated folder identifier.The instance identifier.getNotes()The associated notes.The rating.Methods inherited from class Resource
getId, getResourceUrl
-
Method Details
-
builder
-
equals
- Overrides:
equalsin classResource<Long, WantListRelease>
-
hashCode
public int hashCode()- Overrides:
hashCodein classResource<Long, WantListRelease>
-
toString
- Overrides:
toStringin classWantListRelease
-