NamespacedId

interface NamespacedId

Functions

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