Class PublicRestConstants.Parameter
- java.lang.Object
-
- de.xima.fc.api.rest.pub.common.constants.PublicRestConstants.Parameter
-
- Enclosing class:
- PublicRestConstants
public static final class PublicRestConstants.Parameter extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PublicRestConstants.Parameter.Defaults
-
Field Summary
Fields Modifier and Type Field Description static String
FORM_RECORD_MESSAGE_UNREAD
static String
PAGE
static String
PAGE_SIZE
static String
PORTAL_UUID
-
Constructor Summary
Constructors Constructor Description Parameter()
-
-
-
Field Detail
-
FORM_RECORD_MESSAGE_UNREAD
public static final String FORM_RECORD_MESSAGE_UNREAD
- See Also:
- Constant Field Values
-
PAGE
public static final String PAGE
- See Also:
- Constant Field Values
-
PAGE_SIZE
public static final String PAGE_SIZE
- See Also:
- Constant Field Values
-
PORTAL_UUID
public static final String PORTAL_UUID
- See Also:
- Constant Field Values
-
-