Class WebhookEventWithSignedUrl

    • Constructor Detail

      • WebhookEventWithSignedUrl

        public WebhookEventWithSignedUrl​(java.lang.String eventId,
                                         java.lang.String eventType,
                                         SignedDataUrlPayload payload)
    • Method Detail

      • getEventId

        public java.lang.String getEventId()
        Returns the unique identifier for this webhook event.
      • getEventType

        public java.lang.String getEventType()
        Returns the type of event (e.g., "workflow_run.completed").
      • toString

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