Class MergeContactsRequest

java.lang.Object
com.mypurecloud.sdk.v2.model.MergeContactsRequest
All Implemented Interfaces:
Serializable

public class MergeContactsRequest extends Object implements Serializable
MergeContactsRequest
See Also:
  • Constructor Details

    • MergeContactsRequest

      public MergeContactsRequest()
    • MergeContactsRequest

      public MergeContactsRequest(Boolean initWithEmptyList)
  • Method Details

    • contactIds

      public MergeContactsRequest contactIds(List<String> contactIds)
      The IDs of all contacts involved in the merge operation (must be between 2 and 25).
    • getContactIds

      public List<String> getContactIds()
    • setContactIds

      public void setContactIds(List<String> contactIds)
    • valueOverride

      public MergeContactsRequest valueOverride(ExternalContact valueOverride)
      Override data to set for specific Contact fields after a merge. Any null fields in `valueOverride` will not replace existing data.
    • getValueOverride

      public ExternalContact getValueOverride()
    • setValueOverride

      public void setValueOverride(ExternalContact valueOverride)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object