Uses of Class
org.hyperledger.aries.api.connection.ConnectionAcceptance
-
Packages that use ConnectionAcceptance Package Description org.hyperledger.aries.api.connection -
-
Uses of ConnectionAcceptance in org.hyperledger.aries.api.connection
Methods in org.hyperledger.aries.api.connection that return ConnectionAcceptance Modifier and Type Method Description ConnectionAcceptanceConnectionRecord. getAccept()static ConnectionAcceptanceConnectionAcceptance. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectionAcceptance[]ConnectionAcceptance. 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 ConnectionAcceptance Modifier and Type Method Description ConnectionRecordConnectionRecord. setAccept(ConnectionAcceptance accept)
-