Class WebhookInfo


  • public class WebhookInfo
    extends Object
    Contains information about a webhook configuration.
    • Constructor Detail

      • WebhookInfo

        public WebhookInfo()
      • WebhookInfo

        public WebhookInfo​(String url)
    • Method Detail

      • getUrl

        public String getUrl()
      • setUrl

        public void setUrl​(String url)
      • getMaxConnections

        public Integer getMaxConnections()
      • setMaxConnections

        public void setMaxConnections​(Integer maxConnections)
      • getAllowedUpdates

        public List<String> getAllowedUpdates()
      • setAllowedUpdates

        public void setAllowedUpdates​(List<String> allowedUpdates)