Interface WebSubscriptionsFilter


  • public interface WebSubscriptionsFilter
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void clear()
      Remove all conditions from the filter
      int getDeliveryType()
      Get the delivery type for tbis filter
      java.lang.String getName()
      Get the name used to filter subscriptions
      void setDeliveryType​(int type)
      Set the delivery type for this filter
      void setName​(java.lang.String name)
      Set the name used to filter subscriptions
    • Method Detail

      • setName

        void setName​(java.lang.String name)
        Set the name used to filter subscriptions
        Parameters:
        name - String used to filter subscriptions by name
      • getName

        java.lang.String getName()
        Get the name used to filter subscriptions
        Returns:
        String used to filter subscriptions by name
      • clear

        void clear()
        Remove all conditions from the filter