Class BindingUpdate

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

public class BindingUpdate extends Object
Represents a trigger binding object when updating a trigger's action bindings.
See Also:
  • Constructor Details

    • BindingUpdate

      public BindingUpdate(BindingActionReference bindingActionReference)
      Creates a new instance.
      Parameters:
      bindingActionReference - the action bindings reference.
  • Method Details

    • getBindingActionReference

      public BindingActionReference getBindingActionReference()
      Returns:
      the binding action references associated with this instance.
    • setDisplayName

      public void setDisplayName(String displayName)
      Sets the display name of this binding reference.
      Parameters:
      displayName - the display name of this binding reference.
    • getDisplayName

      public String getDisplayName()
      Returns:
      the display name of this binding reference.