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> Nested classes/interfaces inherited from class Resource
Resource.ResourceBuilder<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, getThumbnailUrlMethods 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>
-