Uses of Class
org.hyperledger.acy_py.generated.model.IndyPresPreview
-
Packages that use IndyPresPreview Package Description org.hyperledger.acy_py.generated.model -
-
Uses of IndyPresPreview in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return IndyPresPreview Modifier and Type Method Description IndyPresPreviewIndyPresPreview.IndyPresPreviewBuilder. build()IndyPresPreviewPresentationProposal. getPresentationProposal()IndyPresPreviewV10PresentationProposalRequest. getPresentationProposal()Methods in org.hyperledger.acy_py.generated.model with parameters of type IndyPresPreview Modifier and Type Method Description PresentationProposal.PresentationProposalBuilderPresentationProposal.PresentationProposalBuilder. presentationProposal(IndyPresPreview presentationProposal)V10PresentationProposalRequest.V10PresentationProposalRequestBuilderV10PresentationProposalRequest.V10PresentationProposalRequestBuilder. presentationProposal(IndyPresPreview presentationProposal)voidPresentationProposal. setPresentationProposal(IndyPresPreview presentationProposal)voidV10PresentationProposalRequest. setPresentationProposal(IndyPresPreview presentationProposal)Constructors in org.hyperledger.acy_py.generated.model with parameters of type IndyPresPreview Constructor Description PresentationProposal(String atId, String atType, String comment, IndyPresPreview presentationProposal)V10PresentationProposalRequest(Boolean autoPresent, String comment, UUID connectionId, IndyPresPreview presentationProposal, Boolean trace)
-