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