public final class APIConstants extends Object
Constants which hold values for using the API.
Modifier and Type | Field and 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 |
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.
|
public static final Locale FALLBACK_LOCALE
The default locale of the API (sv, SE).
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
public static final String AGE_CODE
Constant for age code.
public static final String AIRPOLLUTANT_CODE
Constant for air pollutant code.
public static final String CONTENTSCODE_CODE
Constant for contents code.
public static final String ECONOMICINDICATOR_CODE
Constant for economic indicator code.
public static final String GREENHOUSEGAS_CODE
Constant for greenhouse gas code.
public static final String ITEM_CODE
Constant for item code.
public static final String MARKET_CODE
Constant for market code.
public static final String REGION_CODE
Constant for region code.
public static final String SECTOR_CODE
Constant for sector code.
public static final String SNI2002_CODE
Constant for SNI 2002 code.
public static final String SNI2007_CODE
Constant for SNI 2007 code.
public static final String SNI92_CODE
Constant for SNI 92 code.
public static final String SPIN_2002
Constant for SPIN 2002 code.
public static final String SPIN_2007
Constant for SPIN 2007 code.
public static final String SPIN_2015
Constant for SPIN 2015 code.
public static final String SUBSECTOR_CODE
Constant for sub-sector code.
public static final String SEX_CODE
Constant for sex code.
public static final String TIME_CODE
Constant for time code.
public static final String TYPEOFBUILDING_CODE
Constant for type of building code.
public static final String TYPEOFEXPENDITURE_CODE
Constant for type of expenditure code.
Copyright © 2018. All rights reserved.