safeValueOf

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.