Enum Class Check.TypeEnum

java.lang.Object
java.lang.Enum<Check.TypeEnum>
com.mypurecloud.sdk.v2.model.Check.TypeEnum
All Implemented Interfaces:
Serializable, Comparable<Check.TypeEnum>, java.lang.constant.Constable
Enclosing class:
Check

public static enum Check.TypeEnum extends Enum<Check.TypeEnum>
The type of check executed.
  • Enum Constant Details

    • OUTDATEDSDKVERSION

      public static final Check.TypeEnum OUTDATEDSDKVERSION
    • HANDLETIMEVALUE

      public static final Check.TypeEnum HANDLETIMEVALUE
    • TRANSFERRATEVALUE

      public static final Check.TypeEnum TRANSFERRATEVALUE
    • SALESCONVERSIONRATEVALUE

      public static final Check.TypeEnum SALESCONVERSIONRATEVALUE
    • SALESAMOUNTVALUE

      public static final Check.TypeEnum SALESAMOUNTVALUE
    • RETENTIONRATEVALUE

      public static final Check.TypeEnum RETENTIONRATEVALUE
    • CHURNRATEVALUE

      public static final Check.TypeEnum CHURNRATEVALUE
    • NEXTCONTACTAVOIDANCERATEVALUE

      public static final Check.TypeEnum NEXTCONTACTAVOIDANCERATEVALUE
    • INTERACTIONVOLUME

      public static final Check.TypeEnum INTERACTIONVOLUME
    • USERVARIANCE

      public static final Check.TypeEnum USERVARIANCE
    • DATACOVERAGE

      public static final Check.TypeEnum DATACOVERAGE
    • MODELQUALITY

      public static final Check.TypeEnum MODELQUALITY
  • Method Details

    • values

      public static Check.TypeEnum[] 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 Check.TypeEnum 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
    • fromString

      public static Check.TypeEnum fromString(String key)
    • toString

      public String toString()
      Overrides:
      toString in class Enum<Check.TypeEnum>