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