Enum Class ReconStatus

java.lang.Object
java.lang.Enum<ReconStatus>
com.sath.idhub.generated.types.ReconStatus
All Implemented Interfaces:
Serializable, Comparable<ReconStatus>, Constable

public enum ReconStatus extends Enum<ReconStatus>
  • Enum Constant Details

    • EVENT_CREATED

      public static final ReconStatus EVENT_CREATED
    • EXISTING_RESOURCE_DELETED

      public static final ReconStatus EXISTING_RESOURCE_DELETED
    • EXISTING_RESOURCE_RECONCILED

      public static final ReconStatus EXISTING_RESOURCE_RECONCILED
    • EXISTING_RESOURCE_RECONCILED_NO_CHANGE

      public static final ReconStatus EXISTING_RESOURCE_RECONCILED_NO_CHANGE
    • EXISTING_USER_ACCOUNT_DELETED

      public static final ReconStatus EXISTING_USER_ACCOUNT_DELETED
    • EXISTING_USER_ACCOUNT_NON_PROCESSABLE

      public static final ReconStatus EXISTING_USER_ACCOUNT_NON_PROCESSABLE
    • EXISTING_USER_ACCOUNT_RECONCILED

      public static final ReconStatus EXISTING_USER_ACCOUNT_RECONCILED
    • EXISTING_USER_ACCOUNT_RECONCILED_NO_CHANGE

      public static final ReconStatus EXISTING_USER_ACCOUNT_RECONCILED_NO_CHANGE
    • IN_PROGRESS

      public static final ReconStatus IN_PROGRESS
    • MULTIPLE_MATCHED_RESOURCES_FOUND

      public static final ReconStatus MULTIPLE_MATCHED_RESOURCES_FOUND
    • NEW_RESOURCE_CREATED

      public static final ReconStatus NEW_RESOURCE_CREATED
    • NEW_USER_ACCOUNT_CREATED

      public static final ReconStatus NEW_USER_ACCOUNT_CREATED
    • NO_MATCHED_RESOURCES_FOUND

      public static final ReconStatus NO_MATCHED_RESOURCES_FOUND
    • RECONCILIATION_FAILED

      public static final ReconStatus RECONCILIATION_FAILED
    • RESOURCE_VALIDATION_FAILED

      public static final ReconStatus RESOURCE_VALIDATION_FAILED
  • Method Details

    • values

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