Uses of Enum Class
com.mypurecloud.sdk.v2.model.WebChatRoutingTarget.TargetTypeEnum
Packages that use WebChatRoutingTarget.TargetTypeEnum
-
Uses of WebChatRoutingTarget.TargetTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WebChatRoutingTarget.TargetTypeEnumModifier and TypeMethodDescriptionWebChatRoutingTarget.TargetTypeEnum.fromString(String key) WebChatRoutingTarget.getTargetType()Returns the enum constant of this class with the specified name.static WebChatRoutingTarget.TargetTypeEnum[]WebChatRoutingTarget.TargetTypeEnum.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 WebChatRoutingTarget.TargetTypeEnumModifier and TypeMethodDescriptionvoidWebChatRoutingTarget.setTargetType(WebChatRoutingTarget.TargetTypeEnum targetType) WebChatRoutingTarget.targetType(WebChatRoutingTarget.TargetTypeEnum targetType) The target type of the routing target, such as 'QUEUE'.