Class RestConstants.Parameter.Defaults
- java.lang.Object
-
- de.xima.fc.api.rest.common.constants.RestConstants.Parameter.Defaults
-
- Enclosing class:
- RestConstants.Parameter
public static final class RestConstants.Parameter.Defaults extends Object
Default values for parameters.
-
-
Field Summary
Fields Modifier and Type Field Description static int
OFFSET
static int
SIZE
static boolean
WITH_TOTALCOUNT
-
Constructor Summary
Constructors Constructor Description Defaults()
-
-
-
Field Detail
-
SIZE
public static final int SIZE
- See Also:
- Constant Field Values
-
OFFSET
public static final int OFFSET
- See Also:
- Constant Field Values
-
WITH_TOTALCOUNT
public static final boolean WITH_TOTALCOUNT
- See Also:
- Constant Field Values
-
-