Uses of Enum Class
com.mypurecloud.sdk.v2.model.Session.LastUserDisconnectTypeEnum
Packages that use Session.LastUserDisconnectTypeEnum
-
Uses of Session.LastUserDisconnectTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return Session.LastUserDisconnectTypeEnumModifier and TypeMethodDescriptionSession.LastUserDisconnectTypeEnum.fromString(String key) Session.getLastUserDisconnectType()Returns the enum constant of this class with the specified name.static Session.LastUserDisconnectTypeEnum[]Session.LastUserDisconnectTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type Session.LastUserDisconnectTypeEnumModifier and TypeMethodDescriptionSession.lastUserDisconnectType(Session.LastUserDisconnectTypeEnum lastUserDisconnectType) Disconnect reason for the last user connected to the conversation.voidSession.setLastUserDisconnectType(Session.LastUserDisconnectTypeEnum lastUserDisconnectType)