Enum Class PolicyResponse.Status

java.lang.Object
java.lang.Enum<PolicyResponse.Status>
oracle.communication.brm.charging.messages.policy.PolicyResponse.Status
All Implemented Interfaces:
Serializable, Comparable<PolicyResponse.Status>, Constable
Enclosing interface:
PolicyResponse

public static enum PolicyResponse.Status extends Enum<PolicyResponse.Status>
Fetches status of the response.
  • Enum Constant Details

    • SUCCESS

      public static final PolicyResponse.Status SUCCESS
      Status indicating that policy request was successfully processed
    • FAILURE

      public static final PolicyResponse.Status FAILURE
      Status indicating that policy request processing failed
  • Method Details

    • values

      public static PolicyResponse.Status[] 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 PolicyResponse.Status 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