Package ca.uhn.fhir.rest.gclient
Interface IMetaGetUnsourced<T extends IBaseMetaType>
public interface IMetaGetUnsourced<T extends IBaseMetaType>
-
Method Summary
Modifier and TypeMethodDescriptionIClientExecutable<IClientExecutable<?,T>,T>fromResource(IIdType theId)Get the meta from a resource instance by ID.IClientExecutable<IClientExecutable<?,T>,T>IClientExecutable<IClientExecutable<?,T>,T>
-
Method Details
-
fromServer
IClientExecutable<IClientExecutable<?,T>,T> 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
-