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