
Package ca.uhn.fhir.rest.gclient
Interface IEntityResult
public interface IEntityResult
Response to a Raw HTTP call done through IGenericClient.
-
Method Summary
-
Method Details
-
getMimeType
-
getInputStream
@NonNull InputStream getInputStream() -
getStatusCode
int getStatusCode() -
getHeaders
@NonNull Map<String,List<String>> getHeaders()
-