Class UriClientParam

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

public class UriClientParam 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
    • matches

      Deprecated.
      theValue does not do anything, use matches() instead
      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".
      Parameters:
      theValue - THIS PARAMETER DOES NOT DO ANYTHING - This method was added by accident
    • 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".
    • 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