Interface FilterCondition.Builder

    • Method Detail

      • equalsValue

        FilterCondition.Builder equalsValue​(String equalsValue)

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

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

        FilterCondition.Builder greaterThan​(Long greaterThan)

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

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

        FilterCondition.Builder lessThan​(Long lessThan)

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

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