Uses of Class
org.hyperledger.aries.api.connection.ConnectionRecord.RoutingState
-
Packages that use ConnectionRecord.RoutingState Package Description org.hyperledger.aries.api.connection -
-
Uses of ConnectionRecord.RoutingState in org.hyperledger.aries.api.connection
Methods in org.hyperledger.aries.api.connection that return ConnectionRecord.RoutingState Modifier and Type Method Description ConnectionRecord.RoutingStateConnectionRecord. getRoutingState()static ConnectionRecord.RoutingStateConnectionRecord.RoutingState. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectionRecord.RoutingState[]ConnectionRecord.RoutingState. 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 ConnectionRecord.RoutingState Modifier and Type Method Description ConnectionRecordConnectionRecord. setRoutingState(ConnectionRecord.RoutingState routingState)
-