Interface NumberClientParam.IMatches<T>

Enclosing class:
NumberClientParam

public static interface NumberClientParam.IMatches<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    number(long theNumber)
    Creates a search criterion that matches against the given number
    number(String theNumber)
    Creates a search criterion that matches against the given number
  • Method Details

    • number

      T number(long theNumber)
      Creates a search criterion that matches against the given number
      Parameters:
      theNumber - The number
      Returns:
      A criterion
    • number

      T number(String theNumber)
      Creates a search criterion that matches against the given number
      Parameters:
      theNumber - The number
      Returns:
      A criterion