Uses of Class
org.jainslee.resources.diameter.ro.types.vcb0.DeliveryReportRequested
-
Packages that use DeliveryReportRequested Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
-
-
Uses of DeliveryReportRequested in org.jainslee.resources.diameter.ro.types.vcb0
Fields in org.jainslee.resources.diameter.ro.types.vcb0 declared as DeliveryReportRequested Modifier and Type Field Description static DeliveryReportRequested
DeliveryReportRequested. NO
static DeliveryReportRequested
DeliveryReportRequested. YES
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return DeliveryReportRequested Modifier and Type Method Description static DeliveryReportRequested
DeliveryReportRequested. fromInt(int type)
DeliveryReportRequested
MmsInformation. getDeliveryReportRequested()
Returns the value of the Delivery-Report-Requested AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type DeliveryReportRequested Modifier and Type Method Description void
MmsInformation. setDeliveryReportRequested(DeliveryReportRequested deliveryReportRequested)
Sets the value of the Delivery-Report-Requested AVP, of type Enumerated.
-