Enum Class ReplayStatus

java.lang.Object
java.lang.Enum<ReplayStatus>
com.sportradar.unifiedodds.sdk.managers.ReplayStatus
All Implemented Interfaces:
Serializable, Comparable<ReplayStatus>, java.lang.constant.Constable

public enum ReplayStatus extends Enum<ReplayStatus>
An indication of the replay status
  • Enum Constant Details

    • Playing

      public static final ReplayStatus Playing
      The replay server is currently playing the requested event messages
    • Stopped

      public static final ReplayStatus Stopped
      The replay server is currently stopped
  • Method Details

    • values

      public static ReplayStatus[] 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 ReplayStatus 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