Uses of Class
org.jainslee.resources.diameter.rf.types.vb80.ReplyPathRequested
-
Packages that use ReplyPathRequested Package Description org.jainslee.resources.diameter.rf.types.vb80 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v11.8.0.
-
-
Uses of ReplyPathRequested in org.jainslee.resources.diameter.rf.types.vb80
Fields in org.jainslee.resources.diameter.rf.types.vb80 declared as ReplyPathRequested Modifier and Type Field Description static ReplyPathRequested
ReplyPathRequested. NO_REPLY_PATH_SET
static ReplyPathRequested
ReplyPathRequested. REPLY_PATH_SET
Methods in org.jainslee.resources.diameter.rf.types.vb80 that return ReplyPathRequested Modifier and Type Method Description static ReplyPathRequested
ReplyPathRequested. fromInt(int type)
ReplyPathRequested
SmsInformation. getReplyPathRequested()
Returns the value of the Reply-Path-Requested AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.rf.types.vb80 with parameters of type ReplyPathRequested Modifier and Type Method Description void
SmsInformation. setReplyPathRequested(ReplyPathRequested replyPathRequested)
Sets the value of the Reply-Path-Requested AVP, of type Enumerated.
-