Companion

object Companion

Properties

Link copied to clipboard

All OwnerKind known at compile time

Link copied to clipboard
val type: EnumType

Functions

Link copied to clipboard

Returns all OwnerKind known at compile time

Link copied to clipboard
fun safeValueOf(rawValue: String): OwnerKind

Returns the OwnerKind that represents the specified rawValue. Note: unknown values of rawValue will return UNKNOWN__. You may want to update your schema instead of calling this function directly.