Class ShipmentService
- java.lang.Object
-
- com.aboutyou.cloud.adminapi.service.AbstractService
-
- com.aboutyou.cloud.adminapi.service.ShipmentService
-
public class ShipmentService extends AbstractService
-
-
Constructor Summary
Constructors Constructor Description ShipmentService(HttpClient httpClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreate(Shipment model)voidcreate(Shipment model, ApiOptions options)-
Methods inherited from class com.aboutyou.cloud.adminapi.service.AbstractService
request, request, requestCollection, requestCollection, resolvePath
-
-
-
-
Constructor Detail
-
ShipmentService
public ShipmentService(HttpClient httpClient)
-
-
Method Detail
-
create
public void create(Shipment model) throws ApiErrorException, ConnectionException
- Throws:
ApiErrorExceptionConnectionException
-
create
public void create(Shipment model, ApiOptions options) throws ApiErrorException, ConnectionException
- Throws:
ApiErrorExceptionConnectionException
-
-