Class Index
java.lang.Object
com.ringcentral.paths.teammessaging.v1.chats.tasks.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()
get
(ListChatTasksNewParameters queryParams) Returns the list of tasks of the specified chat.path()
post
(TMCreateTaskRequest tMCreateTaskRequest) Creates a task in the specified chat.
-
Field Details
-
rc
-
parent
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
get
Returns the list of tasks of the specified chat. HTTP Method: get Endpoint: /team-messaging/v1/chats/{chatId}/tasks Rate Limit Group: Heavy App Permission: TeamMessaging- Throws:
RestException
IOException
-
get
- Throws:
RestException
IOException
-
post
Creates a task in the specified chat. HTTP Method: post Endpoint: /team-messaging/v1/chats/{chatId}/tasks Rate Limit Group: Medium App Permission: TeamMessaging- Throws:
RestException
IOException
-