Package ca.uhn.fhir.rest.param
Class DateOrListParam
- java.lang.Object
-
- ca.uhn.fhir.rest.param.DateOrListParam
-
- All Implemented Interfaces:
IQueryParameterOr<DateParam>,Serializable
public class DateOrListParam extends Object
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DateOrListParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MTadd(PT theParameter)DateOrListParamaddOr(DateParam theParameter)List<PT>getValuesAsQueryTokens()voidsetValuesAsQueryTokens(FhirContext theContext, String theParamName, QualifiedParamList theParameters)StringtoString()
-
-
-
Constructor Detail
-
DateOrListParam
public DateOrListParam()
-
-
Method Detail
-
addOr
public DateOrListParam addOr(DateParam theParameter)
-
add
public MT add(PT theParameter)
-
getValuesAsQueryTokens
public List<PT> getValuesAsQueryTokens()
- Specified by:
getValuesAsQueryTokensin interfaceIQueryParameterOr<MT extends ca.uhn.fhir.rest.param.BaseOrListParam<?,?>>
-
setValuesAsQueryTokens
public void setValuesAsQueryTokens(FhirContext theContext, String theParamName, QualifiedParamList theParameters)
- Specified by:
setValuesAsQueryTokensin interfaceIQueryParameterOr<MT extends ca.uhn.fhir.rest.param.BaseOrListParam<?,?>>
-
-