Package ca.uhn.fhir.rest.gclient
Class SpecialClientParam
- java.lang.Object
-
- ca.uhn.fhir.rest.gclient.SpecialClientParam
-
- All Implemented Interfaces:
IParam
public class SpecialClientParam extends Object implements IParam
-
-
Constructor Summary
Constructors Constructor Description SpecialClientParam(String theParamName)
-
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.
-
-
-
Constructor Detail
-
SpecialClientParam
public SpecialClientParam(String theParamName)
-
-
Method Detail
-
getParamName
public String getParamName()
Description copied from interface:IParamReturns the name of this parameter- Specified by:
getParamNamein interfaceIParam
-
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.
-
-