java.lang.Object
com.intercom.api.resources.notes.types.Note

public final class Note extends Object
  • Method Details

    • getType

      public String getType()
      Returns:
      String representing the object's type. Always has the value note.
    • getId

      public String getId()
      Returns:
      The id of the note.
    • getCreatedAt

      public int getCreatedAt()
      Returns:
      The time the note was created.
    • getContact

      public Optional<Note.Contact> getContact()
      Returns:
      Represents the contact that the note was created about.
    • getAuthor

      public Admin getAuthor()
      Returns:
      Optional. Represents the Admin that created the note.
    • getBody

      public String getBody()
      Returns:
      The body text of the note.
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static Note.IdStage builder()