Package com.auth0.json.mgmt.actions
Class Binding
java.lang.Object
com.auth0.json.mgmt.actions.Binding
Represents an action binding.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Binding
public Binding()
-
-
Method Details
-
getId
- Returns:
- the ID of this binding
-
getTriggerId
- Returns:
- the ID the trigger associated with this binding
-
getDisplayName
- Returns:
- the name of this binding
-
getAction
- Returns:
- the action associated with this binding
-
getCreatedAt
- Returns:
- the time when this binding was created
-
getUpdatedAt
- Returns:
- the time when this binding was updated
-