Uses of Interface
org.jainslee.resources.diameter.rf.types.v710.RecipientAddress
-
Packages that use RecipientAddress Package Description org.jainslee.resources.diameter.rf.types.v710 GroupedAvpandDiameterMessageobjects defined inRFC 4006and3GPP TS 32.299 v7.1.0.org.jainslee.resources.diameter.rf.v710 -
-
Uses of RecipientAddress in org.jainslee.resources.diameter.rf.types.v710
Methods in org.jainslee.resources.diameter.rf.types.v710 that return RecipientAddress Modifier and Type Method Description RecipientAddress[]MmsInformation. getRecipientAddresses()Returns the set of Recipient-Address AVPs.Methods in org.jainslee.resources.diameter.rf.types.v710 with parameters of type RecipientAddress Modifier and Type Method Description voidMmsInformation. setRecipientAddress(RecipientAddress recipientAddress)Sets a single Recipient-Address AVP in the MMS-Information AVP, of type Grouped.voidMmsInformation. setRecipientAddresses(RecipientAddress[] recipientAddresses)Sets the set of Recipient-Address AVPs, with all the values in the given array. -
Uses of RecipientAddress in org.jainslee.resources.diameter.rf.v710
Methods in org.jainslee.resources.diameter.rf.v710 that return RecipientAddress Modifier and Type Method Description RecipientAddressMessageFactory. createRecipientAddress()Create an empty RecipientAddress (Grouped AVP) instance.
-