Class Trigger

java.lang.Object
com.auth0.json.mgmt.actions.Trigger

public class Trigger extends Object
Represents an action's trigger.
See Also:
  • Constructor Details

    • Trigger

      public Trigger()
  • Method Details

    • getId

      public String getId()
      Returns:
      the ID of this trigger, which represents the type of this trigger.
    • setId

      public void setId(String id)
      Sets the ID of this trigger.
      Parameters:
      id - the ID of this trigger, which represents the type of this trigger.
    • getVersion

      public String getVersion()
      Returns:
      the version of this trigger.
    • setVersion

      public void setVersion(String version)
      Sets the version of this trigger.
      Parameters:
      version - the version of this trigger.
    • getStatus

      public String getStatus()
      Returns:
      the status of this trigger.
    • setStatus

      public void setStatus(String status)
      Sets the status of this trigger.
      Parameters:
      status - the status of this trigger.
    • getRuntimes

      public List<String> getRuntimes()
      Returns:
      the runtimes supported by this trigger.
    • setRuntimes

      public void setRuntimes(List<String> runtimes)
      Sets the runtimes supported by this trigger.
      Parameters:
      runtimes - the runtimes supported by this trigger.
    • getDefaultRuntime

      public String getDefaultRuntime()
      Returns:
      the default runtime of this trigger.
    • setDefaultRuntime

      public void setDefaultRuntime(String defaultRuntime)
      Sets the default runtime of this trigger.
      Parameters:
      defaultRuntime - the default runtime of this trigger.