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 StringgetParamName()Returns the name of this parameterICriterion<?>isMissing(boolean theMissing)Sets the:missingqualifier 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:IParamReturns the name of this parameter- Specified by:
getParamNamein interfaceIParam
-
withLeft
public ICompositeWithLeft<B> withLeft(ICriterion<A> theLeft)
-
isMissing
public ICriterion<?> isMissing(boolean theMissing)
Description copied from interface:IParamSets the:missingqualifier for this parameter. Set this totrueto indicate that the server should return resources with this valuepopulated
. Set this tofalseto indicate that the server should return resources with this value missing.
-
-