Uses of Class
com.skava.auth.model.rest.entities.PageableInfo
Packages that use PageableInfo
Package
Description
Data transfer classes for collection to transfer data from service to CollectionController.
Data transfer classes for
OAuthClient
to transfer data from service
to OAuthClientController.-
Uses of PageableInfo in com.skava.auth.model.response.collection
Constructors in com.skava.auth.model.response.collection with parameters of type PageableInfoModifierConstructorDescriptionCollectionsResponse
(List<Collection> collections, PageableInfo pageableInfo) Instantiates a new auth collections response. -
Uses of PageableInfo in com.skava.auth.model.response.oauthclient
Constructors in com.skava.auth.model.response.oauthclient with parameters of type PageableInfoModifierConstructorDescriptionOAuthClientsResponse
(List<OAuthClient> oAuthClients, PageableInfo pageableInfo, String domainPrefix) Instantiates new client response.