Class Webhook

  • All Implemented Interfaces:
    RequestBody

    public class Webhook
    extends java.lang.Object
    implements RequestBody
    This class represents Webhook object. Contains information about subscribing to a single event.
    API Note:
    Authentication by OAuth token only. Available through the Partner API
    • Constructor Summary

      Constructors 
      Constructor Description
      Webhook()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void createValidation​(Webhook webhook)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Webhook

        public Webhook()
    • Method Detail

      • createValidation

        public static void createValidation​(Webhook webhook)