Package ca.uhn.fhir.rest.gclient
Interface IMeta
-
public interface IMeta
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IMetaAddOrDeleteUnsourcedadd()Add the elements in the given metadata to the already existing set (do not remove any)IMetaAddOrDeleteUnsourceddelete()Delete the elements in the given metadata to the<T extends IBaseMetaType>
IMetaGetUnsourced<T>get(Class<T> theMetaType)Fetch the current metadata
-
-
-
Method Detail
-
get
<T extends IBaseMetaType> IMetaGetUnsourced<T> get(Class<T> theMetaType)
Fetch the current metadata- Parameters:
theMetaType- The type of the meta datatype for the given FHIR model version (should beMetaDt.classorMetaType.class)
-
add
IMetaAddOrDeleteUnsourced add()
Add the elements in the given metadata to the already existing set (do not remove any)
-
delete
IMetaAddOrDeleteUnsourced delete()
Delete the elements in the given metadata to the
-
-