Uses of Class
com.mypurecloud.sdk.v2.model.ContactsPatchChange
Packages that use ContactsPatchChange
-
Uses of ContactsPatchChange in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ContactsPatchChangeModifier 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.A JSONPath string, whose syntax is a strict subset of the JSONPath RFC 9535.The value which is applied to the selected field for the patch.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ContactsPatchChangeMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ContactsPatchChangeModifier and TypeMethodDescriptionExternalContactsPatchRequest.changes(List<ContactsPatchChange> changes) A list of changes to apply to the provided contact entityvoidExternalContactsPatchRequest.setChanges(List<ContactsPatchChange> changes)