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