Package com.mypurecloud.sdk.v2.model
Class CaseAssociationQuery
java.lang.Object
com.mypurecloud.sdk.v2.model.CaseAssociationQuery
- All Implemented Interfaces:
Serializable
CaseAssociationQuery
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCursor pointing to the end of the previously returned page of associations.conversationId(String conversationId) The Conversation ID to query by.booleangetAfter()inthashCode()The number of entities to return in the response.voidvoidsetConversationId(String conversationId) voidsetPageSize(Integer pageSize) voidsetWorkitemId(String workitemId) toString()workitemId(String workitemId) The Workitem ID to query by.
-
Constructor Details
-
CaseAssociationQuery
public CaseAssociationQuery() -
CaseAssociationQuery
-
-
Method Details
-
pageSize
The number of entities to return in the response. -
getPageSize
-
setPageSize
-
after
Cursor pointing to the end of the previously returned page of associations. -
getAfter
-
setAfter
-
workitemId
The Workitem ID to query by. -
getWorkitemId
-
setWorkitemId
-
conversationId
The Conversation ID to query by. -
getConversationId
-
setConversationId
-
equals
-
hashCode
public int hashCode() -
toString
-