Class SoundtrackPlaylistTracksList

java.lang.Object
com.github.twitch4j.helix.domain.SoundtrackPlaylistTracksList

@Deprecated public class SoundtrackPlaylistTracksList extends Object
  • Constructor Details

    • SoundtrackPlaylistTracksList

      public SoundtrackPlaylistTracksList()
      Deprecated.
  • Method Details

    • getTracks

      public List<SoundtrackTrack> getTracks()
      Deprecated.
      The list of tracks in the playlist.
    • getPagination

      public HelixPagination getPagination()
      Deprecated.
      Cursor for forward pagination; used to tell the server where to start fetching the next set of results, in a multi-page response.
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
      Deprecated.
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object