Interface StringClientParam.IStringMatch

Enclosing class:
StringClientParam

public static interface StringClientParam.IStringMatch
  • Method Details

    • value

      Requests that resources be returned which match the given value
    • values

      Requests that resources be returned which match ANY of the given values (this is an OR search, not an AND search). Note that to specify an AND search, simply add a subsequent where criteria with the same parameter.
    • value

      Requests that resources be returned which match the given value
    • values

      ICriterion<?> values(String... theValues)
      Requests that resources be returned which match ANY of the given values (this is an OR search, not an AND search). Note that to specify an AND search, simply add a subsequent where criteria with the same parameter.