Package com.mypurecloud.sdk.v2.model
Class MergeContactsRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.MergeContactsRequest
- All Implemented Interfaces:
Serializable
MergeContactsRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontactIds(List<String> contactIds) The IDs of all contacts involved in the merge operation (must be between 2 and 25).booleaninthashCode()voidsetContactIds(List<String> contactIds) voidsetValueOverride(ExternalContact valueOverride) toString()valueOverride(ExternalContact valueOverride) Override data to set for specific Contact fields after a merge.
-
Constructor Details
-
MergeContactsRequest
public MergeContactsRequest() -
MergeContactsRequest
-
-
Method Details
-
contactIds
The IDs of all contacts involved in the merge operation (must be between 2 and 25). -
getContactIds
-
setContactIds
-
valueOverride
Override data to set for specific Contact fields after a merge. Any null fields in `valueOverride` will not replace existing data. -
getValueOverride
-
setValueOverride
-
equals
-
hashCode
public int hashCode() -
toString
-