Uses of Class
com.opencloud.sentinel.multileg.InviteSessionPhase
-
Packages that use InviteSessionPhase Package Description com.opencloud.sentinel.multileg This package contains the interfaces required for leg management operations in the Sentinel services. -
-
Uses of InviteSessionPhase in com.opencloud.sentinel.multileg
Methods in com.opencloud.sentinel.multileg that return InviteSessionPhase Modifier and Type Method Description InviteSessionPhase
Leg. getInviteSessionPhase()
Indicates which phase the INVITE session for this leg is in.InviteSessionPhase
LegState. getInviteSessionPhase()
static InviteSessionPhase
InviteSessionPhase. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static InviteSessionPhase[]
InviteSessionPhase. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opencloud.sentinel.multileg with parameters of type InviteSessionPhase Modifier and Type Method Description boolean
InviteSessionPhase. isAfter(InviteSessionPhase phase)
Indicates whether this phase occurs after the provided phase.boolean
InviteSessionPhase. isBefore(InviteSessionPhase phase)
Indicates whether this phase occurs before the provided phase.void
LegState. setInviteSessionPhase(InviteSessionPhase inviteSessionPhase)
-