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 StringAGE_CODEConstant for age code.static StringAIRPOLLUTANT_CODEConstant for air pollutant code.static StringCONTENTSCODE_CODEConstant for contents code.static StringECONOMICINDICATOR_CODEConstant for economic indicator code.static LocaleFALLBACK_LOCALEThe default locale of the API (sv, SE).static StringGREENHOUSEGAS_CODEConstant for greenhouse gas code.static StringITEM_CODEConstant for item code.static StringMARKET_CODEConstant for market code.static StringREGION_CODEConstant for region code.static StringROOT_URLThe default root URL of the API.static StringSECTOR_CODEConstant for sector code.static StringSEX_CODEConstant for sex code.static StringSIZECLASS_CODEConstant for size class code.static StringSNI2002_CODEConstant for SNI 2002 code.static StringSNI2007_CODEConstant for SNI 2007 code.static StringSNI92_CODEConstant for SNI 92 code.static StringSPIN_2002Constant for SPIN 2002 code.static StringSPIN_2007Constant for SPIN 2007 code.static StringSPIN_2015Constant for SPIN 2015 code.static StringSUBSECTOR_CODEConstant for sub-sector code.static StringTIME_CODEConstant for time code.static StringTYPEOFBUILDING_CODEConstant for type of building code.static StringTYPEOFEXPENDITURE_CODEConstant for type of expenditure code.static StringTYPEOFVALUE_CODEConstant 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_LOCALElanguage
-
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
-
-