Class UserListItem
java.lang.Object
com.amilesend.discogs.model.Resource<Long, UserListItem>
com.amilesend.discogs.model.lists.type.UserListItem
Describes a user list item resource.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classUserListItem.UserListItemBuilder<C extends UserListItem, B extends UserListItem.UserListItemBuilder<C,B>> -
Method Summary
Modifier and TypeMethodDescriptionstatic UserListItem.UserListItemBuilder<?, ?> builder()The list comment.The display title of the list.getType()The type of list.getUri()The website URI.toString()Methods inherited from class Resource
equals, getId, getResourceUrl, hashCode
-
Method Details
-
builder
-
getComment
The list comment. -
getDisplayTitle
The display title of the list. -
getUri
The website URI. -
getType
The type of list. -
toString
- Overrides:
toStringin classResource<Long, UserListItem>
-