Class OneTimeNotification

  • All Implemented Interfaces:
    Serializable, Enumerated

    public class OneTimeNotification
    extends Object
    implements Serializable, Enumerated
    Java class to represent the OneTimeNotification enumerated type.

    Documentation from the relevant specification:

    The One-Time-Notification AVP is of type Enumerated. If present it indicates that the sender requests to be notified only one time. After the notification, the HSS shall remove the subscription

    Author:
    Open Cloud
    See Also:
    Serialized Form
    • Field Detail

      • _ONE_TIME_NOTIFICATION_REQUESTED

        public static final int _ONE_TIME_NOTIFICATION_REQUESTED
        See Also:
        Constant Field Values
      • ONE_TIME_NOTIFICATION_REQUESTED

        public static final OneTimeNotification ONE_TIME_NOTIFICATION_REQUESTED
    • Method Detail

      • getValue

        public int getValue()
        Description copied from interface: Enumerated
        Return the value of this instance of this enumerated type.
        Specified by:
        getValue in interface Enumerated
        Returns:
        value