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