Class PresentationExchangeRecord.RevealedAttribute.RevealedAttributeBuilder
- java.lang.Object
-
- org.hyperledger.aries.api.present_proof.PresentationExchangeRecord.RevealedAttribute.RevealedAttributeBuilder
-
- Enclosing class:
- PresentationExchangeRecord.RevealedAttribute
public static class PresentationExchangeRecord.RevealedAttribute.RevealedAttributeBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PresentationExchangeRecord.RevealedAttributebuild()PresentationExchangeRecord.RevealedAttribute.RevealedAttributeBuilderencoded(String encoded)PresentationExchangeRecord.RevealedAttribute.RevealedAttributeBuilderraw(String raw)PresentationExchangeRecord.RevealedAttribute.RevealedAttributeBuildersubProofIndex(Integer subProofIndex)StringtoString()
-
-
-
Method Detail
-
subProofIndex
public PresentationExchangeRecord.RevealedAttribute.RevealedAttributeBuilder subProofIndex(Integer subProofIndex)
- Returns:
this.
-
raw
public PresentationExchangeRecord.RevealedAttribute.RevealedAttributeBuilder raw(String raw)
- Returns:
this.
-
encoded
public PresentationExchangeRecord.RevealedAttribute.RevealedAttributeBuilder encoded(String encoded)
- Returns:
this.
-
build
public PresentationExchangeRecord.RevealedAttribute build()
-
-