Class V20CredExRecordByFormat.LdProof.LdProofBuilder
- java.lang.Object
-
- org.hyperledger.aries.api.issue_credential_v2.V20CredExRecordByFormat.LdProof.LdProofBuilder
-
- Enclosing class:
- V20CredExRecordByFormat.LdProof
public static class V20CredExRecordByFormat.LdProof.LdProofBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V20CredExRecordByFormat.LdProofbuild()V20CredExRecordByFormat.LdProof.LdProofBuildercredential(VerifiableCredential credential)V20CredExRecordByFormat.LdProof.LdProofBuilderoptions(V2CredentialExchangeFree.LDProofVCDetailOptions options)StringtoString()
-
-
-
Method Detail
-
credential
public V20CredExRecordByFormat.LdProof.LdProofBuilder credential(VerifiableCredential credential)
- Returns:
this.
-
options
public V20CredExRecordByFormat.LdProof.LdProofBuilder options(V2CredentialExchangeFree.LDProofVCDetailOptions options)
- Returns:
this.
-
build
public V20CredExRecordByFormat.LdProof build()
-
-