Class Connection
java.lang.Object
com.auth0.json.mgmt.organizations.Connection
Represents the Connection object of an EnabledConnection.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidSets the name of the connection.voidsetStrategy(String strategy) Sets the strategy of this connection.
-
Constructor Details
-
Connection
public Connection()
-
-
Method Details
-
getName
- Returns:
- the name of the connection.
-
setName
Sets the name of the connection.- Parameters:
name- the name of the connection.
-
getStrategy
- Returns:
- the strategy of the connection
-
setStrategy
Sets the strategy of this connection.- Parameters:
strategy- the strategy of the connection.
-