NamespaceFilter

A complex type that identifies the namespaces that you want to list. You can choose to list public or private namespaces.

Types

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

Properties

Link copied to clipboard

Specify the operator that you want to use to determine whether a namespace matches the specified value. Valid values for Condition are one of the following.

Link copied to clipboard

Specify the namespaces that you want to get using one of the following.

Link copied to clipboard

Specify the values that are applicable to the value that you specify for Name.

Functions

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