Uses of Class
org.hyperledger.acy_py.generated.model.ConnRecord
-
Packages that use ConnRecord Package Description org.hyperledger.acy_py.generated.model -
-
Uses of ConnRecord in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return ConnRecord Modifier and Type Method Description ConnRecordConnRecord.ConnRecordBuilder. build()ConnRecordConnectionStaticResult. getRecord()Methods in org.hyperledger.acy_py.generated.model that return types with arguments of type ConnRecord Modifier and Type Method Description List<ConnRecord>ConnectionList. getResults()Methods in org.hyperledger.acy_py.generated.model with parameters of type ConnRecord Modifier and Type Method Description ConnectionStaticResult.ConnectionStaticResultBuilderConnectionStaticResult.ConnectionStaticResultBuilder. record(ConnRecord record)voidConnectionStaticResult. setRecord(ConnRecord record)Method parameters in org.hyperledger.acy_py.generated.model with type arguments of type ConnRecord Modifier and Type Method Description ConnectionList.ConnectionListBuilderConnectionList.ConnectionListBuilder. results(List<ConnRecord> results)voidConnectionList. setResults(List<ConnRecord> results)Constructors in org.hyperledger.acy_py.generated.model with parameters of type ConnRecord Constructor Description ConnectionStaticResult(String myDid, String myEndpoint, String myVerkey, ConnRecord record, String theirDid, String theirVerkey)Constructor parameters in org.hyperledger.acy_py.generated.model with type arguments of type ConnRecord Constructor Description ConnectionList(List<ConnRecord> results)
-