
Package ca.uhn.fhir.rest.gclient
Class CompositeClientParam<A extends IParam,B extends IParam>
- java.lang.Object
-
- ca.uhn.fhir.rest.gclient.CompositeClientParam<A,B>
-
-
Constructor Summary
Constructors Constructor Description CompositeClientParam(String theName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getParamName()
Returns the name of this parameterICriterion<?>
isMissing(boolean theMissing)
Sets the:missing
qualifier for this parameter.ICompositeWithLeft<B>
withLeft(ICriterion<A> theLeft)
-
-
-
Constructor Detail
-
CompositeClientParam
public CompositeClientParam(String theName)
-
-
Method Detail
-
getParamName
public String getParamName()
Description copied from interface:IParam
Returns the name of this parameter- Specified by:
getParamName
in interfaceIParam
-
withLeft
public ICompositeWithLeft<B> withLeft(ICriterion<A> theLeft)
-
isMissing
public ICriterion<?> isMissing(boolean theMissing)
Description copied from interface:IParam
Sets the:missing
qualifier for this parameter. Set this totrue
to indicate that the server should return resources with this valuepopulated
. Set this tofalse
to indicate that the server should return resources with this value missing.
-
-