Class PageableEndpoint.Numbered.Parameters
- java.lang.Object
-
- com.broadleafcommerce.metadata.dsl.core.extension.endpoints.PageableEndpoint.Numbered.Parameters
-
- Enclosing class:
- PageableEndpoint.Numbered
public static final class PageableEndpoint.Numbered.Parameters extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
PAGE_NUMBER
The default name for the page pagination parameterstatic String
PAGE_SIZE
The default name for the size pagination parameter
-
-
-
Field Detail
-
PAGE_NUMBER
public static final String PAGE_NUMBER
The default name for the page pagination parameter- See Also:
- Constant Field Values
-
PAGE_SIZE
public static final String PAGE_SIZE
The default name for the size pagination parameter- See Also:
- Constant Field Values
-
-