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