Uses of Class
alpine.resources.Pagination.Strategy
-
Packages that use Pagination.Strategy Package Description alpine.resources This package contains JAX-RS resources and supporting classes used by Alpine resources. -
-
Uses of Pagination.Strategy in alpine.resources
Methods in alpine.resources that return Pagination.Strategy Modifier and Type Method Description Pagination.StrategyPagination. getStrategy()Returns the pagination strategy used.static Pagination.StrategyPagination.Strategy. valueOf(String name)Returns the enum constant of this type with the specified name.static Pagination.Strategy[]Pagination.Strategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in alpine.resources with parameters of type Pagination.Strategy Constructor Description Pagination(Pagination.Strategy strategy, int o1, int o2)Creates a new Pagination object with the specified offset and limit, or page number and size.Pagination(Pagination.Strategy strategy, String o1, String o2)Creates a new Pagination object with the specified offset and limit, or page number and size.
-