Uses of Class
org.jainslee.resources.diameter.sh.types.vc60.SendDataIndication
-
Packages that use SendDataIndication Package Description org.jainslee.resources.diameter.sh.types.vc60 GroupedAvp
andDiameterMessage
objects defined in3GPP TS 29.329 v12.6.0.
-
-
Uses of SendDataIndication in org.jainslee.resources.diameter.sh.types.vc60
Fields in org.jainslee.resources.diameter.sh.types.vc60 declared as SendDataIndication Modifier and Type Field Description static SendDataIndication
SendDataIndication. USER_DATA_NOT_REQUESTED
static SendDataIndication
SendDataIndication. USER_DATA_REQUESTED
Methods in org.jainslee.resources.diameter.sh.types.vc60 that return SendDataIndication Modifier and Type Method Description static SendDataIndication
SendDataIndication. fromInt(int type)
SendDataIndication
SubscribeNotificationsRequest. getSendDataIndication()
Returns the value of the Send-Data-Indication AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.sh.types.vc60 with parameters of type SendDataIndication Modifier and Type Method Description void
SubscribeNotificationsRequest. setSendDataIndication(SendDataIndication sendDataIndication)
Sets the value of the Send-Data-Indication AVP, of type Enumerated.
-