Class CaseAssociationQuery

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

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

    • CaseAssociationQuery

      public CaseAssociationQuery()
    • CaseAssociationQuery

      public CaseAssociationQuery(Boolean initWithEmptyList)
  • Method Details

    • pageSize

      public CaseAssociationQuery pageSize(Integer pageSize)
      The number of entities to return in the response.
    • getPageSize

      public Integer getPageSize()
    • setPageSize

      public void setPageSize(Integer pageSize)
    • after

      public CaseAssociationQuery after(String after)
      Cursor pointing to the end of the previously returned page of associations.
    • getAfter

      public String getAfter()
    • setAfter

      public void setAfter(String after)
    • workitemId

      public CaseAssociationQuery workitemId(String workitemId)
      The Workitem ID to query by.
    • getWorkitemId

      public String getWorkitemId()
    • setWorkitemId

      public void setWorkitemId(String workitemId)
    • conversationId

      public CaseAssociationQuery conversationId(String conversationId)
      The Conversation ID to query by.
    • getConversationId

      public String getConversationId()
    • setConversationId

      public void setConversationId(String conversationId)
    • 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