Enum Class ContactsPatchChange.ActionEnum

java.lang.Object
java.lang.Enum<ContactsPatchChange.ActionEnum>
com.mypurecloud.sdk.v2.model.ContactsPatchChange.ActionEnum
All Implemented Interfaces:
Serializable, Comparable<ContactsPatchChange.ActionEnum>, java.lang.constant.Constable
Enclosing class:
ContactsPatchChange

public static enum ContactsPatchChange.ActionEnum extends Enum<ContactsPatchChange.ActionEnum>
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.