Uses of Class
org.hyperledger.acy_py.generated.model.V20PresProposal
-
Packages that use V20PresProposal Package Description org.hyperledger.acy_py.generated.model org.hyperledger.aries.api.present_proof_v2 -
-
Uses of V20PresProposal in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return V20PresProposal Modifier and Type Method Description V20PresProposalV20PresProposal.V20PresProposalBuilder. build()V20PresProposalV20PresExRecord. getPresProposal()Methods in org.hyperledger.acy_py.generated.model with parameters of type V20PresProposal Modifier and Type Method Description V20PresExRecord.V20PresExRecordBuilderV20PresExRecord.V20PresExRecordBuilder. presProposal(V20PresProposal presProposal)voidV20PresExRecord. setPresProposal(V20PresProposal presProposal)Constructors in org.hyperledger.acy_py.generated.model with parameters of type V20PresProposal Constructor Description V20PresExRecord(Boolean autoPresent, Boolean autoVerify, V20PresExRecordByFormat byFormat, String connectionId, String createdAt, String errorMsg, V20PresExRecord.InitiatorEnum initiator, V20Pres pres, String presExId, V20PresProposal presProposal, V20PresRequest presRequest, V20PresExRecord.RoleEnum role, V20PresExRecord.StateEnum state, String threadId, Boolean trace, String updatedAt, V20PresExRecord.VerifiedEnum verified) -
Uses of V20PresProposal in org.hyperledger.aries.api.present_proof_v2
Methods in org.hyperledger.aries.api.present_proof_v2 that return V20PresProposal Modifier and Type Method Description V20PresProposalV20PresExRecord. getPresProposal()Methods in org.hyperledger.aries.api.present_proof_v2 with parameters of type V20PresProposal Modifier and Type Method Description BV20PresExRecord.V20PresExRecordBuilder. presProposal(V20PresProposal presProposal)voidV20PresExRecord. setPresProposal(V20PresProposal presProposal)Constructors in org.hyperledger.aries.api.present_proof_v2 with parameters of type V20PresProposal Constructor Description V20PresExRecord(V20PresProposal presProposal, V20PresRequest presRequest, V20Pres pres, V20PresExRecordByFormat byFormat)
-