Interface ListWebhooksResponse


public interface ListWebhooksResponse
ListWebhooksResponse
  • Method Details

    • getWebhooks

      List<Webhook> getWebhooks()
      List of webhooks belonging to a specific project ID and app ID
      Returns:
      webhooks
    • builder

      static ListWebhooksResponse.Builder builder()
      Getting builder
      Returns:
      New Builder instance