Class Index
java.lang.Object
com.ringcentral.paths.teammessaging.v1.notes.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondelete()
Deletes the specified note.get()
Returns the specified note(s).lock()
patch
(TMCreateNoteRequest tMCreateNoteRequest) patch
(TMCreateNoteRequest tMCreateNoteRequest, PatchNoteNewParameters queryParams) Edits a note.path()
publish()
unlock()
-
Field Details
-
rc
-
parent
-
noteId
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
get
Returns the specified note(s). It is possible to fetch up to 50 notes per request. HTTP Method: get Endpoint: /team-messaging/v1/notes/{noteId} Rate Limit Group: Medium App Permission: TeamMessaging- Throws:
RestException
IOException
-
delete
Deletes the specified note. HTTP Method: delete Endpoint: /team-messaging/v1/notes/{noteId} Rate Limit Group: Medium App Permission: TeamMessaging- Throws:
RestException
IOException
-
patch
public TMNoteInfo patch(TMCreateNoteRequest tMCreateNoteRequest, PatchNoteNewParameters queryParams) throws RestException, IOException Edits a note. Notes can be edited by any user if posted to a chat. the user belongs to. HTTP Method: patch Endpoint: /team-messaging/v1/notes/{noteId} Rate Limit Group: Medium App Permission: TeamMessaging- Throws:
RestException
IOException
-
patch
- Throws:
RestException
IOException
-
lock
-
unlock
-
publish
-