Class ConfigureWebhookTemplates

    • Constructor Detail

      • ConfigureWebhookTemplates

        public ConfigureWebhookTemplates()
    • Method Detail

      • execute

        public String execute()
        Specified by:
        execute in interface com.opensymphony.xwork2.Action
        Overrides:
        execute in class com.opensymphony.xwork2.ActionSupport
      • update

        public String update()
      • delete

        public String delete()
      • getAllowedHttpMethods

        public List<org.springframework.http.HttpMethod> getAllowedHttpMethods()
      • getHttpMethod

        public org.springframework.http.HttpMethod getHttpMethod()
      • getHeaders

        public String getHeaders()
      • getPayload

        public String getPayload()
      • getName

        public String getName()
      • setHttpMethod

        public void setHttpMethod​(org.springframework.http.HttpMethod httpMethod)
      • setHeaders

        public void setHeaders​(String headers)
      • setPayload

        public void setPayload​(String payload)
      • setName

        public void setName​(String name)
      • getLastModified

        public long getLastModified()
      • setLastModified

        public void setLastModified​(long lastModified)
      • getRedirectUrl

        public String getRedirectUrl()
      • setRedirectUrl

        public void setRedirectUrl​(String redirectUrl)
      • getWebhookId

        public long getWebhookId()
      • setWebhookId

        public void setWebhookId​(long webhookId)
      • setWebhookTemplateService

        public void setWebhookTemplateService​(WebhookTemplateService webhookTemplateService)