Uses of Class
com.skava.accounts.model.exchange.response.PageableInfo
Packages that use PageableInfo
Package
Description
Accounts Exchange Response Model Declarations.
-
Uses of PageableInfo in com.skava.accounts.model.exchange.response
Constructors in com.skava.accounts.model.exchange.response with parameters of type PageableInfoModifierConstructorDescriptionAccountBuyersAPIResponse
(List<AccountBuyer> accountBuyerResponse, PageableInfo pageable) Instantiates a new AccountBuyers API Response.AccountHistoriesAPIResponse
(List<AccountHistory> accountHistories, PageableInfo pageableInfo) Parameterized constructor -AccountSellersAPIResponse
(List<Seller> accountSellerResponse, PageableInfo pageable) Instantiates a new AccountSellers API response.AccountTypesAPIResponse
(List<AccountTypes> accountTypeResponse, PageableInfo pageable) Instantiates a new account types API response.AttributesAPIResponse
(List<Attribute> attributeResponse, PageableInfo pageable) Instantiates a new AccountBuyers API Response.CollectionsAPIResponse
(List<Collections> collections, PageableInfo pageableInfo) Instantiates a new collections API response.ContractsAPIResponse
(List<Contracts> contracts, PageableInfo pageable) Instantiates a new Contracts API Response.CostCentresAPIResponse
(List<CostCentre> costCentres, PageableInfo pageable) Instantiates a new CostCentres API Response.PaymentTermsAPIResponse
(List<PaymentTerm> paymentTermResponse, PageableInfo pageable) Instantiates a new payment terms API response.TeamsAPIResponse
(List<Team> teamResponse, PageableInfo pageable) Instantiates a new Teams API Response.