Class Index
java.lang.Object
com.ringcentral.paths.restapi.account.extension.overflowsettings.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()
Returns overflow settings for a call queue specified in path.path()
put
(CallQueueOverflowSettingsRequestResource callQueueOverflowSettingsRequestResource) Updates overflow settings for a call queue specified in path.
-
Field Details
-
rc
-
parent
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
get
Returns overflow settings for a call queue specified in path.HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/extension/{callQueueId}/overflow-settings Rate Limit Group: Heavy App Permission: ReadAccounts User Permission: CallQueueToCallQueue
- Throws:
RestException
IOException
-
put
public CallQueueOverflowSettings put(CallQueueOverflowSettingsRequestResource callQueueOverflowSettingsRequestResource) throws RestException, IOException Updates overflow settings for a call queue specified in path.HTTP Method: put Endpoint: /restapi/{apiVersion}/account/{accountId}/extension/{callQueueId}/overflow-settings Rate Limit Group: Heavy App Permission: EditExtensions User Permission: CallQueueToCallQueue
- Throws:
RestException
IOException
-