Enum Class InstanceResponseCode

java.lang.Object
java.lang.Enum<InstanceResponseCode>
com.skava.subscription.constant.InstanceResponseCode
All Implemented Interfaces:
Serializable, Comparable<InstanceResponseCode>, Constable

public enum InstanceResponseCode extends Enum<InstanceResponseCode>

Class InstanceResponseCode

Holds the response code for instance

Author:
Infosys Equinox
  • Enum Constant Details

    • ENTITY_INSTANCE

      public static final InstanceResponseCode ENTITY_INSTANCE
    • INSTANCE_CREATE_SUCCESS

      public static final InstanceResponseCode INSTANCE_CREATE_SUCCESS
    • INSTANCE_FIND_SUCCESS

      public static final InstanceResponseCode INSTANCE_FIND_SUCCESS
    • INSTANCE_UPDATE_SUCCESS

      public static final InstanceResponseCode INSTANCE_UPDATE_SUCCESS
    • INSTANCE_PATCH_UPDATE_SUCCESS

      public static final InstanceResponseCode INSTANCE_PATCH_UPDATE_SUCCESS
    • INSTANCE_DELETE_SUCCESS

      public static final InstanceResponseCode INSTANCE_DELETE_SUCCESS
    • INSTANCE_FIND_ALL_SUCCESS

      public static final InstanceResponseCode INSTANCE_FIND_ALL_SUCCESS
    • ERORR_CODE_VALIDATION

      public static final InstanceResponseCode ERORR_CODE_VALIDATION
    • INSTANCE_ALREADY_EXISTS

      public static final InstanceResponseCode INSTANCE_ALREADY_EXISTS
    • INSTANCE_NOT_EXISTS

      public static final InstanceResponseCode INSTANCE_NOT_EXISTS
    • ERROR_INSTANCE_ID_REQUIRED

      public static final InstanceResponseCode ERROR_INSTANCE_ID_REQUIRED
    • ERROR_INVALID_PAGE_SIZE

      public static final InstanceResponseCode ERROR_INVALID_PAGE_SIZE
    • ERROR_UNSUPPORTED_ACTION_TYPE

      public static final InstanceResponseCode ERROR_UNSUPPORTED_ACTION_TYPE
    • ERROR_SUBSCRIPTION_STASTUS_NOT_ALLOWED

      public static final InstanceResponseCode ERROR_SUBSCRIPTION_STASTUS_NOT_ALLOWED
    • ERROR_INSTANCE_ACTION_REQUIRED

      public static final InstanceResponseCode ERROR_INSTANCE_ACTION_REQUIRED
    • ERROR_INSTANCE_ORDERID_REQUIRED

      public static final InstanceResponseCode ERROR_INSTANCE_ORDERID_REQUIRED
    • ERROR_INSTANCE_ACTION_DATE_REQUIRED

      public static final InstanceResponseCode ERROR_INSTANCE_ACTION_DATE_REQUIRED
    • ERROR_MSG_KEY_REQUIRED

      public static final InstanceResponseCode ERROR_MSG_KEY_REQUIRED
    • ERROR_CREATE_INSTANCE_SEQUENCE_INVALID

      public static final InstanceResponseCode ERROR_CREATE_INSTANCE_SEQUENCE_INVALID
    • ERROR_INSTANCE_STATUS_FLOW_NO_MORE_STATUS

      public static final InstanceResponseCode ERROR_INSTANCE_STATUS_FLOW_NO_MORE_STATUS
    • ERROR_INSTANCE_STATUS_FLOW

      public static final InstanceResponseCode ERROR_INSTANCE_STATUS_FLOW
    • ERROR_INSTANCE_CANT_UPDATE_AFTER_NEXT_ORDER_CREATION_DATE

      public static final InstanceResponseCode ERROR_INSTANCE_CANT_UPDATE_AFTER_NEXT_ORDER_CREATION_DATE
    • ERROR_INSTANCE_UNSKIP_DATE_REACHED

      public static final InstanceResponseCode ERROR_INSTANCE_UNSKIP_DATE_REACHED
  • Method Details

    • values

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