Class PresentProofProposal.PresentationPreview.PresentationPreviewBuilder
- java.lang.Object
-
- org.hyperledger.aries.api.present_proof.PresentProofProposal.PresentationPreview.PresentationPreviewBuilder
-
- Enclosing class:
- PresentProofProposal.PresentationPreview
public static class PresentProofProposal.PresentationPreview.PresentationPreviewBuilder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
type
public PresentProofProposal.PresentationPreview.PresentationPreviewBuilder type(String type)
- Returns:
this.
-
attributes
public PresentProofProposal.PresentationPreview.PresentationPreviewBuilder attributes(List<PresentProofProposal.PresentationPreview.PresAttrSpec> attributes)
- Returns:
this.
-
predicates
public PresentProofProposal.PresentationPreview.PresentationPreviewBuilder predicates(List<PresentProofProposal.PresentationPreview.PresPredSpec> predicates)
- Returns:
this.
-
build
public PresentProofProposal.PresentationPreview build()
-
-