Interface UriClientParam.IUriMatch

Enclosing class:
UriClientParam

public static interface UriClientParam.IUriMatch
  • 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). 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). Note that to specify an AND search, simply add a subsequent where criteria with the same parameter.