Uses of Class
org.hyperledger.acy_py.generated.model.V10DiscoveryRecord
-
Packages that use V10DiscoveryRecord Package Description org.hyperledger.acy_py.generated.model org.hyperledger.aries -
-
Uses of V10DiscoveryRecord in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return V10DiscoveryRecord Modifier and Type Method Description V10DiscoveryRecordV10DiscoveryRecord.V10DiscoveryRecordBuilder. build()V10DiscoveryRecordV10DiscoveryExchangeResult. getResults()Methods in org.hyperledger.acy_py.generated.model that return types with arguments of type V10DiscoveryRecord Modifier and Type Method Description List<V10DiscoveryRecord>V10DiscoveryExchangeListResult. getResults()Methods in org.hyperledger.acy_py.generated.model with parameters of type V10DiscoveryRecord Modifier and Type Method Description V10DiscoveryExchangeResult.V10DiscoveryExchangeResultBuilderV10DiscoveryExchangeResult.V10DiscoveryExchangeResultBuilder. results(V10DiscoveryRecord results)voidV10DiscoveryExchangeResult. setResults(V10DiscoveryRecord results)Method parameters in org.hyperledger.acy_py.generated.model with type arguments of type V10DiscoveryRecord Modifier and Type Method Description V10DiscoveryExchangeListResult.V10DiscoveryExchangeListResultBuilderV10DiscoveryExchangeListResult.V10DiscoveryExchangeListResultBuilder. results(List<V10DiscoveryRecord> results)voidV10DiscoveryExchangeListResult. setResults(List<V10DiscoveryRecord> results)Constructors in org.hyperledger.acy_py.generated.model with parameters of type V10DiscoveryRecord Constructor Description V10DiscoveryExchangeResult(V10DiscoveryRecord results)Constructor parameters in org.hyperledger.acy_py.generated.model with type arguments of type V10DiscoveryRecord Constructor Description V10DiscoveryExchangeListResult(List<V10DiscoveryRecord> results) -
Uses of V10DiscoveryRecord in org.hyperledger.aries
Methods in org.hyperledger.aries that return types with arguments of type V10DiscoveryRecord Modifier and Type Method Description Optional<V10DiscoveryRecord>AriesClient. discoverFeaturesQuery(DiscoverFeaturesQueryFilter filter)Query supported features
-