Uses of Enum Class
com.mypurecloud.sdk.v2.model.EnrichFieldRule.ActionEnum
Packages that use EnrichFieldRule.ActionEnum
-
Uses of EnrichFieldRule.ActionEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EnrichFieldRule.ActionEnumModifier and TypeMethodDescriptionstatic EnrichFieldRule.ActionEnumEnrichFieldRule.ActionEnum.fromString(String key) EnrichFieldRule.getAction()static EnrichFieldRule.ActionEnumReturns the enum constant of this class with the specified name.static EnrichFieldRule.ActionEnum[]EnrichFieldRule.ActionEnum.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 EnrichFieldRule.ActionEnumModifier and TypeMethodDescriptionEnrichFieldRule.action(EnrichFieldRule.ActionEnum action) The behavior for how to combine data from the request body and the database.voidEnrichFieldRule.setAction(EnrichFieldRule.ActionEnum action)