Uses of Interface
org.jainslee.resources.diameter.ro.types.vcb0.ParticipantGroup
-
Packages that use ParticipantGroup Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
org.jainslee.resources.diameter.ro.vcb0 -
-
Uses of ParticipantGroup in org.jainslee.resources.diameter.ro.types.vcb0
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return ParticipantGroup Modifier and Type Method Description ParticipantGroup[]
PocInformation. getParticipantGroups()
Returns the set of Participant-Group AVPs.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type ParticipantGroup Modifier and Type Method Description void
PocInformation. setParticipantGroup(ParticipantGroup participantGroup)
Sets a single Participant-Group AVP in the PoC-Information AVP, of type Grouped.void
PocInformation. setParticipantGroups(ParticipantGroup[] participantGroups)
Sets the set of Participant-Group AVPs, with all the values in the given array. -
Uses of ParticipantGroup in org.jainslee.resources.diameter.ro.vcb0
Methods in org.jainslee.resources.diameter.ro.vcb0 that return ParticipantGroup Modifier and Type Method Description ParticipantGroup
MessageFactory. createParticipantGroup()
Create an empty ParticipantGroup (Grouped AVP) instance.
-