Uses of Class
org.hyperledger.aries.api.present_proof_v2.V20PresExRecordByFormat
-
Packages that use V20PresExRecordByFormat Package Description org.hyperledger.aries.api.present_proof_v2 -
-
Uses of V20PresExRecordByFormat in org.hyperledger.aries.api.present_proof_v2
Methods in org.hyperledger.aries.api.present_proof_v2 that return V20PresExRecordByFormat Modifier and Type Method Description V20PresExRecordByFormatV20PresExRecordByFormat.V20PresExRecordByFormatBuilder. build()V20PresExRecordByFormatV20PresExRecord. getByFormat()Methods in org.hyperledger.aries.api.present_proof_v2 with parameters of type V20PresExRecordByFormat Modifier and Type Method Description BV20PresExRecord.V20PresExRecordBuilder. byFormat(V20PresExRecordByFormat byFormat)voidV20PresExRecord. setByFormat(V20PresExRecordByFormat byFormat)Constructors in org.hyperledger.aries.api.present_proof_v2 with parameters of type V20PresExRecordByFormat Constructor Description V20PresExRecord(V20PresProposal presProposal, V20PresRequest presRequest, V20Pres pres, V20PresExRecordByFormat byFormat)
-