Enum Class StreamOnline.Type

java.lang.Object
java.lang.Enum<StreamOnline.Type>
com.gmt2001.twitch.eventsub.subscriptions.stream.StreamOnline.Type
All Implemented Interfaces:
Serializable, Comparable<StreamOnline.Type>, Constable
Enclosing class:
StreamOnline

public static enum StreamOnline.Type extends Enum<StreamOnline.Type>
Stream types
  • Enum Constant Details

    • LIVE

      public static final StreamOnline.Type LIVE
      A live stream
    • PLAYLIST

      public static final StreamOnline.Type PLAYLIST
      Playlist
    • WATCH_PARTY

      public static final StreamOnline.Type WATCH_PARTY
      Watching a movie or TV show together on Prime Video
    • PREMIERE

      public static final StreamOnline.Type PREMIERE
      A premiere of a new video
    • RERUN

      public static final StreamOnline.Type RERUN
      Rerun of a vod of a previous live stream
  • Method Details

    • values

      public static StreamOnline.Type[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static StreamOnline.Type valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null