Class V2CredentialExchangeFree.LDProofVCDetailOptions.LDProofVCDetailOptionsBuilder
- java.lang.Object
-
- org.hyperledger.aries.api.issue_credential_v2.V2CredentialExchangeFree.LDProofVCDetailOptions.LDProofVCDetailOptionsBuilder
-
- Enclosing class:
- V2CredentialExchangeFree.LDProofVCDetailOptions
public static class V2CredentialExchangeFree.LDProofVCDetailOptions.LDProofVCDetailOptionsBuilder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
challenge
public V2CredentialExchangeFree.LDProofVCDetailOptions.LDProofVCDetailOptionsBuilder challenge(String challenge)
- Returns:
this.
-
created
public V2CredentialExchangeFree.LDProofVCDetailOptions.LDProofVCDetailOptionsBuilder created(String created)
- Returns:
this.
-
credentialStatus
public V2CredentialExchangeFree.LDProofVCDetailOptions.LDProofVCDetailOptionsBuilder credentialStatus(CredentialStatusOptions credentialStatus)
- Returns:
this.
-
domain
public V2CredentialExchangeFree.LDProofVCDetailOptions.LDProofVCDetailOptionsBuilder domain(String domain)
- Returns:
this.
-
proofPurpose
public V2CredentialExchangeFree.LDProofVCDetailOptions.LDProofVCDetailOptionsBuilder proofPurpose(String proofPurpose)
- Returns:
this.
-
proofType
public V2CredentialExchangeFree.LDProofVCDetailOptions.LDProofVCDetailOptionsBuilder proofType(ProofType proofType)
- Returns:
this.
-
build
public V2CredentialExchangeFree.LDProofVCDetailOptions build()
-
-