Class Connection

java.lang.Object
com.auth0.json.mgmt.organizations.Connection

public class Connection extends Object
Represents the Connection object of an EnabledConnection.
See Also:
  • Constructor Details

    • Connection

      public Connection()
  • Method Details

    • getName

      public String getName()
      Returns:
      the name of the connection.
    • setName

      public void setName(String name)
      Sets the name of the connection.
      Parameters:
      name - the name of the connection.
    • getStrategy

      public String getStrategy()
      Returns:
      the strategy of the connection
    • setStrategy

      public void setStrategy(String strategy)
      Sets the strategy of this connection.
      Parameters:
      strategy - the strategy of the connection.