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