Package com.mypurecloud.sdk.v2.model
Class MergeRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.MergeRequest
- All Implemented Interfaces:
Serializable
MergeRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetSourceContactId(String sourceContactId) voidsetTargetContactId(String targetContactId) sourceContactId(String sourceContactId) The ID of the source contact for the merge operationtargetContactId(String targetContactId) The ID of the target contact for the merge operationtoString()
-
Constructor Details
-
MergeRequest
public MergeRequest() -
MergeRequest
-
-
Method Details
-
sourceContactId
The ID of the source contact for the merge operation -
getSourceContactId
-
setSourceContactId
-
targetContactId
The ID of the target contact for the merge operation -
getTargetContactId
-
setTargetContactId
-
equals
-
hashCode
public int hashCode() -
toString
-