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