Package ca.uhn.fhir.rest.param
Class UriOrListParam
- java.lang.Object
-
- ca.uhn.fhir.rest.param.UriOrListParam
-
- All Implemented Interfaces:
IQueryParameterOr<UriParam>,Serializable
public class UriOrListParam extends Object
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UriOrListParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MTadd(PT theParameter)UriOrListParamaddOr(UriParam theParameter)List<PT>getValuesAsQueryTokens()voidsetValuesAsQueryTokens(FhirContext theContext, String theParamName, QualifiedParamList theParameters)StringtoString()
-
-
-
Constructor Detail
-
UriOrListParam
public UriOrListParam()
-
-
Method Detail
-
addOr
public UriOrListParam addOr(UriParam theParameter)
-
add
public MT add(PT theParameter)
-
getValuesAsQueryTokens
public List<PT> getValuesAsQueryTokens()
- Specified by:
getValuesAsQueryTokensin interfaceIQueryParameterOr<MT extends ca.uhn.fhir.rest.param.BaseOrListParam<?,?>>
-
setValuesAsQueryTokens
public void setValuesAsQueryTokens(FhirContext theContext, String theParamName, QualifiedParamList theParameters)
- Specified by:
setValuesAsQueryTokensin interfaceIQueryParameterOr<MT extends ca.uhn.fhir.rest.param.BaseOrListParam<?,?>>
-
-