Class RulesConfig

java.lang.Object
com.auth0.json.mgmt.RulesConfig

public class RulesConfig extends Object
Class that represents an Auth0 Rules Config object. Related to the RulesConfigsEntity entity.
  • Constructor Details

    • RulesConfig

      public RulesConfig(String value)
  • Method Details

    • getKey

      public String getKey()
      Getter for the key of the rules config
      Returns:
      the key.
    • getValue

      public String getValue()
      Getter for the value of the rules config
      Returns:
      the value.
    • setValue

      public void setValue(String value)
      Setter for the value of the rules config.
      Parameters:
      value - the value to set.