Package org.n52.svalbard.coding.json
Interface SchemaConstants.Request
-
- Enclosing interface:
- SchemaConstants
public static interface SchemaConstants.Request
-
-
Field Summary
Fields Modifier and Type Field Description static StringBULK_REQUESTstatic StringDELETE_OBSERVATIONstatic StringDELETE_SENSORstatic StringDESCRIBE_SENSORstatic StringGET_CAPABILITIESstatic StringGET_DATA_AVAILABILITYstatic StringGET_FEATURE_OF_INTERESTstatic StringGET_OBSERVATIONstatic StringGET_OBSERVATION_BY_IDstatic StringGET_RESULTstatic StringGET_RESULT_TEMPLATEstatic StringINSERT_OBSERVATIONstatic StringINSERT_RESULTstatic StringINSERT_RESULT_TEMPLATEstatic StringINSERT_SENSORstatic StringUPDATE_SENSOR_DESCRIPTION
-
-
-
Field Detail
-
INSERT_OBSERVATION
static final String INSERT_OBSERVATION
- See Also:
- Constant Field Values
-
GET_OBSERVATION
static final String GET_OBSERVATION
- See Also:
- Constant Field Values
-
GET_OBSERVATION_BY_ID
static final String GET_OBSERVATION_BY_ID
- See Also:
- Constant Field Values
-
BULK_REQUEST
static final String BULK_REQUEST
- See Also:
- Constant Field Values
-
INSERT_SENSOR
static final String INSERT_SENSOR
- See Also:
- Constant Field Values
-
INSERT_RESULT_TEMPLATE
static final String INSERT_RESULT_TEMPLATE
- See Also:
- Constant Field Values
-
GET_DATA_AVAILABILITY
static final String GET_DATA_AVAILABILITY
- See Also:
- Constant Field Values
-
DELETE_OBSERVATION
static final String DELETE_OBSERVATION
- See Also:
- Constant Field Values
-
UPDATE_SENSOR_DESCRIPTION
static final String UPDATE_SENSOR_DESCRIPTION
- See Also:
- Constant Field Values
-
GET_CAPABILITIES
static final String GET_CAPABILITIES
- See Also:
- Constant Field Values
-
DELETE_SENSOR
static final String DELETE_SENSOR
- See Also:
- Constant Field Values
-
DESCRIBE_SENSOR
static final String DESCRIBE_SENSOR
- See Also:
- Constant Field Values
-
GET_FEATURE_OF_INTEREST
static final String GET_FEATURE_OF_INTEREST
- See Also:
- Constant Field Values
-
INSERT_RESULT
static final String INSERT_RESULT
- See Also:
- Constant Field Values
-
GET_RESULT
static final String GET_RESULT
- See Also:
- Constant Field Values
-
GET_RESULT_TEMPLATE
static final String GET_RESULT_TEMPLATE
- See Also:
- Constant Field Values
-
-