PokemonFetcherDsl

@GeneratedBy(type = Pokemon::class)
class PokemonFetcherDsl(fetcher: Fetcher<Pokemon> = emptyPokemonFetcher)

Constructors

Link copied to clipboard
constructor(fetcher: Fetcher<Pokemon> = emptyPokemonFetcher)

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun baseExperience(enabled: Boolean = true)
Link copied to clipboard
fun height(enabled: Boolean = true)
Link copied to clipboard
Link copied to clipboard
fun internalName(enabled: Boolean = true)
Link copied to clipboard
fun name(enabled: Boolean = true)
Link copied to clipboard
fun pokemonSpecies(enabled: Boolean = true)
fun pokemonSpecies(childFetcher: Fetcher<PokemonSpecies>)
fun pokemonSpecies(idOnlyFetchType: IdOnlyFetchType)
fun pokemonSpecies(enabled: Boolean, childBlock: PokemonSpeciesFetcherDsl.() -> Unit)
fun pokemonSpecies(enabled: Boolean, childFetcher: Fetcher<PokemonSpecies>)
fun pokemonSpecies(cfgBlock: KReferenceFieldDsl<PokemonSpecies>.() -> Unit?, childBlock: PokemonSpeciesFetcherDsl.() -> Unit)
fun pokemonSpecies(childFetcher: Fetcher<PokemonSpecies>, cfgBlock: KReferenceFieldDsl<PokemonSpecies>.() -> Unit?)
fun pokemonSpecies(fetchType: ReferenceFetchType, childBlock: PokemonSpeciesFetcherDsl.() -> Unit)
fun pokemonSpecies(fetchType: ReferenceFetchType, childFetcher: Fetcher<PokemonSpecies>)
fun pokemonSpecies(enabled: Boolean, cfgBlock: KReferenceFieldDsl<PokemonSpecies>.() -> Unit?, childBlock: PokemonSpeciesFetcherDsl.() -> Unit)
fun pokemonSpecies(enabled: Boolean, childFetcher: Fetcher<PokemonSpecies>, cfgBlock: KReferenceFieldDsl<PokemonSpecies>.() -> Unit?)
Link copied to clipboard
fun sortingOrder(enabled: Boolean = true)
Link copied to clipboard
fun weight(enabled: Boolean = true)