Uses of Class
org.hyperledger.acy_py.generated.model.V20DiscoveryRecord
-
Packages that use V20DiscoveryRecord Package Description org.hyperledger.acy_py.generated.model org.hyperledger.aries -
-
Uses of V20DiscoveryRecord in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return V20DiscoveryRecord Modifier and Type Method Description V20DiscoveryRecordV20DiscoveryRecord.V20DiscoveryRecordBuilder. build()V20DiscoveryRecordV20DiscoveryExchangeResult. getResults()Methods in org.hyperledger.acy_py.generated.model that return types with arguments of type V20DiscoveryRecord Modifier and Type Method Description List<V20DiscoveryRecord>V20DiscoveryExchangeListResult. getResults()Methods in org.hyperledger.acy_py.generated.model with parameters of type V20DiscoveryRecord Modifier and Type Method Description V20DiscoveryExchangeResult.V20DiscoveryExchangeResultBuilderV20DiscoveryExchangeResult.V20DiscoveryExchangeResultBuilder. results(V20DiscoveryRecord results)voidV20DiscoveryExchangeResult. setResults(V20DiscoveryRecord results)Method parameters in org.hyperledger.acy_py.generated.model with type arguments of type V20DiscoveryRecord Modifier and Type Method Description V20DiscoveryExchangeListResult.V20DiscoveryExchangeListResultBuilderV20DiscoveryExchangeListResult.V20DiscoveryExchangeListResultBuilder. results(List<V20DiscoveryRecord> results)voidV20DiscoveryExchangeListResult. setResults(List<V20DiscoveryRecord> results)Constructors in org.hyperledger.acy_py.generated.model with parameters of type V20DiscoveryRecord Constructor Description V20DiscoveryExchangeResult(V20DiscoveryRecord results)Constructor parameters in org.hyperledger.acy_py.generated.model with type arguments of type V20DiscoveryRecord Constructor Description V20DiscoveryExchangeListResult(List<V20DiscoveryRecord> results) -
Uses of V20DiscoveryRecord in org.hyperledger.aries
Methods in org.hyperledger.aries that return types with arguments of type V20DiscoveryRecord Modifier and Type Method Description Optional<V20DiscoveryRecord>AriesClient. discoverFeaturesV2Queries(DiscoverFeaturesV2QueriesFilter filter)Query supported v2 features
-