Uses of Record Class
cloud.quasarch.akash.impl.model.remote.PageInfo
Packages that use PageInfo
-
Uses of PageInfo in cloud.quasarch.akash.impl.model
Methods in cloud.quasarch.akash.impl.model that return PageInfoModifier and TypeMethodDescriptionAkashPagedResponse.paginationInfo()Returns the value of thepaginationInforecord component.PagedResponse.paginationInfo()getterConstructors in cloud.quasarch.akash.impl.model with parameters of type PageInfoModifierConstructorDescriptionAkashPagedResponse(Iterable<T> results, PageInfo paginationInfo) Creates an instance of aAkashPagedResponserecord class. -
Uses of PageInfo in cloud.quasarch.akash.impl.model.remote
Methods in cloud.quasarch.akash.impl.model.remote that return PageInfoModifier and TypeMethodDescriptionListBidResponse.pagination()Returns the value of thepaginationrecord component.ListDeploymentLeaseResponse.pagination()Returns the value of thepaginationrecord component.ListDeploymentsResponse.pagination()Returns the value of thepaginationrecord component.Constructors in cloud.quasarch.akash.impl.model.remote with parameters of type PageInfoModifierConstructorDescriptionListBidResponse(Iterable<Bid> bids, PageInfo pagination) Creates an instance of aListBidResponserecord class.ListDeploymentLeaseResponse(Iterable<DeploymentLease> leases, PageInfo pagination) Creates an instance of aListDeploymentLeaseResponserecord class.ListDeploymentsResponse(Iterable<Deployment> deployments, PageInfo pagination) Creates an instance of aListDeploymentsResponserecord class.