Uses of Class
org.hyperledger.aries.api.issue_credential_v2.V20CredExRecordByFormat
-
Packages that use V20CredExRecordByFormat Package Description org.hyperledger.aries.api.issue_credential_v2 -
-
Uses of V20CredExRecordByFormat in org.hyperledger.aries.api.issue_credential_v2
Methods in org.hyperledger.aries.api.issue_credential_v2 that return V20CredExRecordByFormat Modifier and Type Method Description V20CredExRecordByFormatV20CredExRecordByFormat.V20CredExRecordByFormatBuilder. build()V20CredExRecordByFormatV20CredExRecord. getByFormat()Methods in org.hyperledger.aries.api.issue_credential_v2 with parameters of type V20CredExRecordByFormat Modifier and Type Method Description BV20CredExRecord.V20CredExRecordBuilder. byFormat(V20CredExRecordByFormat byFormat)voidV20CredExRecord. setByFormat(V20CredExRecordByFormat byFormat)Constructors in org.hyperledger.aries.api.issue_credential_v2 with parameters of type V20CredExRecordByFormat Constructor Description V20CredExRecord(V20CredExRecordByFormat byFormat, V20CredOffer credOffer, V20CredPreview credPreview, V20CredProposal credProposal, V20CredIssue credIssue, V20CredRequest credRequest)
-