Class ListDescriptor
java.lang.Object
com.amilesend.tmdb.client.model.Resource<Integer, ListDescriptor>
com.amilesend.tmdb.client.model.NamedResource<Integer, ListDescriptor>
com.amilesend.tmdb.client.model.acount.type.ListDescriptor
Describes a user list associated with an account.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classListDescriptor.ListDescriptorBuilder<C extends ListDescriptor, B extends ListDescriptor.ListDescriptorBuilder<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 ListDescriptor.ListDescriptorBuilder<?, ?> builder()List description.Number of media resources that are marked as a favorite.Total number of items in the list.The ISO-639-1 language code.The list type.The relative path to the post image.toString()Methods inherited from class NamedResource
getName
-
Method Details
-
builder
-
getDescription
List description. -
getFavoriteCount
Number of media resources that are marked as a favorite. -
getItemCount
Total number of items in the list. -
getLanguageCode
The ISO-639-1 language code. -
getListType
The list type. -
getPosterPath
The relative path to the post image. -
toString
- Overrides:
toStringin classNamedResource<Integer, ListDescriptor>
-