Class PresentationRequest.PresentationRequestBuilder
- java.lang.Object
-
- org.hyperledger.aries.api.present_proof.PresentationRequest.PresentationRequestBuilder
-
- Enclosing class:
- PresentationRequest
public static class PresentationRequest.PresentationRequestBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PresentationRequestbuild()PresentationRequest.PresentationRequestBuilderrequestedAttributes(Map<String,PresentationRequest.IndyRequestedCredsRequestedAttr> requestedAttributes)PresentationRequest.PresentationRequestBuilderrequestedPredicates(Map<String,PresentationRequest.IndyRequestedCredsRequestedPred> requestedPredicates)PresentationRequest.PresentationRequestBuilderselfAttestedAttributes(Map<String,String> selfAttestedAttributes)StringtoString()PresentationRequest.PresentationRequestBuildertrace(Boolean trace)
-
-
-
Method Detail
-
trace
public PresentationRequest.PresentationRequestBuilder trace(Boolean trace)
- Returns:
this.
-
requestedPredicates
public PresentationRequest.PresentationRequestBuilder requestedPredicates(Map<String,PresentationRequest.IndyRequestedCredsRequestedPred> requestedPredicates)
- Returns:
this.
-
selfAttestedAttributes
public PresentationRequest.PresentationRequestBuilder selfAttestedAttributes(Map<String,String> selfAttestedAttributes)
- Returns:
this.
-
requestedAttributes
public PresentationRequest.PresentationRequestBuilder requestedAttributes(Map<String,PresentationRequest.IndyRequestedCredsRequestedAttr> requestedAttributes)
- Returns:
this.
-
build
public PresentationRequest build()
-
-