Class WebhookListResponse


  • public class WebhookListResponse
    extends java.lang.Object
    WebhookListResponse
    • Field Detail

      • JSON_PROPERTY_WEBHOOKS

        public static final java.lang.String JSON_PROPERTY_WEBHOOKS
        See Also:
        Constant Field Values
    • Constructor Detail

      • WebhookListResponse

        public WebhookListResponse()
    • Method Detail

      • getWebhooks

        @Nullable
        public java.util.List<Webhook> getWebhooks()
        List of webhooks associated with the integration.
        Returns:
        webhooks
      • setWebhooks

        public void setWebhooks​(java.util.List<Webhook> webhooks)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object