Class PresentProofRequest.ProofRequest.ProofRestrictions.ProofRestrictionsBuilder
- java.lang.Object
-
- org.hyperledger.aries.api.present_proof.PresentProofRequest.ProofRequest.ProofRestrictions.ProofRestrictionsBuilder
-
- Enclosing class:
- PresentProofRequest.ProofRequest.ProofRestrictions
public static class PresentProofRequest.ProofRequest.ProofRestrictions.ProofRestrictionsBuilder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
addAttributeValueRestriction
public PresentProofRequest.ProofRequest.ProofRestrictions.ProofRestrictionsBuilder addAttributeValueRestriction(@NonNull @NonNull String name, @NonNull @NonNull String value)
-
schemaId
public PresentProofRequest.ProofRequest.ProofRestrictions.ProofRestrictionsBuilder schemaId(String schemaId)
- Returns:
this.
-
schemaName
public PresentProofRequest.ProofRequest.ProofRestrictions.ProofRestrictionsBuilder schemaName(String schemaName)
- Returns:
this.
-
schemaVersion
public PresentProofRequest.ProofRequest.ProofRestrictions.ProofRestrictionsBuilder schemaVersion(String schemaVersion)
- Returns:
this.
-
schemaIssuerDid
public PresentProofRequest.ProofRequest.ProofRestrictions.ProofRestrictionsBuilder schemaIssuerDid(String schemaIssuerDid)
- Returns:
this.
-
credentialDefinitionId
public PresentProofRequest.ProofRequest.ProofRestrictions.ProofRestrictionsBuilder credentialDefinitionId(String credentialDefinitionId)
- Returns:
this.
-
issuerDid
public PresentProofRequest.ProofRequest.ProofRestrictions.ProofRestrictionsBuilder issuerDid(String issuerDid)
- Returns:
this.
-
genericRestriction
public PresentProofRequest.ProofRequest.ProofRestrictions.ProofRestrictionsBuilder genericRestriction(String genericRestrictionKey, String genericRestrictionValue)
-
genericRestrictions
public PresentProofRequest.ProofRequest.ProofRestrictions.ProofRestrictionsBuilder genericRestrictions(Map<? extends String,? extends String> genericRestrictions)
-
clearGenericRestrictions
public PresentProofRequest.ProofRequest.ProofRestrictions.ProofRestrictionsBuilder clearGenericRestrictions()
-
build
public PresentProofRequest.ProofRequest.ProofRestrictions build()
-
-