Uses of Class
org.dspace.orcid.client.OrcidResponse
-
Packages that use OrcidResponse Package Description org.dspace.orcid.client -
-
Uses of OrcidResponse in org.dspace.orcid.client
Methods in org.dspace.orcid.client that return OrcidResponse Modifier and Type Method Description OrcidResponseOrcidClient. deleteByPutCode(String accessToken, String orcid, String putCode, String path)Delete the ORCID object with the given putCode on the given path.OrcidResponseOrcidClientImpl. deleteByPutCode(String accessToken, String orcid, String putCode, String path)OrcidResponseOrcidClient. push(String accessToken, String orcid, Object object)Push the given object to ORCID.OrcidResponseOrcidClientImpl. push(String accessToken, String orcid, Object object)OrcidResponseOrcidClient. update(String accessToken, String orcid, Object object, String putCode)Update the object with the given putCode.OrcidResponseOrcidClientImpl. update(String accessToken, String orcid, Object object, String putCode)
-