Package org.n52.shetland.oasis.odata
Interface ODataConstants.QueryOptions
-
- Enclosing interface:
- ODataConstants
public static interface ODataConstants.QueryOptions
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOMPUTEstatic StringCOUNTstatic StringEXPANDstatic StringFILTERstatic StringFORMATstatic StringINDEXstatic StringORDERBYstatic StringSCHEMAVERSIONstatic StringSEARCHstatic StringSELECTstatic StringSKIPstatic StringTOP
-
-
-
Field Detail
-
FILTER
static final String FILTER
- See Also:
- Constant Field Values
-
EXPAND
static final String EXPAND
- See Also:
- Constant Field Values
-
SELECT
static final String SELECT
- See Also:
- Constant Field Values
-
ORDERBY
static final String ORDERBY
- See Also:
- Constant Field Values
-
TOP
static final String TOP
- See Also:
- Constant Field Values
-
SKIP
static final String SKIP
- See Also:
- Constant Field Values
-
COUNT
static final String COUNT
- See Also:
- Constant Field Values
-
SEARCH
static final String SEARCH
- See Also:
- Constant Field Values
-
FORMAT
static final String FORMAT
- See Also:
- Constant Field Values
-
COMPUTE
static final String COMPUTE
- See Also:
- Constant Field Values
-
INDEX
static final String INDEX
- See Also:
- Constant Field Values
-
SCHEMAVERSION
static final String SCHEMAVERSION
- See Also:
- Constant Field Values
-
-