Class SpecialClientParam

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

public class SpecialClientParam extends Object implements IParam
  • Constructor Details

  • Method Details

    • getParamName

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