Interface Condition.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Condition.Builder,Condition>, SdkBuilder<Condition.Builder,Condition>, SdkPojo
Enclosing class:
Condition

public static interface Condition.Builder extends SdkPojo, CopyableBuilder<Condition.Builder,Condition>
  • 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.