Uses of Enum Class
com.mypurecloud.sdk.v2.model.CallToAction.TargetEnum
Packages that use CallToAction.TargetEnum
-
Uses of CallToAction.TargetEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CallToAction.TargetEnumModifier and TypeMethodDescriptionstatic CallToAction.TargetEnumCallToAction.TargetEnum.fromString(String key) CallToAction.getTarget()static CallToAction.TargetEnumReturns the enum constant of this class with the specified name.static CallToAction.TargetEnum[]CallToAction.TargetEnum.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 CallToAction.TargetEnumModifier and TypeMethodDescriptionvoidCallToAction.setTarget(CallToAction.TargetEnum target) CallToAction.target(CallToAction.TargetEnum target) Where the URL should be opened when the user clicks on the call to action button.