FindingCriteria

Specifies, as a map, one or more property-based conditions that filter the results of a query for findings.

Types

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

Properties

Link copied to clipboard

A condition that specifies the property, operator, and one or more values to use to filter the results.

Functions

Link copied to clipboard
inline fun copy(block: FindingCriteria.Builder.() -> Unit = {}): FindingCriteria
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