Package com.easypost.model
Class AddressCollection
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class com.easypost.model.PaginatedCollection
getNextPage, getNextPageMethods inherited from class com.easypost.model.EasyPostResource
equals, hashCode, prettyPrint, toString 
- 
Constructor Details
- 
AddressCollection
public AddressCollection() 
 - 
 - 
Method Details
- 
buildNextPageParameters
Description copied from class:PaginatedCollectionBuild the parameters for retrieving the next page of a paginated collection.- Specified by:
 buildNextPageParametersin classPaginatedCollection<Address>- Parameters:
 addresses- 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.
 
 
 -