ActionFilter

Describes a filter that returns a more specific list of recommended actions.

Types

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

Properties

Link copied to clipboard

The category to filter on. Valid values are FEATURE for feature type, SEVERITY for severity level, and TYPE for recommendation type.

Link copied to clipboard

Specifies how to apply the filter. Use EQUALS to include matching results or NOT_EQUALS to exclude matching results.

Link copied to clipboard

One or more values to match against the specified key.

Functions

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