
Package ca.uhn.fhir.rest.gclient
Interface IFetchConformanceUntyped
-
public interface IFetchConformanceUntyped
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T extends IBaseConformance>
IFetchConformanceTyped<T>ofType(Class<T> theType)
Retrieve the conformance statement using the given model type
-
-
-
Method Detail
-
ofType
<T extends IBaseConformance> IFetchConformanceTyped<T> ofType(Class<T> theType)
Retrieve the conformance statement using the given model type
-
-