Class Index
java.lang.Object
com.ringcentral.paths.restapi.dictionary.country.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()
Returns information on a specific country.list()
list
(ListCountriesParameters queryParams) Returns all countries available for calling.path()
-
Field Details
-
rc
-
parent
-
countryId
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
list
public CountryListDictionaryModel list(ListCountriesParameters queryParams) throws RestException, IOException Returns all countries available for calling.HTTP Method: get Endpoint: /restapi/{apiVersion}/dictionary/country Rate Limit Group: Light
- Throws:
RestException
IOException
-
list
- Throws:
RestException
IOException
-
get
Returns information on a specific country.HTTP Method: get Endpoint: /restapi/{apiVersion}/dictionary/country/{countryId} Rate Limit Group: Light
- Throws:
RestException
IOException
-