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
-
Constructor Summary
-
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:missing
qualifier for this parameter.
-
Constructor Details
-
TokenClientParam
-
-
Method Details
-
exactly
-
getParamName
Description copied from interface:IParam
Returns the name of this parameter- Specified by:
getParamName
in 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: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.
-