Class Index
java.lang.Object
com.ringcentral.paths.restapi.account.extension.greeting.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontent()
get()
Returns a custom user greeting by ID.path()
post
(CreateCustomUserGreetingRequest createCustomUserGreetingRequest) post
(CreateCustomUserGreetingRequest createCustomUserGreetingRequest, CreateCustomUserGreetingParameters queryParams) Creates custom greeting for an extension user.
-
Field Details
-
rc
-
parent
-
greetingId
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
post
public CustomUserGreetingInfo post(CreateCustomUserGreetingRequest createCustomUserGreetingRequest, CreateCustomUserGreetingParameters queryParams) throws RestException, IOException Creates custom greeting for an extension user. HTTP Method: post Endpoint: /restapi/{apiVersion}/account/{accountId}/extension/{extensionId}/greeting Rate Limit Group: Heavy App Permission: EditExtensions User Permission: EditUserAnsweringRules- Throws:
RestException
IOException
-
post
public CustomUserGreetingInfo post(CreateCustomUserGreetingRequest createCustomUserGreetingRequest) throws RestException, IOException - Throws:
RestException
IOException
-
get
Returns a custom user greeting by ID. HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/extension/{extensionId}/greeting/{greetingId} Rate Limit Group: Medium App Permission: ReadAccounts User Permission: ReadUserInfo- Throws:
RestException
IOException
-
content
-