Class V2CredentialExchangeFree.LDProofVCDetail.LDProofVCDetailBuilder
- java.lang.Object
-
- org.hyperledger.aries.api.issue_credential_v2.V2CredentialExchangeFree.LDProofVCDetail.LDProofVCDetailBuilder
-
- Enclosing class:
- V2CredentialExchangeFree.LDProofVCDetail
public static class V2CredentialExchangeFree.LDProofVCDetail.LDProofVCDetailBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V2CredentialExchangeFree.LDProofVCDetailbuild()V2CredentialExchangeFree.LDProofVCDetail.LDProofVCDetailBuildercredential(VerifiableCredential credential)V2CredentialExchangeFree.LDProofVCDetail.LDProofVCDetailBuilderoptions(V2CredentialExchangeFree.LDProofVCDetailOptions options)StringtoString()
-
-
-
Method Detail
-
credential
public V2CredentialExchangeFree.LDProofVCDetail.LDProofVCDetailBuilder credential(VerifiableCredential credential)
- Returns:
this.
-
options
public V2CredentialExchangeFree.LDProofVCDetail.LDProofVCDetailBuilder options(V2CredentialExchangeFree.LDProofVCDetailOptions options)
- Returns:
this.
-
build
public V2CredentialExchangeFree.LDProofVCDetail build()
-
-