
Package ca.uhn.fhir.rest.gclient
Class TokenClientParam
java.lang.Object
ca.uhn.fhir.rest.gclient.TokenClientParam
- All Implemented Interfaces:
IParam
Token parameter type for use in fluent client interfaces
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexactly()Returns the name of this parameterhasSystemWithAnyCode(String theSystem) Create a search criterion that matches against the given system value but does not specify a code.ICriterion<?> isMissing(boolean theMissing) Sets the:missingqualifier for this parameter.
-
Constructor Details
-
TokenClientParam
-
-
Method Details
-
exactly
-
getParamName
Description copied from interface:IParamReturns the name of this parameter- Specified by:
getParamNamein interfaceIParam
-
hasSystemWithAnyCode
Create a search criterion that matches against the given system value but does not specify a code. This means that any code/identifier with the given system should match.Use
exactly()if you want to specify a code. -
isMissing
Description copied from interface:IParamSets the:missingqualifier for this parameter. Set this totrueto indicate that the server should return resources with this valuemissing
. Set this tofalseto indicate that the server should return resources with this value populated.
-