Uses of Enum Class
com.mypurecloud.sdk.v2.model.ContactsPatchChange.ActionEnum
Packages that use ContactsPatchChange.ActionEnum
-
Uses of ContactsPatchChange.ActionEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ContactsPatchChange.ActionEnumModifier and TypeMethodDescriptionContactsPatchChange.ActionEnum.fromString(String key) ContactsPatchChange.getAction()Returns the enum constant of this class with the specified name.static ContactsPatchChange.ActionEnum[]ContactsPatchChange.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 ContactsPatchChange.ActionEnumModifier and TypeMethodDescriptionContactsPatchChange.action(ContactsPatchChange.ActionEnum action) The action of the operation.UpdateIfEmpty: Update if and only if the current value is emptyUpdate: Update the field unconditionally.UpdateIfExists: Update the field if and only if the existing field is not empty.AppendToCollection: Add new items to a collection, preserving existing data.Remove: Remove the current value unconditionally.RemoveFromCollection: Remove specified value from a collection.voidContactsPatchChange.setAction(ContactsPatchChange.ActionEnum action)