Uses of Class
com.easypost.model.Batch
Package
Description
Classes for the EasyPost API.
Interact with the EasyPost API in Java.
-
Uses of Batch in com.easypost.model
-
Uses of Batch in com.easypost.service
Modifier 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.