public interface IReadIfNoneMatch<T extends IBaseResource>
| Modifier and Type | Method and Description |
|---|---|
IReadExecutable<T> |
returnNull()
If the server responds with an
HTTP 301 Not Modified,
return null. |
IReadExecutable<T> |
returnResource(T theInstance)
If the server responds with an
HTTP 301 Not Modified,
return the given instance. |
IReadExecutable<T> |
throwNotModifiedException()
If the server responds with an
HTTP 301 Not Modified,
throw a NotModifiedException. |
IReadExecutable<T> returnResource(T theInstance)
HTTP 301 Not Modified,
return the given instance.IReadExecutable<T> returnNull()
HTTP 301 Not Modified,
return null.IReadExecutable<T> throwNotModifiedException()
HTTP 301 Not Modified,
throw a NotModifiedException.Copyright © 2014–2019 University Health Network. All rights reserved.