Class WebhookSubscope


  • public class WebhookSubscope
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      WebhookSubscope()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.Long> getColumnIds()
      Get the array of columnIds if you want to limit the subscription to a subscope.
      WebhookSubscope setColumnIds​(java.util.List<java.lang.Long> columnIds)
      Set the array of columnIds if you want to limit the subscription to a subscope.
      • Methods inherited from class java.lang.Object

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

      • WebhookSubscope

        public WebhookSubscope()
    • Method Detail

      • getColumnIds

        public java.util.List<java.lang.Long> getColumnIds()
        Get the array of columnIds if you want to limit the subscription to a subscope.
      • setColumnIds

        public WebhookSubscope setColumnIds​(java.util.List<java.lang.Long> columnIds)
        Set the array of columnIds if you want to limit the subscription to a subscope.