public static interface UriClientParam.IUriMatch
| Modifier and Type | Method and Description |
|---|---|
ICriterion<UriClientParam> |
value(String theValue)
Requests that resources be returned which match the given value
|
ICriterion<UriClientParam> |
value(StringDt theValue)
Requests that resources be returned which match the given value
|
ICriterion<UriClientParam> |
values(List<String> theValues)
Requests that resources be returned which match ANY of the given values (this is an OR search).
|
ICriterion<?> |
values(String... theValues)
Requests that resources be returned which match ANY of the given values (this is an OR search).
|
ICriterion<UriClientParam> value(String theValue)
ICriterion<UriClientParam> values(List<String> theValues)
where criteria with the same parameter.ICriterion<UriClientParam> value(StringDt theValue)
ICriterion<?> values(String... theValues)
where criteria with the same parameter.Copyright © 2014–2019 University Health Network. All rights reserved.