public interface IReadTyped<T extends IBaseResource>
| Modifier and Type | Method and Description |
|---|---|
IReadExecutable<T> |
withId(IIdType theId)
Search using an ID.
|
IReadExecutable<T> |
withId(Long theId) |
IReadExecutable<T> |
withId(String theId) |
IReadExecutable<T> |
withIdAndVersion(String theId,
String theVersion) |
IReadExecutable<T> |
withUrl(IIdType theUrl) |
IReadExecutable<T> |
withUrl(String theUrl) |
IReadExecutable<T> withId(String theId)
IReadExecutable<T> withIdAndVersion(String theId, String theVersion)
IReadExecutable<T> withId(Long theId)
IReadExecutable<T> withId(IIdType theId)
withUrl(IIdType)IReadExecutable<T> withUrl(String theUrl)
IReadExecutable<T> withUrl(IIdType theUrl)
Copyright © 2014–2016 University Health Network. All rights reserved.