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