Class WebhookEventService
- java.lang.Object
-
- com.aboutyou.cloud.adminapi.service.AbstractService
-
- com.aboutyou.cloud.adminapi.service.WebhookEventService
-
public class WebhookEventService extends AbstractService
-
-
Constructor Summary
Constructors Constructor Description WebhookEventService(HttpClient httpClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiCollection<WebhookEvent>all()ApiCollection<WebhookEvent>all(ApiOptions options)-
Methods inherited from class com.aboutyou.cloud.adminapi.service.AbstractService
request, request, requestCollection, requestCollection, resolvePath
-
-
-
-
Constructor Detail
-
WebhookEventService
public WebhookEventService(HttpClient httpClient)
-
-
Method Detail
-
all
public ApiCollection<WebhookEvent> all() throws ApiErrorException, ConnectionException
- Throws:
ApiErrorExceptionConnectionException
-
all
public ApiCollection<WebhookEvent> all(ApiOptions options) throws ApiErrorException, ConnectionException
- Throws:
ApiErrorExceptionConnectionException
-
-