Class WebhookReceiver


  • public class WebhookReceiver
    extends Object
    A webhook receiver.
    • Constructor Detail

      • WebhookReceiver

        public WebhookReceiver()
    • Method Detail

      • name

        public String name()
        Get the name of the webhook receiver. Names must be unique across all receivers within an action group.
        Returns:
        the name value
      • withName

        public WebhookReceiver withName​(String name)
        Set the name of the webhook receiver. Names must be unique across all receivers within an action group.
        Parameters:
        name - the name value to set
        Returns:
        the WebhookReceiver object itself.
      • serviceUri

        public String serviceUri()
        Get the URI where webhooks should be sent.
        Returns:
        the serviceUri value
      • withServiceUri

        public WebhookReceiver withServiceUri​(String serviceUri)
        Set the URI where webhooks should be sent.
        Parameters:
        serviceUri - the serviceUri value to set
        Returns:
        the WebhookReceiver object itself.