Uses of Class
org.hyperledger.aries.api.connection.ConnectionTheirRole
-
Packages that use ConnectionTheirRole Package Description org.hyperledger.aries.api.connection -
-
Uses of ConnectionTheirRole in org.hyperledger.aries.api.connection
Methods in org.hyperledger.aries.api.connection that return ConnectionTheirRole Modifier and Type Method Description ConnectionTheirRoleConnectionFilter. getTheirRole()ConnectionTheirRoleConnectionRecord. getTheirRole()static ConnectionTheirRoleConnectionTheirRole. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectionTheirRole[]ConnectionTheirRole. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hyperledger.aries.api.connection with parameters of type ConnectionTheirRole Modifier and Type Method Description voidConnectionFilter. setTheirRole(ConnectionTheirRole theirRole)ConnectionRecordConnectionRecord. setTheirRole(ConnectionTheirRole theirRole)ConnectionFilter.ConnectionFilterBuilderConnectionFilter.ConnectionFilterBuilder. theirRole(ConnectionTheirRole theirRole)
-