Class WantListRelease
java.lang.Object
com.amilesend.discogs.model.Resource<Long, WantListRelease>
com.amilesend.discogs.model.wantlist.type.WantListRelease
- Direct Known Subclasses:
AddReleaseToWantListResponse, UpdateReleaseOnWantListResponse
Describes a release within a user's want list.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classWantListRelease.WantListReleaseBuilder<C extends WantListRelease, B extends WantListRelease.WantListReleaseBuilder<C,B>> Nested classes/interfaces inherited from class Resource
Resource.ResourceBuilder<K,T, C, B> -
Method Summary
Modifier and TypeMethodDescriptionstatic WantListRelease.WantListReleaseBuilder<?, ?> builder()The release information.The timestamp.The associated folder identifier.The instance identifier.getNotes()The associated notes.The rating.toString()Methods inherited from class Resource
equals, getId, getResourceUrl, hashCode
-
Method Details
-
builder
-
toString
- Overrides:
toStringin classResource<Long, WantListRelease>
-
getInstanceId
The instance identifier. -
getRating
The rating. -
getBasicInformation
-
getFolderId
The associated folder identifier. -
getDateAdded
The timestamp. -
getNotes
The associated notes.
-