| Package | Description |
|---|---|
| net.leanix.webhooks.api | |
| net.leanix.webhooks.api.models |
| Modifier and Type | Method and Description |
|---|---|
DeliveryListResponse |
SubscriptionsApi.getSubscriptionDeliveries(String id,
Integer page,
Integer size,
String sort)
getSubscriptionDeliveries
Endpoint to list the deliveries
|
| Modifier and Type | Method and Description |
|---|---|
DeliveryListResponse |
DeliveryListResponse.data(List<Delivery> data) |
DeliveryListResponse |
DeliveryListResponse.errors(List<ApiError> errors) |
DeliveryListResponse |
DeliveryListResponse.message(String message) |
DeliveryListResponse |
DeliveryListResponse.status(String status) |
DeliveryListResponse |
DeliveryListResponse.total(Long total) |
DeliveryListResponse |
DeliveryListResponse.type(String type) |
Copyright © 2017 LeanIX GmbH. All rights reserved.