Package ca.uhn.fhir.rest.gclient
Interface IMetaGetUnsourced<T extends IBaseMetaType>
public interface IMetaGetUnsourced<T extends IBaseMetaType>
-
Method Summary
Modifier and TypeMethodDescriptionfromResource
(IIdType theId) Get the meta from a resource instance by ID.
-
Method Details
-
fromServer
-
fromType
-
fromResource
Get the meta from a resource instance by ID.- Parameters:
theId
- The ID. Must contain both a resource type and an ID part
-