Interface IHistoryUntyped


public interface IHistoryUntyped
  • Method Details

    • andReturnBundle

      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.
      Request that the method return a Bundle resource (such as ca.uhn.fhir.model.dstu2.resource.Bundle). Use this method if you are accessing a DSTU2+ server.
    • returnBundle

      <T extends IBaseBundle> IHistoryTyped<T> returnBundle(Class<T> theType)
      Request that the method return a Bundle resource (such as ca.uhn.fhir.model.dstu2.resource.Bundle). Use this method if you are accessing a DSTU2+ server.
      Since:
      4.0.0