public class TokenClientParam extends Object implements IParam
| Modifier and Type | Class and Description |
|---|---|
static interface |
TokenClientParam.IMatches |
| Constructor and Description |
|---|
TokenClientParam(String theParamName) |
| Modifier and Type | Method and Description |
|---|---|
TokenClientParam.IMatches |
exactly() |
String |
getParamName()
Returns the name of this parameter
|
ICriterion<TokenClientParam> |
hasSystemWithAnyCode(String theSystem)
Create a search criterion that matches against the given system
value but does not specify a code.
|
ICriterion<?> |
isMissing(boolean theMissing)
Sets the
:missing qualifier for this parameter. |
public TokenClientParam(String theParamName)
public TokenClientParam.IMatches exactly()
public String getParamName()
IParamgetParamName in interface IParampublic ICriterion<TokenClientParam> hasSystemWithAnyCode(String theSystem)
Use exactly() if you want to specify a code.
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–2017 University Health Network. All rights reserved.