Class Connection
java.lang.Object
com.auth0.json.mgmt.organizations.Connection
Represents the Connection object of an EnabledConnection.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
void
Sets the name of the connection.void
setStrategy
(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.
-