Uses of Class
com.easypost.model.Batch
Packages that use Batch
Package
Description
Classes for the EasyPost API.
Interact with the EasyPost API in Java.
- 
Uses of Batch in com.easypost.model
Method parameters in com.easypost.model with type arguments of type Batch - 
Uses of Batch in com.easypost.service
Methods in com.easypost.service that return BatchModifier and TypeMethodDescriptionBatchService.addShipments(String id, List<Shipment> shipments) Add shipments to this Batch object.BatchService.addShipments(String id, Map<String, Object> params) Add shipments to this Batch object.Buy this batch.Buy this batch.BatchService.create()Create a Batch object.Create a Batch object.BatchService.createScanForm(String id) Create a scan form for this batch.BatchService.createScanForm(String id, Map<String, Object> params) Create a scan form for this batch.Label this Batch object.BatchService.removeShipments(String id, List<Shipment> shipments) Remove shipments from this Batch object.BatchService.removeShipments(String id, Map<String, Object> params) Remove shipments from this Batch object.Retrieve a Batch object from the API.