Uses of Class
org.jainslee.resources.diameter.sh.types.vc60.OneTimeNotification
-
Packages that use OneTimeNotification Package Description org.jainslee.resources.diameter.sh.types.vc60 GroupedAvp
andDiameterMessage
objects defined in3GPP TS 29.329 v12.6.0.
-
-
Uses of OneTimeNotification in org.jainslee.resources.diameter.sh.types.vc60
Fields in org.jainslee.resources.diameter.sh.types.vc60 declared as OneTimeNotification Modifier and Type Field Description static OneTimeNotification
OneTimeNotification. ONE_TIME_NOTIFICATION_REQUESTED
Methods in org.jainslee.resources.diameter.sh.types.vc60 that return OneTimeNotification Modifier and Type Method Description static OneTimeNotification
OneTimeNotification. fromInt(int type)
OneTimeNotification
SubscribeNotificationsRequest. getOneTimeNotification()
Returns the value of the One-Time-Notification AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.sh.types.vc60 with parameters of type OneTimeNotification Modifier and Type Method Description void
SubscribeNotificationsRequest. setOneTimeNotification(OneTimeNotification oneTimeNotification)
Sets the value of the One-Time-Notification AVP, of type Enumerated.
-