Class PresentationRequest.IndyRequestedCredsRequestedPred.IndyRequestedCredsRequestedPredBuilder
- java.lang.Object
-
- org.hyperledger.aries.api.present_proof.PresentationRequest.IndyRequestedCredsRequestedPred.IndyRequestedCredsRequestedPredBuilder
-
- Enclosing class:
- PresentationRequest.IndyRequestedCredsRequestedPred
public static class PresentationRequest.IndyRequestedCredsRequestedPred.IndyRequestedCredsRequestedPredBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PresentationRequest.IndyRequestedCredsRequestedPredbuild()PresentationRequest.IndyRequestedCredsRequestedPred.IndyRequestedCredsRequestedPredBuildercredId(String credId)PresentationRequest.IndyRequestedCredsRequestedPred.IndyRequestedCredsRequestedPredBuildertimestamp(Integer timestamp)StringtoString()
-
-
-
Method Detail
-
credId
public PresentationRequest.IndyRequestedCredsRequestedPred.IndyRequestedCredsRequestedPredBuilder credId(String credId)
- Returns:
this.
-
timestamp
public PresentationRequest.IndyRequestedCredsRequestedPred.IndyRequestedCredsRequestedPredBuilder timestamp(Integer timestamp)
- Returns:
this.
-
build
public PresentationRequest.IndyRequestedCredsRequestedPred build()
-
-