Class ScheduledVacation

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

public class ScheduledVacation extends Object
  • Constructor Details

    • ScheduledVacation

      public ScheduledVacation()
  • Method Details

    • getStartTime

      public Instant getStartTime()
      Start time for vacation specified in RFC3339 format.
    • getEndTime

      public Instant getEndTime()
      End time for vacation specified in RFC3339 format.
    • 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