Package ca.uhn.fhir.rest.param
Class DateAndListParam
- All Implemented Interfaces:
IQueryParameterAnd<DateOrListParam>
,Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class ca.uhn.fhir.rest.param.BaseAndListParam
addValue, getValuesAsQueryTokens, setValuesAsQueryTokens, size, toString
-
Constructor Details
-
DateAndListParam
public DateAndListParam()
-
-
Method Details
-
addAnd
- Specified by:
addAnd
in classBaseAndListParam<DateOrListParam>
-
addAnd
- Parameters:
theValue
- The OR values- Returns:
- Returns a reference to this for convenient chaining
- Since:
- 7.4.0
-