Package ca.uhn.fhir.rest.param
Class DateAndListParam
- java.lang.Object
-
- ca.uhn.fhir.rest.param.BaseAndListParam<DateOrListParam>
-
- ca.uhn.fhir.rest.param.DateAndListParam
-
- All Implemented Interfaces:
IQueryParameterAnd<DateOrListParam>,Serializable
public class DateAndListParam extends BaseAndListParam<DateOrListParam>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DateAndListParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DateAndListParamaddAnd(DateOrListParam theValue)-
Methods inherited from class ca.uhn.fhir.rest.param.BaseAndListParam
addValue, getValuesAsQueryTokens, setValuesAsQueryTokens, size, toString
-
-
-
-
Constructor Detail
-
DateAndListParam
public DateAndListParam()
-
-
Method Detail
-
addAnd
public DateAndListParam addAnd(DateOrListParam theValue)
- Specified by:
addAndin classBaseAndListParam<DateOrListParam>
-
-