public class DateClientParam extends Object implements IParam
| Modifier and Type | Class and Description |
|---|---|
static interface |
DateClientParam.IDateCriterion |
static interface |
DateClientParam.IDateSpecifier |
| Constructor and Description |
|---|
DateClientParam(String theParamName) |
| Modifier and Type | Method and Description |
|---|---|
DateClientParam.IDateSpecifier |
after() |
DateClientParam.IDateSpecifier |
afterOrEquals() |
DateClientParam.IDateSpecifier |
before() |
DateClientParam.IDateSpecifier |
beforeOrEquals() |
DateClientParam.IDateSpecifier |
exactly() |
String |
getParamName()
Returns the name of this parameter
|
ICriterion<?> |
isMissing(boolean theMissing)
Sets the
:missing qualifier for this parameter. |
public DateClientParam(String theParamName)
public String getParamName()
IParamgetParamName in interface IParampublic DateClientParam.IDateSpecifier after()
public DateClientParam.IDateSpecifier afterOrEquals()
public DateClientParam.IDateSpecifier before()
public DateClientParam.IDateSpecifier beforeOrEquals()
public DateClientParam.IDateSpecifier exactly()
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.