Uses of Interface
ca.uhn.fhir.rest.gclient.IReadExecutable
-
Packages that use IReadExecutable Package Description ca.uhn.fhir.rest.gclient -
-
Uses of IReadExecutable in ca.uhn.fhir.rest.gclient
Methods in ca.uhn.fhir.rest.gclient that return IReadExecutable Modifier and Type Method Description IReadExecutable<T>IReadIfNoneMatch. returnNull()If the server responds with anHTTP 301 Not Modified, returnnull.IReadExecutable<T>IReadIfNoneMatch. returnResource(T theInstance)If the server responds with anHTTP 301 Not Modified, return the given instance.IReadExecutable<T>IReadIfNoneMatch. throwNotModifiedException()If the server responds with anHTTP 301 Not Modified, throw aNotModifiedException.IReadExecutable<T>IReadTyped. withId(Long theId)Perform a search by resource IDIReadExecutable<T>IReadTyped. withId(String theId)Perform a search by resource IDIReadExecutable<T>IReadTyped. withId(IIdType theId)Search using an ID.IReadExecutable<T>IReadTyped. withIdAndVersion(String theId, String theVersion)Perform a search by resource ID and versionIReadExecutable<T>IReadTyped. withUrl(String theUrl)IReadExecutable<T>IReadTyped. withUrl(IIdType theUrl)
-