Class PresentationExchangeRecord.RevealedAttributeGroup.RevealedAttributeGroupBuilder
- java.lang.Object
-
- org.hyperledger.aries.api.present_proof.PresentationExchangeRecord.RevealedAttributeGroup.RevealedAttributeGroupBuilder
-
- Enclosing class:
- PresentationExchangeRecord.RevealedAttributeGroup
public static class PresentationExchangeRecord.RevealedAttributeGroup.RevealedAttributeGroupBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PresentationExchangeRecord.RevealedAttributeGroupbuild()PresentationExchangeRecord.RevealedAttributeGroup.RevealedAttributeGroupBuilderclearRevealedAttributes()PresentationExchangeRecord.RevealedAttributeGroup.RevealedAttributeGroupBuilderidentifier(PresentationExchangeRecord.Identifier identifier)PresentationExchangeRecord.RevealedAttributeGroup.RevealedAttributeGroupBuilderrevealedAttribute(String revealedAttributeKey, String revealedAttributeValue)PresentationExchangeRecord.RevealedAttributeGroup.RevealedAttributeGroupBuilderrevealedAttributes(Map<? extends String,? extends String> revealedAttributes)StringtoString()
-
-
-
Method Detail
-
revealedAttribute
public PresentationExchangeRecord.RevealedAttributeGroup.RevealedAttributeGroupBuilder revealedAttribute(String revealedAttributeKey, String revealedAttributeValue)
-
revealedAttributes
public PresentationExchangeRecord.RevealedAttributeGroup.RevealedAttributeGroupBuilder revealedAttributes(Map<? extends String,? extends String> revealedAttributes)
-
clearRevealedAttributes
public PresentationExchangeRecord.RevealedAttributeGroup.RevealedAttributeGroupBuilder clearRevealedAttributes()
-
identifier
public PresentationExchangeRecord.RevealedAttributeGroup.RevealedAttributeGroupBuilder identifier(PresentationExchangeRecord.Identifier identifier)
- Returns:
this.
-
build
public PresentationExchangeRecord.RevealedAttributeGroup build()
-
-