NamespacedId

interface NamespacedId

Functions

Link copied to clipboard
abstract fun getName(): String
Gets the name of this NamespacedId.
Link copied to clipboard
abstract fun getNamespace(): String
Gets the namespace of this NamespacedId.
Link copied to clipboard
abstract fun toNamespacedKey(): NamespacedKey
Creates a NamespacedKey with the namespace and name of this NamespacedId.