Class StreamSchedule

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

public class StreamSchedule extends Object
  • Constructor Details

    • StreamSchedule

      public StreamSchedule()
  • Method Details

    • getSegments

      public List<ScheduledSegment> getSegments()
      Scheduled broadcasts for this stream schedule.
    • getBroadcasterId

      public String getBroadcasterId()
      User ID of the broadcaster.
    • getBroadcasterName

      public String getBroadcasterName()
      Display name of the broadcaster.
    • getBroadcasterLogin

      public String getBroadcasterLogin()
      Login name of the broadcaster.
    • getVacation

      @Nullable public @Nullable ScheduledVacation getVacation()
      If Vacation Mode is enabled, this includes start and end dates for the vacation. If Vacation Mode is disabled, this value is set to null.
    • 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