Entity

class Entity

An entity supported by a given ConnectionType.

Types

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

Properties

Link copied to clipboard

The type of entities that are present in the response. This value depends on the source connection. For example this is SObjects for Salesforce and databases or schemas or tables for sources like Amazon Redshift.

Link copied to clipboard

An optional map of keys which may be returned for an entity by a connector.

Link copied to clipboard

A description of the entity.

Link copied to clipboard

The name of the entity.

Link copied to clipboard

A Boolean value which helps to determine whether there are sub objects that can be listed.

Link copied to clipboard

Label used for the entity.

Functions

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