Class Index
java.lang.Object
com.ringcentral.paths.restapi.account.callqueues.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()
Returns basic information on a call queue group extension.list()
list
(ListCallQueuesParameters queryParams) Returns a call queue list.members()
path()
presence()
put
(CallQueueUpdateDetails callQueueUpdateDetails) Updates information on a call queue group extension.
-
Field Details
-
rc
-
parent
-
groupId
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
list
Returns a call queue list.HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/call-queues Rate Limit Group: Medium App Permission: ReadAccounts User Permission: ReadExtensions
- Throws:
RestException
IOException
-
list
- Throws:
RestException
IOException
-
get
Returns basic information on a call queue group extension.HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/call-queues/{groupId} Rate Limit Group: Light App Permission: ReadAccounts User Permission: ReadExtensions
- Throws:
RestException
IOException
-
put
public CallQueueDetails put(CallQueueUpdateDetails callQueueUpdateDetails) throws RestException, IOException Updates information on a call queue group extension.HTTP Method: put Endpoint: /restapi/{apiVersion}/account/{accountId}/call-queues/{groupId} Rate Limit Group: Light App Permission: EditExtensions User Permission: EditUserInfo
- Throws:
RestException
IOException
-
members
-
presence
-
bulkAssign
-