Uses of Class
com.skava.model.responses.PageableInfo
Packages that use PageableInfo
Package
Description
This package contains the user response model classes.
-
Uses of PageableInfo in com.skava.model.responses
Constructors in com.skava.model.responses with parameters of type PageableInfoModifierConstructorDescriptionAttributesAPIResponse
(List<Attribute> attributeResponse, PageableInfo pageable) BlackListItemResponse
(List<BlackListedItemsEntity> blackListItem, PageableInfo pageableInfo) Instantiates a new user blackListItem response.CollectionsResponse
(List<CollectionEntity> collections, PageableInfo pageableInfo) Instantiates a new user collections response.NotesGetAllResponse
(List<Notes> notes, PageableInfo pageableInfo) Instantiates a new NotesGetAllResponse object.UserConsentHistoryFindAllResponse
(List<UserConsentHistory> userConsentHistories, PageableInfo pageableInfo) Instantiates a new user notes response.