Class Binding

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

public class Binding extends Object
Represents an action binding.
See Also:
  • Constructor Details

    • Binding

      public Binding()
  • Method Details

    • getId

      public String getId()
      Returns:
      the ID of this binding
    • getTriggerId

      public String getTriggerId()
      Returns:
      the ID the trigger associated with this binding
    • getDisplayName

      public String getDisplayName()
      Returns:
      the name of this binding
    • getAction

      public Action getAction()
      Returns:
      the action associated with this binding
    • getCreatedAt

      public Date getCreatedAt()
      Returns:
      the time when this binding was created
    • getUpdatedAt

      public Date getUpdatedAt()
      Returns:
      the time when this binding was updated