Package ca.uhn.fhir.rest.api.server
Class ResponseDetails
java.lang.Object
ca.uhn.fhir.rest.api.server.ResponseDetails
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructorResponseDetails
(org.hl7.fhir.instance.model.api.IBaseResource theResponseResource) Constructor -
Method Summary
Modifier and TypeMethodDescriptionint
org.hl7.fhir.instance.model.api.IBaseResource
Get the resource which will be returned to the clientvoid
setResponseCode
(int theResponseCode) void
setResponseResource
(org.hl7.fhir.instance.model.api.IBaseResource theResponseResource) Set the resource which will be returned to the client
-
Constructor Details
-
ResponseDetails
public ResponseDetails()Constructor -
ResponseDetails
Constructor
-
-
Method Details
-
getResponseCode
-
setResponseCode
-
getResponseResource
Get the resource which will be returned to the client -
setResponseResource
Set the resource which will be returned to the client
-