Uses of Class
com.mayam.wf.ws.rest.domain.Collection.PagingParams
Packages that use Collection.PagingParams
-
Uses of Collection.PagingParams in com.mayam.wf.ws.rest.domain
Subclasses of Collection.PagingParams in com.mayam.wf.ws.rest.domainMethods in com.mayam.wf.ws.rest.domain that return Collection.PagingParamsModifier and TypeMethodDescriptionCollection.PagingParams.nextPage()
Collection.PagingParams.previousPage()
Methods in com.mayam.wf.ws.rest.domain with parameters of type Collection.PagingParamsModifier and TypeMethodDescriptionstatic <T> Collection
<T> Collection.of
(Collection<? extends T> c, Collection.PagingParams page, Integer rowCount) static Collection.Paging
Collection.Paging.of
(Collection.PagingParams params, Integer rowCount)