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 InviteSessionPhaseLeg. getInviteSessionPhase()Indicates which phase the INVITE session for this leg is in.InviteSessionPhaseLegState. getInviteSessionPhase()static InviteSessionPhaseInviteSessionPhase. 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 booleanInviteSessionPhase. isAfter(InviteSessionPhase phase)Indicates whether this phase occurs after the provided phase.booleanInviteSessionPhase. isBefore(InviteSessionPhase phase)Indicates whether this phase occurs before the provided phase.voidLegState. setInviteSessionPhase(InviteSessionPhase inviteSessionPhase)
-