Class ApiPaths.LocaleApiPaths
java.lang.Object
com.bluebell.greenhouse.planter.constants.ApiPaths.LocaleApiPaths
- Enclosing class:
ApiPaths
Locale API paths.
- Version:
- 3.0.6
- Author:
- Stephen Prizio
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringBase path for locale endpoints.static final StringRelative path to fetch all countries.static final StringRelative path to fetch supported country phone codes.static final StringRelative path to fetch a country for a currency.static final StringRelative path to fetch all currencies.static final StringRelative path to fetch a currency for a country. -
Method Summary
-
Field Details
-
BASE
-
COUNTRY_CODES
Relative path to fetch supported country phone codes.- See Also:
-
COUNTRIES
-
CURRENCIES
-
COUNTRY_FOR_CURRENCY
Relative path to fetch a country for a currency.- See Also:
-
CURRENCY_FOR_COUNTRY
Relative path to fetch a currency for a country.- See Also:
-