AndAll

data class AndAll(val value: List<CaseFilter>) : CaseFilter

Provides "and all" filtering.

Constructors

Link copied to clipboard
constructor(value: List<CaseFilter>)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this CaseFilter as a AndAll and retrieves its 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 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 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 List value. Returns null if the CaseFilter is not a OrAll.