Interface ListWebhooksResponse
public interface ListWebhooksResponse
ListWebhooksResponse
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Dedicated Builder -
Method Summary
Modifier and TypeMethodDescriptionstatic ListWebhooksResponse.Builder
builder()
Getting builderList of webhooks belonging to a specific project ID and app ID
-
Method Details
-
getWebhooks
List of webhooks belonging to a specific project ID and app ID- Returns:
- webhooks
-
builder
Getting builder- Returns:
- New Builder instance
-