Uses of Class
org.hyperledger.acy_py.generated.model.VCRecord
-
Packages that use VCRecord Package Description org.hyperledger.acy_py.generated.model org.hyperledger.aries -
-
Uses of VCRecord in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return VCRecord Modifier and Type Method Description VCRecordVCRecord.VCRecordBuilder. build()Methods in org.hyperledger.acy_py.generated.model that return types with arguments of type VCRecord Modifier and Type Method Description List<VCRecord>VCRecordList. getResults()Method parameters in org.hyperledger.acy_py.generated.model with type arguments of type VCRecord Modifier and Type Method Description VCRecordList.VCRecordListBuilderVCRecordList.VCRecordListBuilder. results(List<VCRecord> results)voidVCRecordList. setResults(List<VCRecord> results)Constructor parameters in org.hyperledger.acy_py.generated.model with type arguments of type VCRecord Constructor Description VCRecordList(List<VCRecord> results) -
Uses of VCRecord in org.hyperledger.aries
Methods in org.hyperledger.aries that return types with arguments of type VCRecord Modifier and Type Method Description Optional<VCRecord>AriesClient. credentialW3C(@NonNull String credentialId)Fetch W3C credential from wallet by id
-