Uses of Class
org.hyperledger.aries.api.did_exchange.DIDXRequestDidDocAttach
-
Packages that use DIDXRequestDidDocAttach Package Description org.hyperledger.aries.api.did_exchange -
-
Uses of DIDXRequestDidDocAttach in org.hyperledger.aries.api.did_exchange
Methods in org.hyperledger.aries.api.did_exchange that return DIDXRequestDidDocAttach Modifier and Type Method Description DIDXRequestDidDocAttachDIDXRequestDidDocAttach.DIDXRequestDidDocAttachBuilder. build()DIDXRequestDidDocAttachDIDXRequest. getDidDocAttach()Methods in org.hyperledger.aries.api.did_exchange with parameters of type DIDXRequestDidDocAttach Modifier and Type Method Description DIDXRequest.DIDXRequestBuilderDIDXRequest.DIDXRequestBuilder. didDocAttach(DIDXRequestDidDocAttach didDocAttach)voidDIDXRequest. setDidDocAttach(DIDXRequestDidDocAttach didDocAttach)Constructors in org.hyperledger.aries.api.did_exchange with parameters of type DIDXRequestDidDocAttach Constructor Description DIDXRequest(String id, String type, DIDXRequest.DIDXThread thread, String did, DIDXRequestDidDocAttach didDocAttach, String label)
-