Class SupportedTrigger


public class SupportedTrigger extends SerializableEntity
The types of triggers supported by this source provider.
  • Constructor Details

    • SupportedTrigger

      public SupportedTrigger()
  • Method Details

    • getDefaultPollingInterval

      public int getDefaultPollingInterval()
    • setDefaultPollingInterval

      public void setDefaultPollingInterval(int defaultPollingInterval)
    • getNotificationType

      public String getNotificationType()
    • setNotificationType

      public void setNotificationType(String notificationType)
    • getSupportedCapabilities

      public com.fasterxml.jackson.databind.JsonNode getSupportedCapabilities()
    • setSupportedCapabilities

      public void setSupportedCapabilities(com.fasterxml.jackson.databind.JsonNode supportedCapabilities)
    • getType

      public String getType()
    • setType

      public void setType(String type)