Package ca.uhn.fhir.rest.gclient
Interface IMetaGetUnsourced<T extends IBaseMetaType>
-
public interface IMetaGetUnsourced<T extends IBaseMetaType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IClientExecutable<IClientExecutable<?,T>,T>fromResource(IIdType theId)Get the meta from a resource instance by ID.IClientExecutable<IClientExecutable<?,T>,T>fromServer()IClientExecutable<IClientExecutable<?,T>,T>fromType(String theResourceName)
-
-
-
Method Detail
-
fromServer
IClientExecutable<IClientExecutable<?,T>,T> fromServer()
-
fromType
IClientExecutable<IClientExecutable<?,T>,T> fromType(String theResourceName)
-
fromResource
IClientExecutable<IClientExecutable<?,T>,T> fromResource(IIdType theId)
Get the meta from a resource instance by ID.- Parameters:
theId- The ID. Must contain both a resource type and an ID part
-
-