Class Index
java.lang.Object
com.ringcentral.paths.restapi.account.callqueues.presence.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()
Returns presence status of the call queue members.path()
put
(CallQueueUpdatePresence callQueueUpdatePresence) Updates presence status of the call queue members in the specified queue.
-
Field Details
-
rc
-
parent
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
get
Returns presence status of the call queue members. HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/call-queues/{groupId}/presence Rate Limit Group: Light App Permission: ReadPresence- Throws:
RestException
IOException
-
put
public CallQueuePresence put(CallQueueUpdatePresence callQueueUpdatePresence) throws RestException, IOException Updates presence status of the call queue members in the specified queue. HTTP Method: put Endpoint: /restapi/{apiVersion}/account/{accountId}/call-queues/{groupId}/presence Rate Limit Group: Medium App Permission: EditPresence- Throws:
RestException
IOException
-