Uses of Enum Class
com.mypurecloud.sdk.v2.model.ActivationTrigger.TriggerTypeEnum
Packages that use ActivationTrigger.TriggerTypeEnum
-
Uses of ActivationTrigger.TriggerTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ActivationTrigger.TriggerTypeEnumModifier and TypeMethodDescriptionActivationTrigger.TriggerTypeEnum.fromString(String key) ActivationTrigger.getTriggerType()Returns the enum constant of this class with the specified name.static ActivationTrigger.TriggerTypeEnum[]ActivationTrigger.TriggerTypeEnum.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 ActivationTrigger.TriggerTypeEnumModifier and TypeMethodDescriptionvoidActivationTrigger.setTriggerType(ActivationTrigger.TriggerTypeEnum triggerType) ActivationTrigger.triggerType(ActivationTrigger.TriggerTypeEnum triggerType) Trigger type that activated this checklist.