Field

data class Field(val value: FieldFilter) : CaseFilter

A list of fields to filter on.

Constructors

Link copied to clipboard
constructor(value: FieldFilter)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this CaseFilter as a AndAll and retrieves its kotlin.collections.List value. Throws an exception if the CaseFilter is not a AndAll.

Link copied to clipboard

Casts this CaseFilter as a AndAll and retrieves its kotlin.collections.List value. Returns null if the CaseFilter is not a AndAll.

Link copied to clipboard

Casts this CaseFilter as a Field and retrieves its aws.sdk.kotlin.services.connectcases.model.FieldFilter value. Throws an exception if the CaseFilter is not a Field.

Link copied to clipboard

Casts this CaseFilter as a Field and retrieves its aws.sdk.kotlin.services.connectcases.model.FieldFilter value. Returns null if the CaseFilter is not a Field.

Link copied to clipboard

Casts this CaseFilter as a Not and retrieves its aws.sdk.kotlin.services.connectcases.model.CaseFilter value. Throws an exception if the CaseFilter is not a Not.

Link copied to clipboard

Casts this CaseFilter as a Not and retrieves its aws.sdk.kotlin.services.connectcases.model.CaseFilter value. Returns null if the CaseFilter is not a Not.

Link copied to clipboard

Casts this CaseFilter as a OrAll and retrieves its kotlin.collections.List value. Throws an exception if the CaseFilter is not a OrAll.

Link copied to clipboard

Casts this CaseFilter as a OrAll and retrieves its kotlin.collections.List value. Returns null if the CaseFilter is not a OrAll.