Package ca.uhn.fhir.rest.gclient
Interface IGetPageUntyped
-
public interface IGetPageUntyped
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T extends IBaseBundle>
IGetPageTyped<T>andReturnBundle(Class<T> theBundleType)Return a Bundle resource of the given type
-
-
-
Method Detail
-
andReturnBundle
<T extends IBaseBundle> IGetPageTyped<T> andReturnBundle(Class<T> theBundleType)
Return a Bundle resource of the given type
-
-