Uses of Class
org.hyperledger.acy_py.generated.model.V20PresRequest
-
Packages that use V20PresRequest Package Description org.hyperledger.acy_py.generated.model org.hyperledger.aries.api.present_proof_v2 -
-
Uses of V20PresRequest in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return V20PresRequest Modifier and Type Method Description V20PresRequestV20PresRequest.V20PresRequestBuilder. build()V20PresRequestV20PresExRecord. getPresRequest()Methods in org.hyperledger.acy_py.generated.model with parameters of type V20PresRequest Modifier and Type Method Description V20PresExRecord.V20PresExRecordBuilderV20PresExRecord.V20PresExRecordBuilder. presRequest(V20PresRequest presRequest)voidV20PresExRecord. setPresRequest(V20PresRequest presRequest)Constructors in org.hyperledger.acy_py.generated.model with parameters of type V20PresRequest 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 V20PresRequest in org.hyperledger.aries.api.present_proof_v2
Methods in org.hyperledger.aries.api.present_proof_v2 that return V20PresRequest Modifier and Type Method Description V20PresRequestV20PresExRecord. getPresRequest()Methods in org.hyperledger.aries.api.present_proof_v2 with parameters of type V20PresRequest Modifier and Type Method Description BV20PresExRecord.V20PresExRecordBuilder. presRequest(V20PresRequest presRequest)voidV20PresExRecord. setPresRequest(V20PresRequest presRequest)Constructors in org.hyperledger.aries.api.present_proof_v2 with parameters of type V20PresRequest Constructor Description V20PresExRecord(V20PresProposal presProposal, V20PresRequest presRequest, V20Pres pres, V20PresExRecordByFormat byFormat)
-