Class MergeRequest

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

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

    • MergeRequest

      public MergeRequest()
    • MergeRequest

      public MergeRequest(Boolean initWithEmptyList)
  • Method Details

    • sourceContactId

      public MergeRequest sourceContactId(String sourceContactId)
      The ID of the source contact for the merge operation
    • getSourceContactId

      public String getSourceContactId()
    • setSourceContactId

      public void setSourceContactId(String sourceContactId)
    • targetContactId

      public MergeRequest targetContactId(String targetContactId)
      The ID of the target contact for the merge operation
    • getTargetContactId

      public String getTargetContactId()
    • setTargetContactId

      public void setTargetContactId(String targetContactId)
    • 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