PokemonColorDraft

@GeneratedBy(type = PokemonColor::class)
interface PokemonColorDraft : PokemonColor, Draft

Types

Link copied to clipboard
@GeneratedBy(type = PokemonColor::class)
object $
Link copied to clipboard
@GeneratedBy(type = PokemonColor::class)
class Builder

Properties

Link copied to clipboard
abstract override var id: Long

ID

Link copied to clipboard
abstract override var internalName: String?

内部名称

Link copied to clipboard
abstract override var name: String?

名称

Functions

Link copied to clipboard
@GeneratedBy(type = PokemonColor::class)
fun PokemonColor.copy(resolveImmediately: Boolean = false, block: PokemonColorDraft.() -> Unit): PokemonColor