Uses of Class
org.hyperledger.acy_py.generated.model.PresentationProposal
-
Packages that use PresentationProposal Package Description org.hyperledger.acy_py.generated.model -
-
Uses of PresentationProposal in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return PresentationProposal Modifier and Type Method Description PresentationProposalPresentationProposal.PresentationProposalBuilder. build()PresentationProposalV10PresentationExchange. getPresentationProposalDict()Methods in org.hyperledger.acy_py.generated.model with parameters of type PresentationProposal Modifier and Type Method Description V10PresentationExchange.V10PresentationExchangeBuilderV10PresentationExchange.V10PresentationExchangeBuilder. presentationProposalDict(PresentationProposal presentationProposalDict)voidV10PresentationExchange. setPresentationProposalDict(PresentationProposal presentationProposalDict)Constructors in org.hyperledger.acy_py.generated.model with parameters of type PresentationProposal Constructor Description V10PresentationExchange(Boolean autoPresent, Boolean autoVerify, String connectionId, String createdAt, String errorMsg, V10PresentationExchange.InitiatorEnum initiator, IndyProof presentation, String presentationExchangeId, PresentationProposal presentationProposalDict, IndyProofRequest presentationRequest, PresentationRequest presentationRequestDict, V10PresentationExchange.RoleEnum role, String state, String threadId, Boolean trace, String updatedAt, V10PresentationExchange.VerifiedEnum verified)
-