Condition

class Condition

Contains information about the condition.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val eq: List<String>?

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val gt: Int?

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

Link copied to clipboard
val gte: Int?

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val lt: Int?

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

Link copied to clipboard
val lte: Int?

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

Link copied to clipboard
val neq: List<String>?

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

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: Condition.Builder.() -> Unit = {}): Condition
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String