Class Note
java.lang.Object
com.intercom.api.resources.notes.types.Note
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interfacestatic interfacestatic final classstatic final classstatic interfacestatic interface -
Method Summary
-
Method Details
-
getType
- Returns:
- String representing the object's type. Always has the value
note.
-
getId
- Returns:
- The id of the note.
-
getCreatedAt
public int getCreatedAt()- Returns:
- The time the note was created.
-
getContact
- Returns:
- Represents the contact that the note was created about.
-
getAuthor
- Returns:
- Optional. Represents the Admin that created the note.
-
getBody
- Returns:
- The body text of the note.
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-