Class Index
java.lang.Object
com.ringcentral.paths.restapi.dictionary.brand.contractedcountry.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()
get
(ListDomesticCountriesParameters queryParams) Returns the list of domestic countries for account contracted country and brand.list()
Returns the list of contracted countries for the given brand.path()
-
Field Details
-
rc
-
parent
-
contractedCountryId
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
list
Returns the list of contracted countries for the given brand. HTTP Method: get Endpoint: /restapi/{apiVersion}/dictionary/brand/{brandId}/contracted-country Rate Limit Group: Light- Throws:
RestException
IOException
-
get
public CountryListDictionaryModel get(ListDomesticCountriesParameters queryParams) throws RestException, IOException Returns the list of domestic countries for account contracted country and brand.HTTP Method: get Endpoint: /restapi/{apiVersion}/dictionary/brand/{brandId}/contracted-country/{contractedCountryId} Rate Limit Group: Light
- Throws:
RestException
IOException
-
get
- Throws:
RestException
IOException
-