Uses of Class
org.hyperledger.aries.api.present_proof_v2.V20PresProposalByFormat
-
Packages that use V20PresProposalByFormat Package Description org.hyperledger.aries.api.present_proof_v2 -
-
Uses of V20PresProposalByFormat in org.hyperledger.aries.api.present_proof_v2
Methods in org.hyperledger.aries.api.present_proof_v2 that return V20PresProposalByFormat Modifier and Type Method Description V20PresProposalByFormatV20PresProposalByFormat.V20PresProposalByFormatBuilder. build()V20PresProposalByFormatV20PresProposalRequest. getPresentationProposal()Methods in org.hyperledger.aries.api.present_proof_v2 with parameters of type V20PresProposalByFormat Modifier and Type Method Description V20PresProposalRequest.V20PresProposalRequestBuilderV20PresProposalRequest.V20PresProposalRequestBuilder. presentationProposal(V20PresProposalByFormat presentationProposal)voidV20PresProposalRequest. setPresentationProposal(V20PresProposalByFormat presentationProposal)Constructors in org.hyperledger.aries.api.present_proof_v2 with parameters of type V20PresProposalByFormat Constructor Description V20PresProposalRequest(Boolean autoPresent, String comment, String connectionId, V20PresProposalByFormat presentationProposal, Boolean trace)
-