Entity

class Entity

An entity contains data that describes your product, its supported features, and how it can be used or launched by your customer.

Types

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

Properties

Link copied to clipboard

The identifier for the entity.

Link copied to clipboard

The type of 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