Package ca.uhn.fhir.rest.param
Class CompositeParam<A extends IQueryParameterType,B extends IQueryParameterType>
java.lang.Object
ca.uhn.fhir.rest.param.BaseParam
ca.uhn.fhir.rest.param.CompositeParam<A,B>
- All Implemented Interfaces:
IQueryParameterType,Serializable
public class CompositeParam<A extends IQueryParameterType,B extends IQueryParameterType>
extends BaseParam
implements IQueryParameterType
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorsConstructorDescriptionCompositeParam(A theLeftInstance, B theRightInstance)CompositeParam(Class<A> theLeftType, Class<B> theRightType) -
Method Summary
Methods inherited from class ca.uhn.fhir.rest.param.BaseParam
getMissing, getQueryParameterQualifier, getValueAsQueryToken, isSupportsChain, setMissing, setValueAsQueryTokenMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ca.uhn.fhir.model.api.IQueryParameterType
getMissing, getQueryParameterQualifier, getValueAsQueryToken, setMissing, setValueAsQueryToken
-
Constructor Details
-
CompositeParam
-
CompositeParam
-
-
Method Details