Package ca.uhn.fhir.rest.gclient
Class SpecialClientParam
java.lang.Object
ca.uhn.fhir.rest.gclient.SpecialClientParam
- All Implemented Interfaces:
IParam
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of this parameterICriterion<?>isMissing(boolean theMissing)Sets the:missingqualifier for this parameter.
-
Constructor Details
-
SpecialClientParam
-
-
Method Details
-
getParamName
Description copied from interface:IParamReturns the name of this parameter- Specified by:
getParamNamein interfaceIParam
-
isMissing
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.
-