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