
Package ca.uhn.fhir.rest.param
Class DateOrListParam
- java.lang.Object
-
- ca.uhn.fhir.rest.param.BaseOrListParam<DateOrListParam,DateParam>
-
- ca.uhn.fhir.rest.param.DateOrListParam
-
- All Implemented Interfaces:
IQueryParameterOr<DateParam>
,Serializable
public class DateOrListParam extends BaseOrListParam<DateOrListParam,DateParam>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DateOrListParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DateOrListParam
addOr(DateParam theParameter)
-
Methods inherited from class ca.uhn.fhir.rest.param.BaseOrListParam
add, getValuesAsQueryTokens, setValuesAsQueryTokens, toString
-
-
-
-
Constructor Detail
-
DateOrListParam
public DateOrListParam()
-
-
Method Detail
-
addOr
public DateOrListParam addOr(DateParam theParameter)
- Specified by:
addOr
in classBaseOrListParam<DateOrListParam,DateParam>
-
-