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>
- All Implemented Interfaces:
IParam
public class CompositeClientParam<A extends IParam,B extends IParam>
extends Object
implements IParam
Composite parameter type for use in fluent client interfaces
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the name of this parameterICriterion
<?> isMissing
(boolean theMissing) Sets the:missing
qualifier for this parameter.withLeft
(ICriterion<A> theLeft)
-
Constructor Details
-
CompositeClientParam
-
-
Method Details
-
getParamName
Description copied from interface:IParam
Returns the name of this parameter- Specified by:
getParamName
in interfaceIParam
-
withLeft
-
isMissing
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 valuemissing
. Set this tofalse
to indicate that the server should return resources with this value populated.
-