Package com.github.jasminb.jsonapi
Interface JSONAPISpecConstants
-
public interface JSONAPISpecConstantsJSON API Spec resource constants.- Author:
- jbegic
-
-
Field Summary
Fields Modifier and Type Field Description static StringATTRIBUTESstatic StringDATAstatic StringERRORSstatic StringFIRSTstatic StringHREFstatic StringIDstatic StringINCLUDEDstatic StringJSON_APIstatic StringLASTstatic StringLINKSstatic StringMETAstatic StringNEXTstatic StringPREVstatic StringRELATEDstatic StringRELATIONSHIPSstatic StringSELFstatic StringTYPE
-
-
-
Field Detail
-
DATA
static final String DATA
- See Also:
- Constant Field Values
-
ATTRIBUTES
static final String ATTRIBUTES
- See Also:
- Constant Field Values
-
TYPE
static final String TYPE
- See Also:
- Constant Field Values
-
ID
static final String ID
- See Also:
- Constant Field Values
-
RELATIONSHIPS
static final String RELATIONSHIPS
- See Also:
- Constant Field Values
-
INCLUDED
static final String INCLUDED
- See Also:
- Constant Field Values
-
LINKS
static final String LINKS
- See Also:
- Constant Field Values
-
SELF
static final String SELF
- See Also:
- Constant Field Values
-
RELATED
static final String RELATED
- See Also:
- Constant Field Values
-
ERRORS
static final String ERRORS
- See Also:
- Constant Field Values
-
META
static final String META
- See Also:
- Constant Field Values
-
HREF
static final String HREF
- See Also:
- Constant Field Values
-
PREV
static final String PREV
- See Also:
- Constant Field Values
-
NEXT
static final String NEXT
- See Also:
- Constant Field Values
-
FIRST
static final String FIRST
- See Also:
- Constant Field Values
-
LAST
static final String LAST
- See Also:
- Constant Field Values
-
JSON_API
static final String JSON_API
- See Also:
- Constant Field Values
-
-