Uses of Class
org.jainslee.resources.diameter.ro.types.vcb0.ParticipantActionType
-
Packages that use ParticipantActionType Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
-
-
Uses of ParticipantActionType in org.jainslee.resources.diameter.ro.types.vcb0
Fields in org.jainslee.resources.diameter.ro.types.vcb0 declared as ParticipantActionType Modifier and Type Field Description static ParticipantActionType
ParticipantActionType. CREATE_CONF
static ParticipantActionType
ParticipantActionType. INVITE_INTO_CONF
static ParticipantActionType
ParticipantActionType. JOIN_CONF
static ParticipantActionType
ParticipantActionType. QUIT_CONF
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return ParticipantActionType Modifier and Type Method Description static ParticipantActionType
ParticipantActionType. fromInt(int type)
ParticipantActionType
SupplementaryService. getParticipantActionType()
Returns the value of the Participant-Action-Type AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type ParticipantActionType Modifier and Type Method Description void
SupplementaryService. setParticipantActionType(ParticipantActionType participantActionType)
Sets the value of the Participant-Action-Type AVP, of type Enumerated.
-