
Package ca.uhn.fhir.rest.gclient
Interface IReadIfNoneMatch<T extends IBaseResource>
public interface IReadIfNoneMatch<T extends IBaseResource>
-
Method Summary
Modifier and TypeMethodDescriptionIf the server responds with anHTTP 301 Not Modified, returnnull.returnResource(T theInstance) If the server responds with anHTTP 301 Not Modified, return the given instance.If the server responds with anHTTP 301 Not Modified, throw aNotModifiedException.
-
Method Details
-
returnResource
If the server responds with anHTTP 301 Not Modified, return the given instance. -
returnNull
If the server responds with anHTTP 301 Not Modified, returnnull. -
throwNotModifiedException
If the server responds with anHTTP 301 Not Modified, throw aNotModifiedException.
-