Package ca.uhn.fhir.rest.gclient
Interface IParam
-
- All Known Implementing Classes:
CompositeClientParam,DateClientParam,NumberClientParam,QuantityClientParam,ReferenceClientParam,SpecialClientParam,StringClientParam,TokenClientParam,UriClientParam
public interface IParam
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetParamName()Returns the name of this parameterICriterion<?>isMissing(boolean theMissing)Sets the:missingqualifier for this parameter.
-
-
-
Method Detail
-
getParamName
String getParamName()
Returns the name of this parameter
-
isMissing
ICriterion<?> isMissing(boolean theMissing)
Sets 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.
-
-