Class ListDescriptor


public class ListDescriptor extends NamedResource<Integer,ListDescriptor>
Describes a user list associated with an account.
See Also:
  • Method Details

    • builder

      public static ListDescriptor.ListDescriptorBuilder<?,?> builder()
    • getDescription

      public String getDescription()
      List description.
    • getFavoriteCount

      public Integer getFavoriteCount()
      Number of media resources that are marked as a favorite.
    • getItemCount

      public Integer getItemCount()
      Total number of items in the list.
    • getLanguageCode

      public String getLanguageCode()
      The ISO-639-1 language code.
    • getListType

      public String getListType()
      The list type.
    • getPosterPath

      public String getPosterPath()
      The relative path to the post image.
    • toString

      public String toString()
      Overrides:
      toString in class NamedResource<Integer,ListDescriptor>