ObjectIdentifier

Object Identifier is unique value to identify objects.

Types

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

Properties

Link copied to clipboard
val key: String

Key name of the object.

Link copied to clipboard

Version ID for the specific version of the object to delete.

Functions

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