Uses of Class
com.opencloud.sentinel.common.CallType
-
Packages that use CallType Package Description com.opencloud.sentinel.common This package contains session state interfaces in the Sentinel SIP service. -
-
Uses of CallType in com.opencloud.sentinel.common
Methods in com.opencloud.sentinel.common that return CallType Modifier and Type Method Description CallType
SentinelSipSessionState. getCallType()
static CallType
CallType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CallType[]
CallType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opencloud.sentinel.common with parameters of type CallType Modifier and Type Method Description void
SentinelSipSessionState. setCallType(CallType CallType)
-