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