Class WebhookSubscription


  • public class WebhookSubscription
    extends java.lang.Object
    • Constructor Detail

      • WebhookSubscription

        public WebhookSubscription()
      • WebhookSubscription

        public WebhookSubscription​(WebhookEventType eventType,
                                   java.lang.String webhookUrl,
                                   java.lang.String poolId,
                                   java.lang.String secretKey)
      • WebhookSubscription

        public WebhookSubscription​(WebhookEventType eventType,
                                   java.lang.String webhookUrl,
                                   java.lang.String poolId)
    • Method Detail

      • getId

        public java.lang.String getId()
      • getCreated

        public java.util.Date getCreated()
      • getWebhookUrl

        public java.lang.String getWebhookUrl()
      • getPoolId

        public java.lang.String getPoolId()
      • getSecretKey

        public java.lang.String getSecretKey()