Interface Condition.Builder

  • Method Details

    • eq

      Deprecated.

      Represents the equal condition to be applied to a single field when querying for findings.

      Parameters:
      eq - Represents the equal condition to be applied to a single field when querying for findings.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • eq

      Deprecated.

      Represents the equal condition to be applied to a single field when querying for findings.

      Parameters:
      eq - Represents the equal condition to be applied to a single field when querying for findings.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • neq

      Deprecated.

      Represents the not equal condition to be applied to a single field when querying for findings.

      Parameters:
      neq - Represents the not equal condition to be applied to a single field when querying for findings.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • neq

      Deprecated.

      Represents the not equal condition to be applied to a single field when querying for findings.

      Parameters:
      neq - Represents the not equal condition to be applied to a single field when querying for findings.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • gt

      Deprecated.

      Represents a greater than condition to be applied to a single field when querying for findings.

      Parameters:
      gt - Represents a greater than condition to be applied to a single field when querying for findings.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • gte

      Deprecated.

      Represents a greater than or equal condition to be applied to a single field when querying for findings.

      Parameters:
      gte - Represents a greater than or equal condition to be applied to a single field when querying for findings.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lt

      Deprecated.

      Represents a less than condition to be applied to a single field when querying for findings.

      Parameters:
      lt - Represents a less than condition to be applied to a single field when querying for findings.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lte

      Deprecated.

      Represents a less than or equal condition to be applied to a single field when querying for findings.

      Parameters:
      lte - Represents a less than or equal condition to be applied to a single field when querying for findings.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • equalsValue

      Condition.Builder equalsValue(Collection<String> equals)

      Represents an equal condition to be applied to a single field when querying for findings.

      Parameters:
      equals - Represents an equal condition to be applied to a single field when querying for findings.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • equalsValue

      Condition.Builder equalsValue(String... equals)

      Represents an equal condition to be applied to a single field when querying for findings.

      Parameters:
      equals - Represents an equal condition to be applied to a single field when querying for findings.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • notEquals

      Condition.Builder notEquals(Collection<String> notEquals)

      Represents a not equal condition to be applied to a single field when querying for findings.

      Parameters:
      notEquals - Represents a not equal condition to be applied to a single field when querying for findings.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • notEquals

      Condition.Builder notEquals(String... notEquals)

      Represents a not equal condition to be applied to a single field when querying for findings.

      Parameters:
      notEquals - Represents a not equal condition to be applied to a single field when querying for findings.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • greaterThan

      Condition.Builder greaterThan(Long greaterThan)

      Represents a greater than condition to be applied to a single field when querying for findings.

      Parameters:
      greaterThan - Represents a greater than condition to be applied to a single field when querying for findings.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • greaterThanOrEqual

      Condition.Builder greaterThanOrEqual(Long greaterThanOrEqual)

      Represents a greater than or equal condition to be applied to a single field when querying for findings.

      Parameters:
      greaterThanOrEqual - Represents a greater than or equal condition to be applied to a single field when querying for findings.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lessThan

      Condition.Builder lessThan(Long lessThan)

      Represents a less than condition to be applied to a single field when querying for findings.

      Parameters:
      lessThan - Represents a less than condition to be applied to a single field when querying for findings.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lessThanOrEqual

      Condition.Builder lessThanOrEqual(Long lessThanOrEqual)

      Represents a less than or equal condition to be applied to a single field when querying for findings.

      Parameters:
      lessThanOrEqual - Represents a less than or equal condition to be applied to a single field when querying for findings.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • matches

      Condition.Builder matches(Collection<String> matches)

      Represents the match condition to be applied to a single field when querying for findings.

      The matches condition is available only for create-filter and update-filter APIs.

      Parameters:
      matches - Represents the match condition to be applied to a single field when querying for findings.

      The matches condition is available only for create-filter and update-filter APIs.

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

      Condition.Builder matches(String... matches)

      Represents the match condition to be applied to a single field when querying for findings.

      The matches condition is available only for create-filter and update-filter APIs.

      Parameters:
      matches - Represents the match condition to be applied to a single field when querying for findings.

      The matches condition is available only for create-filter and update-filter APIs.

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

      Condition.Builder notMatches(Collection<String> notMatches)

      Represents the not match condition to be applied to a single field when querying for findings.

      The not-matches condition is available only for create-filter and update-filter APIs.

      Parameters:
      notMatches - Represents the not match condition to be applied to a single field when querying for findings.

      The not-matches condition is available only for create-filter and update-filter APIs.

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

      Condition.Builder notMatches(String... notMatches)

      Represents the not match condition to be applied to a single field when querying for findings.

      The not-matches condition is available only for create-filter and update-filter APIs.

      Parameters:
      notMatches - Represents the not match condition to be applied to a single field when querying for findings.

      The not-matches condition is available only for create-filter and update-filter APIs.

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