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