Class NotesClient
- java.lang.Object
-
- com.intercom.api.resources.unstable.notes.NotesClient
-
public class NotesClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description NotesClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotecreateNote(CreateNoteRequest request)You can add a note to a single contact.NotecreateNote(CreateNoteRequest request, RequestOptions requestOptions)You can add a note to a single contact.NoteListlistCompanyNotes(ListCompanyNotesRequest request)You can fetch a list of notes that are associated to a company.NoteListlistCompanyNotes(ListCompanyNotesRequest request, RequestOptions requestOptions)You can fetch a list of notes that are associated to a company.NoteListlistNotes(ListNotesRequest request)You can fetch a list of notes that are associated to a contact.NoteListlistNotes(ListNotesRequest request, RequestOptions requestOptions)You can fetch a list of notes that are associated to a contact.NoteretrieveNote(RetrieveNoteRequest request)You can fetch the details of a single note.NoteretrieveNote(RetrieveNoteRequest request, RequestOptions requestOptions)You can fetch the details of a single note.RawNotesClientwithRawResponse()Get responses with HTTP metadata like headers
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
NotesClient
public NotesClient(ClientOptions clientOptions)
-
-
Method Detail
-
withRawResponse
public RawNotesClient withRawResponse()
Get responses with HTTP metadata like headers
-
listCompanyNotes
public NoteList listCompanyNotes(ListCompanyNotesRequest request)
You can fetch a list of notes that are associated to a company.
-
listCompanyNotes
public NoteList listCompanyNotes(ListCompanyNotesRequest request, RequestOptions requestOptions)
You can fetch a list of notes that are associated to a company.
-
listNotes
public NoteList listNotes(ListNotesRequest request)
You can fetch a list of notes that are associated to a contact.
-
listNotes
public NoteList listNotes(ListNotesRequest request, RequestOptions requestOptions)
You can fetch a list of notes that are associated to a contact.
-
createNote
public Note createNote(CreateNoteRequest request)
You can add a note to a single contact.
-
createNote
public Note createNote(CreateNoteRequest request, RequestOptions requestOptions)
You can add a note to a single contact.
-
retrieveNote
public Note retrieveNote(RetrieveNoteRequest request)
You can fetch the details of a single note.
-
retrieveNote
public Note retrieveNote(RetrieveNoteRequest request, RequestOptions requestOptions)
You can fetch the details of a single note.
-
-