java.lang.Object
java.lang.Enum<Query>
oracle.communication.brm.charging.messages.query.Query
All Implemented Interfaces:
Serializable, Comparable<Query>, Constable, Operation

public enum Query extends Enum<Query> implements Operation
Operation Types Supported by Query Request.
  • Enum Constant Details

    • BALANCE_QUERY

      public static final Query BALANCE_QUERY
      Operation Type indicating query..
    • AUTHENTICATION_QUERY

      public static final Query AUTHENTICATION_QUERY
    • USER_DATA_REQUEST

      public static final Query USER_DATA_REQUEST
  • Method Details

    • values

      public static Query[] 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 Query 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
    • getType

      public String getType()
      Specified by:
      getType in interface Operation
      Returns:
      type of operation