Class WebhookMessage

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String eventType  
      java.lang.String payload  
      java.lang.String secret  
    • Constructor Summary

      Constructors 
      Constructor Description
      WebhookMessage()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • secret

        public java.lang.String secret
      • eventType

        public java.lang.String eventType
      • payload

        public java.lang.String payload
    • Constructor Detail

      • WebhookMessage

        public WebhookMessage()