Package ca.cdr.api.fhirgw.model
Class GetRequest
- All Implemented Interfaces:
IBaseRequest
This class represents a FHIR Gateway plain get request, used i.e. to retrieve
bulk exported files from an export-returned location which might be not
a FHIR server. E.g. Could be ndjson files in S3, and would not be a Binary resource.
-
Constructor Summary
ConstructorsConstructorDescriptionGetRequest
(GetRequest theRequest) Copy constructorGetRequest
(String theUrl) Constructor -
Method Summary
Methods inherited from class ca.cdr.api.fhirgw.model.BaseRequest
addAdditionalHeader, getAdditionalHeaders, getClientInterceptor, getResourceType, getServerCapabilityStatementValidationEnabled, getServletRequest, isSkip, setClientInterceptor, setResourceType, setServerCapabilityStatementValidationEnabled, setServletRequest, setSkip
-
Constructor Details
-
GetRequest
Constructor -
GetRequest
Copy constructor
-
-
Method Details
-
getUrl
-
setUrl
-