Class UserList
java.lang.Object
com.amilesend.discogs.model.Resource<Long,UserList>
com.amilesend.discogs.model.NamedResource<Long,UserList>
com.amilesend.discogs.model.lists.type.UserList
- Direct Known Subclasses:
GetUserListResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classUserList.UserListBuilder<C extends UserList, B extends UserList.UserListBuilder<C,B>> Nested classes/interfaces inherited from class NamedResource
NamedResource.NamedResourceBuilder<K,T, C, B> Modifier and TypeClassDescriptionstatic classNamedResource.NamedResourceBuilder<K, T extends NamedResource, C extends NamedResource<K,T>, B extends NamedResource.NamedResourceBuilder<K, T, C, B>> -
Method Summary
Modifier and TypeMethodDescriptionstatic UserList.UserListBuilder<?, ?> builder()Public visibility flag indicator.The timestamp that the list was created.The timestamp of the last change to the list.The list description.getItems()The user list items.getUri()The website URI.toString()Methods inherited from class NamedResource
getName, getThumbnailUrlModifier and TypeMethodDescriptiongetName()The alias name value.The URL for the associated thumbnail image.Methods inherited from class Resource
equals, getId, getResourceUrl, hashCode
-
Method Details
-
builder
-
getDateAdded
The timestamp that the list was created. -
getDateChanged
The timestamp of the last change to the list. -
getUri
The website URI. -
get_public
Public visibility flag indicator. -
getDescription
The list description. -
getItems
-
toString
- Overrides:
toStringin classNamedResource<Long,UserList>
-