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