Interface IParam

All Known Implementing Classes:
CompositeClientParam, DateClientParam, NumberClientParam, QuantityClientParam, ReferenceClientParam, SpecialClientParam, StringClientParam, TokenClientParam, UriClientParam

public interface IParam
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of this parameter
    isMissing(boolean theMissing)
    Sets the :missing qualifier for this parameter.
  • Method Details

    • getParamName

      Returns the name of this parameter
    • isMissing

      ICriterion<?> isMissing(boolean theMissing)
      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.