Klasse ExtensionLiveChannelsList

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

public class ExtensionLiveChannelsList extends Object
  • Konstruktordetails

    • ExtensionLiveChannelsList

      public ExtensionLiveChannelsList()
  • Methodendetails

    • getCursor

      public Optional<String> getCursor()
      Gibt zurück:
      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)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object