Class RestConstants.Parameter.Limit
- java.lang.Object
-
- de.xima.fc.api.rest.common.constants.RestConstants.Parameter.Limit
-
- Enclosing class:
- RestConstants.Parameter
public static final class RestConstants.Parameter.Limit extends Object
Limits for parameters.
-
-
Field Summary
Fields Modifier and Type Field Description static int
MAX_PAGE_SIZE
static int
MIN_PAGE_SIZE
-
Constructor Summary
Constructors Constructor Description Limit()
-
-
-
Field Detail
-
MAX_PAGE_SIZE
public static final int MAX_PAGE_SIZE
- See Also:
- Constant Field Values
-
MIN_PAGE_SIZE
public static final int MIN_PAGE_SIZE
- See Also:
- Constant Field Values
-
-