ConnectorDetail

Information about the registered connector.

Types

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

Properties

Link copied to clipboard

The application type of the connector.

Link copied to clipboard

A description about the registered connector.

Link copied to clipboard

A label used for the connector.

Link copied to clipboard

The connection mode that the connector supports.

Link copied to clipboard

The name of the connector.

Link copied to clipboard

The owner of the connector.

Link copied to clipboard

The provisioning type that the connector uses.

Link copied to clipboard

The connector type.

Link copied to clipboard

The connector version.

Link copied to clipboard

The time at which the connector was registered.

Link copied to clipboard

The user who registered the connector.

Link copied to clipboard

The data transfer types that the connector supports.

Functions

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