Uses of Enum Class
com.mypurecloud.sdk.v2.model.WebChatMemberInfo.RoleEnum
Packages that use WebChatMemberInfo.RoleEnum
-
Uses of WebChatMemberInfo.RoleEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WebChatMemberInfo.RoleEnumModifier and TypeMethodDescriptionstatic WebChatMemberInfo.RoleEnumWebChatMemberInfo.RoleEnum.fromString(String key) WebChatMemberInfo.getRole()static WebChatMemberInfo.RoleEnumReturns the enum constant of this class with the specified name.static WebChatMemberInfo.RoleEnum[]WebChatMemberInfo.RoleEnum.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.RoleEnumModifier and TypeMethodDescriptionWebChatMemberInfo.role(WebChatMemberInfo.RoleEnum role) The role of the member, one of [agent, customer, acd, workflow]voidWebChatMemberInfo.setRole(WebChatMemberInfo.RoleEnum role)