Package com.auth0.json.mgmt.actions
Class Trigger
java.lang.Object
com.auth0.json.mgmt.actions.Trigger
Represents an action's trigger.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()voidsetDefaultRuntime(String defaultRuntime) Sets the default runtime of this trigger.voidSets the ID of this trigger.voidsetRuntimes(List<String> runtimes) Sets the runtimes supported by this trigger.voidSets the status of this trigger.voidsetVersion(String version) Sets the version of this trigger.
-
Constructor Details
-
Trigger
public Trigger()
-
-
Method Details
-
getId
- Returns:
- the ID of this trigger, which represents the type of this trigger.
-
setId
Sets the ID of this trigger.- Parameters:
id- the ID of this trigger, which represents the type of this trigger.
-
getVersion
- Returns:
- the version of this trigger.
-
setVersion
Sets the version of this trigger.- Parameters:
version- the version of this trigger.
-
getStatus
- Returns:
- the status of this trigger.
-
setStatus
Sets the status of this trigger.- Parameters:
status- the status of this trigger.
-
getRuntimes
- Returns:
- the runtimes supported by this trigger.
-
setRuntimes
Sets the runtimes supported by this trigger.- Parameters:
runtimes- the runtimes supported by this trigger.
-
getDefaultRuntime
- Returns:
- the default runtime of this trigger.
-
setDefaultRuntime
Sets the default runtime of this trigger.- Parameters:
defaultRuntime- the default runtime of this trigger.
-