Class APIConstants
- java.lang.Object
-
- com.github.dannil.scbjavaclient.constants.APIConstants
-
public final class APIConstants extends Object
Constants which hold values for using the API.
- Since:
- 0.0.4
-
-
Field Summary
Fields Modifier and Type Field Description static String
AGE_CODE
Constant for age code.static String
AIRPOLLUTANT_CODE
Constant for air pollutant code.static String
CONTENTSCODE_CODE
Constant for contents code.static String
ECONOMICINDICATOR_CODE
Constant for economic indicator code.static Locale
FALLBACK_LOCALE
The default locale of the API (sv, SE).static String
GREENHOUSEGAS_CODE
Constant for greenhouse gas code.static String
ITEM_CODE
Constant for item code.static String
MARKET_CODE
Constant for market code.static String
REGION_CODE
Constant for region code.static String
ROOT_URL
The default root URL of the API.static String
SECTOR_CODE
Constant for sector code.static String
SEX_CODE
Constant for sex code.static String
SIZECLASS_CODE
Constant for size class code.static String
SNI2002_CODE
Constant for SNI 2002 code.static String
SNI2007_CODE
Constant for SNI 2007 code.static String
SNI92_CODE
Constant for SNI 92 code.static String
SPIN_2002
Constant for SPIN 2002 code.static String
SPIN_2007
Constant for SPIN 2007 code.static String
SPIN_2015
Constant for SPIN 2015 code.static String
SUBSECTOR_CODE
Constant for sub-sector code.static String
TIME_CODE
Constant for time code.static String
TYPEOFBUILDING_CODE
Constant for type of building code.static String
TYPEOFEXPENDITURE_CODE
Constant for type of expenditure code.static String
TYPEOFVALUE_CODE
Constant for type of value code.
-
-
-
Field Detail
-
FALLBACK_LOCALE
public static final Locale FALLBACK_LOCALE
The default locale of the API (sv, SE).
-
ROOT_URL
public static final String ROOT_URL
The default root URL of the API. Is generated by taking the URL to the API and replacing the language segment with
FALLBACK_LOCALE
language
-
AGE_CODE
public static final String AGE_CODE
Constant for age code.
- See Also:
- Constant Field Values
-
AIRPOLLUTANT_CODE
public static final String AIRPOLLUTANT_CODE
Constant for air pollutant code.
- See Also:
- Constant Field Values
-
CONTENTSCODE_CODE
public static final String CONTENTSCODE_CODE
Constant for contents code.
- See Also:
- Constant Field Values
-
ECONOMICINDICATOR_CODE
public static final String ECONOMICINDICATOR_CODE
Constant for economic indicator code.
- See Also:
- Constant Field Values
-
GREENHOUSEGAS_CODE
public static final String GREENHOUSEGAS_CODE
Constant for greenhouse gas code.
- See Also:
- Constant Field Values
-
ITEM_CODE
public static final String ITEM_CODE
Constant for item code.
- See Also:
- Constant Field Values
-
MARKET_CODE
public static final String MARKET_CODE
Constant for market code.
- See Also:
- Constant Field Values
-
REGION_CODE
public static final String REGION_CODE
Constant for region code.
- See Also:
- Constant Field Values
-
SECTOR_CODE
public static final String SECTOR_CODE
Constant for sector code.
- See Also:
- Constant Field Values
-
SIZECLASS_CODE
public static final String SIZECLASS_CODE
Constant for size class code.
- See Also:
- Constant Field Values
-
SNI2002_CODE
public static final String SNI2002_CODE
Constant for SNI 2002 code.
- See Also:
- Constant Field Values
-
SNI2007_CODE
public static final String SNI2007_CODE
Constant for SNI 2007 code.
- See Also:
- Constant Field Values
-
SNI92_CODE
public static final String SNI92_CODE
Constant for SNI 92 code.
- See Also:
- Constant Field Values
-
SPIN_2002
public static final String SPIN_2002
Constant for SPIN 2002 code.
- See Also:
- Constant Field Values
-
SPIN_2007
public static final String SPIN_2007
Constant for SPIN 2007 code.
- See Also:
- Constant Field Values
-
SPIN_2015
public static final String SPIN_2015
Constant for SPIN 2015 code.
- See Also:
- Constant Field Values
-
SUBSECTOR_CODE
public static final String SUBSECTOR_CODE
Constant for sub-sector code.
- See Also:
- Constant Field Values
-
SEX_CODE
public static final String SEX_CODE
Constant for sex code.
- See Also:
- Constant Field Values
-
TIME_CODE
public static final String TIME_CODE
Constant for time code.
- See Also:
- Constant Field Values
-
TYPEOFBUILDING_CODE
public static final String TYPEOFBUILDING_CODE
Constant for type of building code.
- See Also:
- Constant Field Values
-
TYPEOFEXPENDITURE_CODE
public static final String TYPEOFEXPENDITURE_CODE
Constant for type of expenditure code.
- See Also:
- Constant Field Values
-
TYPEOFVALUE_CODE
public static final String TYPEOFVALUE_CODE
Constant for type of value code.
- See Also:
- Constant Field Values
-
-