Uses of Class
com.easypost.exception.General.EndOfPaginationError
Package
Description
Classes for the EasyPost API.
Interact with the EasyPost API in Java.
-
Uses of EndOfPaginationError in com.easypost.model
Modifier and TypeMethodDescriptionBatchCollection.buildNextPageParameters
(List<Batch> batches, Integer pageSize) ClaimCollection.buildNextPageParameters
(List<Claim> claims, Integer pageSize) EndShipperCollection.buildNextPageParameters
(List<EndShipper> endShippers, Integer pageSize) EventCollection.buildNextPageParameters
(List<Event> events, Integer pageSize) InsuranceCollection.buildNextPageParameters
(List<Insurance> insurances, Integer pageSize) PaginatedCollection.buildNextPageParameters
(List<TEntries> entries, Integer pageSize) Build the parameters for retrieving the next page of a paginated collection.PickupCollection.buildNextPageParameters
(List<Pickup> pickups, Integer pageSize) ReferralCustomerCollection.buildNextPageParameters
(List<ReferralCustomer> referralCustomers, Integer pageSize) RefundCollection.buildNextPageParameters
(List<Refund> refunds, Integer pageSize) ReportCollection.buildNextPageParameters
(List<Report> reports, Integer pageSize) ScanFormCollection.buildNextPageParameters
(List<ScanForm> scanForms, Integer pageSize) ShipmentCollection.buildNextPageParameters
(List<Shipment> shipments, Integer pageSize) TrackerCollection.buildNextPageParameters
(List<Tracker> trackers, Integer pageSize) final <TCollection extends PaginatedCollection<TEntries>>
TCollectionPaginatedCollection.getNextPage
(Function<Map<String, Object>, TCollection> apiCallFunction, List<TEntries> currentEntries) Get the next page of a paginated collection.final <TCollection extends PaginatedCollection<TEntries>>
TCollectionPaginatedCollection.getNextPage
(Function<Map<String, Object>, TCollection> apiCallFunction, List<TEntries> currentEntries, Integer pageSize) Get the next page of a paginated collection with a custom page size. -
Uses of EndOfPaginationError in com.easypost.service
Modifier and TypeMethodDescriptionAddressService.getNextPage
(AddressCollection collection) Get the next page of an AddressCollection.AddressService.getNextPage
(AddressCollection collection, Integer pageSize) Get the next page of an AddressCollection.ClaimService.getNextPage
(ClaimCollection collection) Get the next page of an ClaimCollection.ClaimService.getNextPage
(ClaimCollection collection, Integer pageSize) Get the next page of an ClaimCollection.EventService.getNextPage
(EventCollection collection) Get the next page of an EventCollection.EventService.getNextPage
(EventCollection collection, Integer pageSize) Get the next page of an EventCollection.InsuranceService.getNextPage
(InsuranceCollection collection) Get the next page of an InsuranceCollection.InsuranceService.getNextPage
(InsuranceCollection collection, Integer pageSize) Get the next page of an InsuranceCollection.PickupService.getNextPage
(PickupCollection collection) Get the next page of an PickupCollection.PickupService.getNextPage
(PickupCollection collection, Integer pageSize) Get the next page of an PickupCollection.ReferralCustomerService.getNextPage
(ReferralCustomerCollection collection) Get the next page of an ReferralCustomerCollection.ReferralCustomerService.getNextPage
(ReferralCustomerCollection collection, Integer pageSize) Get the next page of an ReferralCustomerCollection.RefundService.getNextPage
(RefundCollection collection) Get the next page of an RefundCollection.RefundService.getNextPage
(RefundCollection collection, Integer pageSize) Get the next page of an RefundCollection.ReportService.getNextPage
(ReportCollection collection) Get the next page of an ReportCollection.ReportService.getNextPage
(ReportCollection collection, Integer pageSize) Get the next page of an ReportCollection.ScanformService.getNextPage
(ScanFormCollection collection) Get the next page of an ScanFormCollection.ScanformService.getNextPage
(ScanFormCollection collection, Integer pageSize) Get the next page of an ScanFormCollection.ShipmentService.getNextPage
(ShipmentCollection collection) Get the next page of an ShipmentCollection.ShipmentService.getNextPage
(ShipmentCollection collection, Integer pageSize) Get the next page of an ShipmentCollection.TrackerService.getNextPage
(TrackerCollection collection) Get the next page of an TrackerCollection.TrackerService.getNextPage
(TrackerCollection collection, Integer pageSize) Get the next page of an TrackerCollection.UserService.getNextPage
(ChildUserCollection collection, Integer pageSize) Get the next page of a ChildUserCollection.