Uses of Class
com.mypurecloud.sdk.v2.model.ContactEnrichRequest
Packages that use ContactEnrichRequest
Package
Description
-
Uses of ContactEnrichRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type ContactEnrichRequestModifier and TypeMethodDescriptionExternalContactsApi.postExternalcontactsContactsEnrich(ContactEnrichRequest body, Boolean dryRun) Modify or create an External Contact, with powerful behaviors for finding and combining data with pre-existing Contacts.ExternalContactsApi.postExternalcontactsContactsEnrichWithHttpInfo(ContactEnrichRequest body, Boolean dryRun) Modify or create an External Contact, with powerful behaviors for finding and combining data with pre-existing Contacts.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type ContactEnrichRequestModifier and TypeMethodDescriptionExternalContactsApi.postExternalcontactsContactsEnrich(ApiRequest<ContactEnrichRequest> request) Modify or create an External Contact, with powerful behaviors for finding and combining data with pre-existing Contacts.ExternalContactsApiAsync.postExternalcontactsContactsEnrichAsync(ApiRequest<ContactEnrichRequest> request, AsyncApiCallback<ApiResponse<ExternalContact>> callback) Modify or create an External Contact, with powerful behaviors for finding and combining data with pre-existing Contacts. -
Uses of ContactEnrichRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return ContactEnrichRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type ContactEnrichRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type ContactEnrichRequestModifier and TypeMethodDescriptionPostExternalcontactsContactsEnrichRequest.builder(ContactEnrichRequest body) voidPostExternalcontactsContactsEnrichRequest.setBody(ContactEnrichRequest body) PostExternalcontactsContactsEnrichRequest.Builder.withBody(ContactEnrichRequest body) PostExternalcontactsContactsEnrichRequest.withBody(ContactEnrichRequest body) PostExternalcontactsContactsEnrichRequest.Builder.withRequiredParams(ContactEnrichRequest body) -
Uses of ContactEnrichRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ContactEnrichRequestModifier and TypeMethodDescriptionContactEnrichRequest.action(ContactEnrichRequest.ActionEnum action) The action that should be taken based on any Contacts found by `matchingIdentifiers`.ContactEnrichRequest.contact(ExternalContact contact) Data to be added, either as an update to an existing Contact or the body of a new Contact.ContactEnrichRequest.division(WritableStarrableDivision division) The division to which this entity belongs.ContactEnrichRequest.fieldRules(EnrichFieldRules fieldRules) Logic describing how to combine data from the submitted request with data found in the database.BulkEntityErrorContactEnrichRequest.getEntity()A user-specified tracker string, only useful in the Bulk-Enrich API.ContactEnrichRequest.matchingIdentifiers(List<ContactIdentifier> matchingIdentifiers) An ordered list of one or more Identifiers which might each be claimed by a Contact.ContactEnrichRequest.options(ContactEnrichOptions options) Additional options modifying the behavior of the API operation.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ContactEnrichRequestMethods in com.mypurecloud.sdk.v2.model with parameters of type ContactEnrichRequestModifier and TypeMethodDescriptionBulkEntityErrorContactEnrichRequest.entity(ContactEnrichRequest entity) The entity body specified in the Bulk request operation that caused this error.voidBulkEntityErrorContactEnrichRequest.setEntity(ContactEnrichRequest entity) Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type ContactEnrichRequestModifier and TypeMethodDescriptionBulkContactsEnrichRequest.entities(List<ContactEnrichRequest> entities) voidBulkContactsEnrichRequest.setEntities(List<ContactEnrichRequest> entities)