Class RestConstants.LinkRel
- java.lang.Object
-
- de.xima.fc.api.rest.common.constants.RestConstants.LinkRel
-
- Enclosing class:
- RestConstants
public static final class RestConstants.LinkRel extends Object
Constants for link relations.
-
-
Constructor Summary
Constructors Constructor Description LinkRel()
-
-
-
Field Detail
-
NEXT
public static final String NEXT
- See Also:
- Constant Field Values
-
PREVIOUS
public static final String PREVIOUS
- See Also:
- Constant Field Values
-
FIRST
public static final String FIRST
- See Also:
- Constant Field Values
-
LAST
public static final String LAST
- See Also:
- Constant Field Values
-
ENTRY
public static final String ENTRY
- See Also:
- Constant Field Values
-
SELF
public static final String SELF
- See Also:
- Constant Field Values
-
DOWNLOAD
public static final String DOWNLOAD
- See Also:
- Constant Field Values
-
-