EntityConfiguration

Configuration that defines how to interact with a specific data entity through the REST API, including its access patterns and schema definition.

Types

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

Properties

Link copied to clipboard

The schema definition for this entity, including field names, types, and other metadata that describes the structure of the data.

Link copied to clipboard

The source configuration that defines how to make requests to access this entity's data through the REST API.

Functions

Link copied to clipboard
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