Class ContactGetResponse


  • public class ContactGetResponse
    extends Object
    This response object contains information about the contacts associated with an account..
    • Constructor Detail

      • ContactGetResponse

        public ContactGetResponse()
    • Method Detail

      • addContactsItem

        public ContactGetResponse addContactsItem​(Contact contactsItem)
        addContactsItem.
        Returns:
        ContactGetResponse
      • getContacts

        public List<Contact> getContacts()
        .
        Returns:
        contacts
      • setContacts

        public void setContacts​(List<Contact> contacts)
        setContacts.
      • getEndPosition

        public String getEndPosition()
        The last position in the result set. .
        Returns:
        endPosition
      • setEndPosition

        public void setEndPosition​(String endPosition)
        setEndPosition.
      • getNextUri

        public String getNextUri()
        The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. .
        Returns:
        nextUri
      • setNextUri

        public void setNextUri​(String nextUri)
        setNextUri.
      • getPreviousUri

        public String getPreviousUri()
        The postal code for the billing address..
        Returns:
        previousUri
      • setPreviousUri

        public void setPreviousUri​(String previousUri)
        setPreviousUri.
      • resultSetSize

        public ContactGetResponse resultSetSize​(String resultSetSize)
        resultSetSize.
        Returns:
        ContactGetResponse
      • getResultSetSize

        public String getResultSetSize()
        The number of results returned in this response. .
        Returns:
        resultSetSize
      • setResultSetSize

        public void setResultSetSize​(String resultSetSize)
        setResultSetSize.
      • startPosition

        public ContactGetResponse startPosition​(String startPosition)
        startPosition.
        Returns:
        ContactGetResponse
      • getStartPosition

        public String getStartPosition()
        Starting position of the current result set..
        Returns:
        startPosition
      • setStartPosition

        public void setStartPosition​(String startPosition)
        setStartPosition.
      • totalSetSize

        public ContactGetResponse totalSetSize​(String totalSetSize)
        totalSetSize.
        Returns:
        ContactGetResponse
      • getTotalSetSize

        public String getTotalSetSize()
        The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response..
        Returns:
        totalSetSize
      • setTotalSetSize

        public void setTotalSetSize​(String totalSetSize)
        setTotalSetSize.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object