Package com.intercom.api.resources.notes
Class NotesClient
java.lang.Object
com.intercom.api.resources.notes.NotesClient
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(CreateContactNoteRequest request) You can add a note to a single contact.create(CreateContactNoteRequest request, RequestOptions requestOptions) You can add a note to a single contact.find(FindNoteRequest request) You can fetch the details of a single note.find(FindNoteRequest request, RequestOptions requestOptions) You can fetch the details of a single note.list(ListContactNotesRequest request) You can fetch a list of notes that are associated to a contact.list(ListContactNotesRequest request, RequestOptions requestOptions) You can fetch a list of notes that are associated to a contact.Get responses with HTTP metadata like headers
-
Field Details
-
clientOptions
-
-
Constructor Details
-
NotesClient
-
-
Method Details
-
withRawResponse
Get responses with HTTP metadata like headers -
list
You can fetch a list of notes that are associated to a contact. -
list
public SyncPagingIterable<Note> list(ListContactNotesRequest request, RequestOptions requestOptions) You can fetch a list of notes that are associated to a contact. -
create
You can add a note to a single contact. -
create
You can add a note to a single contact. -
find
You can fetch the details of a single note. -
find
You can fetch the details of a single note.
-