Uses of Class
org.hyperledger.acy_py.generated.model.V20PresRequestByFormat
-
Packages that use V20PresRequestByFormat Package Description org.hyperledger.acy_py.generated.model -
-
Uses of V20PresRequestByFormat in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return V20PresRequestByFormat Modifier and Type Method Description V20PresRequestByFormatV20PresRequestByFormat.V20PresRequestByFormatBuilder. build()V20PresRequestByFormatV20PresCreateRequestRequest. getPresentationRequest()V20PresRequestByFormatV20PresSendRequestRequest. getPresentationRequest()Methods in org.hyperledger.acy_py.generated.model with parameters of type V20PresRequestByFormat Modifier and Type Method Description V20PresCreateRequestRequest.V20PresCreateRequestRequestBuilderV20PresCreateRequestRequest.V20PresCreateRequestRequestBuilder. presentationRequest(V20PresRequestByFormat presentationRequest)V20PresSendRequestRequest.V20PresSendRequestRequestBuilderV20PresSendRequestRequest.V20PresSendRequestRequestBuilder. presentationRequest(V20PresRequestByFormat presentationRequest)voidV20PresCreateRequestRequest. setPresentationRequest(V20PresRequestByFormat presentationRequest)voidV20PresSendRequestRequest. setPresentationRequest(V20PresRequestByFormat presentationRequest)Constructors in org.hyperledger.acy_py.generated.model with parameters of type V20PresRequestByFormat Constructor Description V20PresCreateRequestRequest(Boolean autoVerify, String comment, V20PresRequestByFormat presentationRequest, Boolean trace)V20PresSendRequestRequest(Boolean autoVerify, String comment, UUID connectionId, V20PresRequestByFormat presentationRequest, Boolean trace)
-