Uses of Enum Class
com.mypurecloud.sdk.v2.model.WebMessagingEventPresence.TypeEnum
Packages that use WebMessagingEventPresence.TypeEnum
-
Uses of WebMessagingEventPresence.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WebMessagingEventPresence.TypeEnumModifier and TypeMethodDescriptionWebMessagingEventPresence.TypeEnum.fromString(String key) WebMessagingEventPresence.getType()Returns the enum constant of this class with the specified name.static WebMessagingEventPresence.TypeEnum[]WebMessagingEventPresence.TypeEnum.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 WebMessagingEventPresence.TypeEnumModifier and TypeMethodDescriptionvoidWebMessagingEventPresence.setType(WebMessagingEventPresence.TypeEnum type) WebMessagingEventPresence.type(WebMessagingEventPresence.TypeEnum type) Describes the type of Presence event.