Uses of Class
org.hisp.dhis.response.Response
Packages that use Response
Package
Description
-
Uses of Response in org.hisp.dhis
Methods in org.hisp.dhis that return ResponseModifier and TypeMethodDescriptionDhis2.addOrgUnitToOrgUnitGroup(String orgUnitGroup, String orgUnit) Adds the program to the org unit.Dhis2.addOrgUnitToProgram(String program, String orgUnit) Adds the program to the org unit.protected ResponseBaseDhis2.addToCollection(String path, String id, String collection, String item) Adds the item to the collection of the entity with the given identifier.protected ResponseBaseDhis2.executeRequest(org.apache.hc.client5.http.classic.methods.HttpUriRequestBase request) Executes the given request without attempting to parse a response body and returns a response message.Dhis2.mergeOrgUnits(OrgUnitMergeRequest request) Performs an org unit merge operation.Dhis2.removeDataStoreEntry(String namespace, String key) Removes a data store entry.Dhis2.removeDataStoreNamespace(String namespace) Removes a namespace including all entries.<T> ResponseDhis2.saveDataStoreEntry(String namespace, String key, T object) Saves a data store entry.Dhis2.splitOrgUnit(OrgUnitSplitRequest request) Performs an org unit split operation.<T> ResponseDhis2.updateDataStoreEntry(String namespace, String key, T object) Updates a data store entry. -
Uses of Response in org.hisp.dhis.response.event
Subclasses of Response in org.hisp.dhis.response.event -
Uses of Response in org.hisp.dhis.response.job
Subclasses of Response in org.hisp.dhis.response.job -
Uses of Response in org.hisp.dhis.response.object
Subclasses of Response in org.hisp.dhis.response.object -
Uses of Response in org.hisp.dhis.util.mock
Subclasses of Response in org.hisp.dhis.util.mock