public class UriClientParam extends Object implements IParam
| Modifier and Type | Class and Description |
|---|---|
static interface |
UriClientParam.IUriMatch |
| Constructor and Description |
|---|
UriClientParam(String theParamName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getParamName()
Returns the name of this parameter
|
ICriterion<?> |
isMissing(boolean theMissing)
Sets the
:missing qualifier for this parameter. |
UriClientParam.IUriMatch |
matches()
The string matches the given value (servers will often, but are not required to) implement this as a left match, meaning that a value of "smi" would match "smi" and "smith".
|
UriClientParam.IUriMatch |
matches(String theValue)
Deprecated.
theValue does not do anything, use
matches() instead |
public UriClientParam(String theParamName)
public String getParamName()
IParamgetParamName in interface IParam@Deprecated public UriClientParam.IUriMatch matches(String theValue)
matches() insteadtheValue - THIS PARAMETER DOES NOT DO ANYTHING - This method was added by accidentpublic UriClientParam.IUriMatch matches()
public ICriterion<?> isMissing(boolean theMissing)
IParam:missing qualifier for this parameter. Set this to true
to indicate that the server should return resources with this value populated
. Set this tofalse to indicate that the server should return resources with this value missing.Copyright © 2014–2019 University Health Network. All rights reserved.