PokemonTypeIdDraft

@GeneratedBy(type = PokemonTypeId::class)
interface PokemonTypeIdDraft : PokemonTypeId, Draft

Types

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

Properties

Link copied to clipboard
abstract override var pokemonId: Long

宝可梦 ID

Link copied to clipboard
abstract override var typeId: Long

属性 ID

Functions

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