Class Index
java.lang.Object
com.ringcentral.paths.restapi.account.callrecording.customgreetings.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondelete()
Deletes call recording custom greeting(s).Deletes call recording custom greetings.get()
get
(ListCallRecordingCustomGreetingsParameters queryParams) Returns call recording custom greetings.path()
-
Field Details
-
rc
-
parent
-
greetingId
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
get
public CallRecordingCustomGreetings get(ListCallRecordingCustomGreetingsParameters queryParams) throws RestException, IOException Returns call recording custom greetings. HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/call-recording/custom-greetings Rate Limit Group: Medium App Permission: ReadAccounts User Permission: ReadCompanyInfo- Throws:
RestException
IOException
-
get
- Throws:
RestException
IOException
-
deleteAll
Deletes call recording custom greetings. HTTP Method: delete Endpoint: /restapi/{apiVersion}/account/{accountId}/call-recording/custom-greetings Rate Limit Group: Medium App Permission: EditAccounts User Permission: EditCompanyInfo- Throws:
RestException
IOException
-
delete
Deletes call recording custom greeting(s). HTTP Method: delete Endpoint: /restapi/{apiVersion}/account/{accountId}/call-recording/custom-greetings/{greetingId} Rate Limit Group: Medium App Permission: EditAccounts User Permission: EditCompanyInfo- Throws:
RestException
IOException
-