Uses of Enum Class
com.mypurecloud.sdk.v2.model.WebChatMemberInfo.StateEnum
Packages that use WebChatMemberInfo.StateEnum
-
Uses of WebChatMemberInfo.StateEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WebChatMemberInfo.StateEnumModifier and TypeMethodDescriptionstatic WebChatMemberInfo.StateEnumWebChatMemberInfo.StateEnum.fromString(String key) WebChatMemberInfo.getState()static WebChatMemberInfo.StateEnumReturns the enum constant of this class with the specified name.static WebChatMemberInfo.StateEnum[]WebChatMemberInfo.StateEnum.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 WebChatMemberInfo.StateEnumModifier and TypeMethodDescriptionvoidWebChatMemberInfo.setState(WebChatMemberInfo.StateEnum state) WebChatMemberInfo.state(WebChatMemberInfo.StateEnum state) The connection state of this member.