Class ContactNotes


  • public final class ContactNotes
    extends java.lang.Object
    • Method Detail

      • getData

        public java.util.Optional<java.util.List<AddressableList>> getData()
        Returns:
        This object represents the notes attached to a contact.
      • getUrl

        public java.util.Optional<java.lang.String> getUrl()
        Returns:
        Url to get more company resources for this contact
      • getTotalCount

        public java.util.Optional<java.lang.Integer> getTotalCount()
        Returns:
        Int representing the total number of companyies attached to this contact
      • getHasMore

        public java.util.Optional<java.lang.Boolean> getHasMore()
        Returns:
        Whether there's more Addressable Objects to be viewed. If true, use the url to view all
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object