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