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:
-
Constructor Summary
-
Method Summary
Methods inherited from class ca.uhn.fhir.rest.param.BaseAndListParam
addValue, getValuesAsQueryTokens, setValuesAsQueryTokens, size, toString
-
Constructor Details
-
CompositeAndListParam
-
-
Method Details
-
addAnd
- Specified by:
addAnd
in classBaseAndListParam<CompositeOrListParam<A extends IQueryParameterType,
B extends IQueryParameterType>>
-