Class StringClientParam

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

public class StringClientParam extends Object implements IParam
Author:
james
  • 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
    • matches

      The string matches the given value (servers will often, but are not required to) implement this as a left match, meaning that a value of "smi" would match "smi" and "smith".
    • matchesExactly

      The string matches exactly the given value
    • contains

      The string contains given value
    • 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