public interface IHistoryUntyped
| Modifier and Type | Method and Description |
|---|---|
<T extends IBaseBundle> |
andReturnBundle(Class<T> theType)
Deprecated.
Use
returnBundle(Class) instead, which has the exact same functionality. This was deprecated in HAPI FHIR 4.0.0 in order to be consistent with the similar method on the search operation. |
<T extends IBaseBundle> |
returnBundle(Class<T> theType)
Request that the method return a Bundle resource (such as
ca.uhn.fhir.model.dstu2.resource.Bundle). |
@Deprecated <T extends IBaseBundle> IHistoryTyped<T> andReturnBundle(Class<T> theType)
returnBundle(Class) instead, which has the exact same functionality. This was deprecated in HAPI FHIR 4.0.0 in order to be consistent with the similar method on the search operation.ca.uhn.fhir.model.dstu2.resource.Bundle).
Use this method if you are accessing a DSTU2+ server.<T extends IBaseBundle> IHistoryTyped<T> returnBundle(Class<T> theType)
ca.uhn.fhir.model.dstu2.resource.Bundle).
Use this method if you are accessing a DSTU2+ server.Copyright © 2014–2019 University Health Network. All rights reserved.