Class TokenClientParam

java.lang.Object
ca.uhn.fhir.rest.gclient.TokenClientParam
All Implemented Interfaces:
IParam

public class TokenClientParam extends Object implements IParam
Token parameter type for use in fluent client interfaces
  • Constructor Details

  • Method Details

    • exactly

    • getParamName

      public String getParamName()
      Description copied from interface: IParam
      Returns the name of this parameter
      Specified by:
      getParamName in interface IParam
    • 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

      public ICriterion<?> isMissing(boolean theMissing)
      Description copied from interface: IParam
      Sets the :missing qualifier for this parameter. Set this to true to indicate that the server should return resources with this value

      missing

      . Set this to false to indicate that the server should return resources with this value populated.
      Specified by:
      isMissing in interface IParam