Uses of Class
org.hisp.dhis.response.BaseHttpResponse
Packages that use BaseHttpResponse
Package
Description
-
Uses of BaseHttpResponse in org.hisp.dhis
Methods in org.hisp.dhis with type parameters of type BaseHttpResponseModifier and TypeMethodDescriptionprotected <T extends BaseHttpResponse>
TBaseDhis2.executeJsonPostPutRequest(org.apache.hc.client5.http.classic.methods.HttpUriRequestBase request, Object object, Class<T> type) Executes the givenHttpUriRequestBaserequest, which may be a POST or PUT request.<T extends BaseHttpResponse>
TExecutes the given HTTP POST request.protected <T extends BaseHttpResponse>
TBaseDhis2.removeObject(String path, Class<T> type) Removes an object using HTTP DELETE.protected <T extends BaseHttpResponse>
TBaseDhis2.saveObject(String path, Object object, Class<T> type) Saves an object using HTTP POST.protected <T extends BaseHttpResponse>
TBaseDhis2.saveObject(org.apache.hc.core5.net.URIBuilder uriBuilder, Object object, Class<T> type) Saves an object using HTTP POST.protected <T extends BaseHttpResponse>
TUpdates an object using HTTP PUT. -
Uses of BaseHttpResponse in org.hisp.dhis.response
Subclasses of BaseHttpResponse in org.hisp.dhis.responseModifier and TypeClassDescriptionclassMessage providing information about a DHIS 2 web API response. -
Uses of BaseHttpResponse in org.hisp.dhis.response.completedatasetregistration
Subclasses of BaseHttpResponse in org.hisp.dhis.response.completedatasetregistration -
Uses of BaseHttpResponse in org.hisp.dhis.response.data
Subclasses of BaseHttpResponse in org.hisp.dhis.response.dataModifier and TypeClassDescriptionclassAsynchronous import summary response. -
Uses of BaseHttpResponse in org.hisp.dhis.response.datavalueset
Subclasses of BaseHttpResponse in org.hisp.dhis.response.datavalueset -
Uses of BaseHttpResponse in org.hisp.dhis.response.event
Subclasses of BaseHttpResponse in org.hisp.dhis.response.event -
Uses of BaseHttpResponse in org.hisp.dhis.response.job
Subclasses of BaseHttpResponse in org.hisp.dhis.response.job -
Uses of BaseHttpResponse in org.hisp.dhis.response.object
Subclasses of BaseHttpResponse in org.hisp.dhis.response.object -
Uses of BaseHttpResponse in org.hisp.dhis.response.objects
Subclasses of BaseHttpResponse in org.hisp.dhis.response.objects -
Uses of BaseHttpResponse in org.hisp.dhis.util.mock
Subclasses of BaseHttpResponse in org.hisp.dhis.util.mock