Class Index
java.lang.Object
com.ringcentral.paths.restapi.account.extension.ringout.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondelete()
Cancels a 2-legged RingOut call.get()
Returns a status of a 2-legged RingOut call.path()
post
(MakeRingOutRequest makeRingOutRequest) Makes a 2-legged RingOut call.
-
Field Details
-
rc
-
parent
-
ringoutId
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
post
public GetRingOutStatusResponse post(MakeRingOutRequest makeRingOutRequest) throws RestException, IOException Makes a 2-legged RingOut call. HTTP Method: post Endpoint: /restapi/{apiVersion}/account/{accountId}/extension/{extensionId}/ring-out Rate Limit Group: Heavy App Permission: RingOut- Throws:
RestException
IOException
-
get
Returns a status of a 2-legged RingOut call. HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/extension/{extensionId}/ring-out/{ringoutId} Rate Limit Group: Light App Permission: RingOut- Throws:
RestException
IOException
-
delete
Cancels a 2-legged RingOut call. HTTP Method: delete Endpoint: /restapi/{apiVersion}/account/{accountId}/extension/{extensionId}/ring-out/{ringoutId} Rate Limit Group: Heavy App Permission: RingOut- Throws:
RestException
IOException
-