Class V20PresProposalByFormat.DIFProofProposal.DIFProofProposalBuilder
- java.lang.Object
-
- org.hyperledger.aries.api.present_proof_v2.V20PresProposalByFormat.DIFProofProposal.DIFProofProposalBuilder
-
- Enclosing class:
- V20PresProposalByFormat.DIFProofProposal
public static class V20PresProposalByFormat.DIFProofProposal.DIFProofProposalBuilder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
inputDescriptor
public V20PresProposalByFormat.DIFProofProposal.DIFProofProposalBuilder inputDescriptor(V2DIFProofRequest.PresentationDefinition.InputDescriptors inputDescriptor)
-
inputDescriptors
public V20PresProposalByFormat.DIFProofProposal.DIFProofProposalBuilder inputDescriptors(Collection<? extends V2DIFProofRequest.PresentationDefinition.InputDescriptors> inputDescriptors)
-
clearInputDescriptors
public V20PresProposalByFormat.DIFProofProposal.DIFProofProposalBuilder clearInputDescriptors()
-
options
public V20PresProposalByFormat.DIFProofProposal.DIFProofProposalBuilder options(DIFOptions options)
- Returns:
this.
-
build
public V20PresProposalByFormat.DIFProofProposal build()
-
-