Class WebhookSubscriptionsCreateRequest


  • public final class WebhookSubscriptionsCreateRequest
    extends java.lang.Object
    • Method Detail

      • getWebhookEndpointId

        public java.lang.String getWebhookEndpointId()
        Returns:
        The ID of the webhook endpoint to attach this subscription to.
      • getResourceId

        public java.lang.String getResourceId()
        Returns:
        The ID of the resource to scope this subscription to.
      • getEnabledEvents

        public java.util.List<WebhookSubscriptionEventType> getEnabledEvents()
        Returns:
        The event types to subscribe to. Must be valid for the given resourceType.
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

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

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