Class ExtensionLiveChannelsList

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

public class ExtensionLiveChannelsList extends Object
  • Constructor Details

    • ExtensionLiveChannelsList

      public ExtensionLiveChannelsList()
  • Method Details

    • getCursor

      public Optional<String> getCursor()
      Returns:
      the cursor to specify in the next call to obtain the next page of results, in an optional wrapper
    • getChannels

      public List<ExtensionLiveChannel> getChannels()
      One page of live channels that have installed or activated a specific Extension.
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object