Package com.mypurecloud.sdk.v2.model
Class CaseAssociationCreate
java.lang.Object
com.mypurecloud.sdk.v2.model.CaseAssociationCreate
- All Implemented Interfaces:
Serializable
CaseAssociationCreate
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconversationId(String conversationId) The ID of the Conversation to associate with the Case.booleaninthashCode()voidsetConversationId(String conversationId) voidsetWorkitemId(String workitemId) toString()workitemId(String workitemId) The ID of the Workitem to associate with the Case.
-
Constructor Details
-
CaseAssociationCreate
public CaseAssociationCreate() -
CaseAssociationCreate
-
-
Method Details
-
workitemId
The ID of the Workitem to associate with the Case. -
getWorkitemId
-
setWorkitemId
-
conversationId
The ID of the Conversation to associate with the Case. -
getConversationId
-
setConversationId
-
equals
-
hashCode
public int hashCode() -
toString
-