
Package ca.uhn.fhir.rest.param
Class CompositeOrListParam<A extends IQueryParameterType,B extends IQueryParameterType>
- java.lang.Object
-
- ca.uhn.fhir.rest.param.BaseOrListParam<CompositeOrListParam<?,?>,CompositeParam<A,B>>
-
- 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 BaseOrListParam<CompositeOrListParam<?,?>,CompositeParam<A,B>>
- 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 CompositeOrListParam<A,B>
addOr(CompositeParam<A,B> theParameter)
Class<A>
getLeftType()
Class<B>
getRightType()
-
Methods inherited from class ca.uhn.fhir.rest.param.BaseOrListParam
add, getValuesAsQueryTokens, setValuesAsQueryTokens, toString
-
-
-
-
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)
- Specified by:
addOr
in classBaseOrListParam<CompositeOrListParam<?,?>,CompositeParam<A extends IQueryParameterType,B extends IQueryParameterType>>
-
-