Class InsuranceCollection
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class PaginatedCollection
getNextPage, getNextPageMethods inherited from class EasyPostResource
equals, hashCode, prettyPrint, toString
-
Constructor Details
-
InsuranceCollection
public InsuranceCollection()
-
-
Method Details
-
buildNextPageParameters
protected Map<String,Object> buildNextPageParameters(List<Insurance> insurances, Integer pageSize) throws EndOfPaginationError Description copied from class:PaginatedCollectionBuild the parameters for retrieving the next page of a paginated collection.- Specified by:
buildNextPageParametersin classPaginatedCollection<Insurance>- Parameters:
insurances- The current entries in the collection. Needed to determine the next page parameters.pageSize- The page size to use for the next page.- Returns:
- The parameters for retrieving the next page of a paginated collection.
- Throws:
EndOfPaginationError
-