Uses of Class
org.jainslee.resources.diameter.rf.types.vb80.ParticipantActionType
-
Packages that use ParticipantActionType Package Description org.jainslee.resources.diameter.rf.types.vb80 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v11.8.0.
-
-
Uses of ParticipantActionType in org.jainslee.resources.diameter.rf.types.vb80
Fields in org.jainslee.resources.diameter.rf.types.vb80 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.rf.types.vb80 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.rf.types.vb80 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.
-