Interface NumberPreferenceItem.Builder

  • Method Details

    • preferenceTypeWithStrings

      NumberPreferenceItem.Builder preferenceTypeWithStrings(Collection<String> preferenceType)

      The type of match to apply to the filter values.

      • StartsWith: Returns numbers that begin with the filter value.

      • EndsWith: Returns numbers that end with the filter value.

      • Contains: Returns numbers that contain the filter value.

      • ExactMatch: Returns the number that exactly matches the filter value.

      Parameters:
      preferenceType - The type of match to apply to the filter values.

      • StartsWith: Returns numbers that begin with the filter value.

      • EndsWith: Returns numbers that end with the filter value.

      • Contains: Returns numbers that contain the filter value.

      • ExactMatch: Returns the number that exactly matches the filter value.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • preferenceTypeWithStrings

      NumberPreferenceItem.Builder preferenceTypeWithStrings(String... preferenceType)

      The type of match to apply to the filter values.

      • StartsWith: Returns numbers that begin with the filter value.

      • EndsWith: Returns numbers that end with the filter value.

      • Contains: Returns numbers that contain the filter value.

      • ExactMatch: Returns the number that exactly matches the filter value.

      Parameters:
      preferenceType - The type of match to apply to the filter values.

      • StartsWith: Returns numbers that begin with the filter value.

      • EndsWith: Returns numbers that end with the filter value.

      • Contains: Returns numbers that contain the filter value.

      • ExactMatch: Returns the number that exactly matches the filter value.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • preferenceType

      NumberPreferenceItem.Builder preferenceType(Collection<PreferenceType> preferenceType)

      The type of match to apply to the filter values.

      • StartsWith: Returns numbers that begin with the filter value.

      • EndsWith: Returns numbers that end with the filter value.

      • Contains: Returns numbers that contain the filter value.

      • ExactMatch: Returns the number that exactly matches the filter value.

      Parameters:
      preferenceType - The type of match to apply to the filter values.

      • StartsWith: Returns numbers that begin with the filter value.

      • EndsWith: Returns numbers that end with the filter value.

      • Contains: Returns numbers that contain the filter value.

      • ExactMatch: Returns the number that exactly matches the filter value.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • preferenceType

      NumberPreferenceItem.Builder preferenceType(PreferenceType... preferenceType)

      The type of match to apply to the filter values.

      • StartsWith: Returns numbers that begin with the filter value.

      • EndsWith: Returns numbers that end with the filter value.

      • Contains: Returns numbers that contain the filter value.

      • ExactMatch: Returns the number that exactly matches the filter value.

      Parameters:
      preferenceType - The type of match to apply to the filter values.

      • StartsWith: Returns numbers that begin with the filter value.

      • EndsWith: Returns numbers that end with the filter value.

      • Contains: Returns numbers that contain the filter value.

      • ExactMatch: Returns the number that exactly matches the filter value.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filter

      The digit pattern values to match against available phone numbers, using the specified preference type.

      Parameters:
      filter - The digit pattern values to match against available phone numbers, using the specified preference type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filter

      The digit pattern values to match against available phone numbers, using the specified preference type.

      Parameters:
      filter - The digit pattern values to match against available phone numbers, using the specified preference type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.