Package ca.uhn.fhir.rest.param
Class HasOrListParam
- java.lang.Object
-
- ca.uhn.fhir.rest.param.HasOrListParam
-
- All Implemented Interfaces:
IQueryParameterOr<HasParam>,Serializable
public class HasOrListParam extends Object
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HasOrListParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MTadd(PT theParameter)HasOrListParamaddOr(HasParam theParameter)List<PT>getValuesAsQueryTokens()voidsetValuesAsQueryTokens(FhirContext theContext, String theParamName, QualifiedParamList theParameters)StringtoString()
-
-
-
Constructor Detail
-
HasOrListParam
public HasOrListParam()
-
-
Method Detail
-
addOr
public HasOrListParam addOr(HasParam 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<?,?>>
-
-