AdapterOverview

Contains information on the adapter, including the adapter ID, Name, Creation time, and feature types.

Types

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

Properties

Link copied to clipboard

A unique identifier for the adapter resource.

Link copied to clipboard

A string naming the adapter resource.

Link copied to clipboard

The date and time that the adapter was created.

Link copied to clipboard

The feature types that the adapter is operating on.

Functions

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