PokemonSpeciesFetcherDsl

@GeneratedBy(type = PokemonSpecies::class)
class PokemonSpeciesFetcherDsl(fetcher: Fetcher<PokemonSpecies> = emptyPokemonSpeciesFetcher)

Constructors

Link copied to clipboard
constructor(fetcher: Fetcher<PokemonSpecies> = emptyPokemonSpeciesFetcher)

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun baseHappiness(enabled: Boolean = true)
Link copied to clipboard
fun captureRate(enabled: Boolean = true)
Link copied to clipboard
fun evolutionChainId(enabled: Boolean = true)
Link copied to clipboard
fun evolvesFromSpeciesId(enabled: Boolean = true)
Link copied to clipboard
fun formsSwitchable(enabled: Boolean = true)
Link copied to clipboard
fun genderRate(enabled: Boolean = true)
Link copied to clipboard
fun growthRate(enabled: Boolean = true)
fun growthRate(childBlock: GrowthRateFetcherDsl.() -> Unit)
fun growthRate(childFetcher: Fetcher<GrowthRate>)
fun growthRate(idOnlyFetchType: IdOnlyFetchType)
fun growthRate(enabled: Boolean, childBlock: GrowthRateFetcherDsl.() -> Unit)
fun growthRate(enabled: Boolean, childFetcher: Fetcher<GrowthRate>)
fun growthRate(cfgBlock: KReferenceFieldDsl<GrowthRate>.() -> Unit?, childBlock: GrowthRateFetcherDsl.() -> Unit)
fun growthRate(childFetcher: Fetcher<GrowthRate>, cfgBlock: KReferenceFieldDsl<GrowthRate>.() -> Unit?)
fun growthRate(fetchType: ReferenceFetchType, childBlock: GrowthRateFetcherDsl.() -> Unit)
fun growthRate(fetchType: ReferenceFetchType, childFetcher: Fetcher<GrowthRate>)
fun growthRate(enabled: Boolean, cfgBlock: KReferenceFieldDsl<GrowthRate>.() -> Unit?, childBlock: GrowthRateFetcherDsl.() -> Unit)
fun growthRate(enabled: Boolean, childFetcher: Fetcher<GrowthRate>, cfgBlock: KReferenceFieldDsl<GrowthRate>.() -> Unit?)
Link copied to clipboard
fun hasGenderDifferences(enabled: Boolean = true)
Link copied to clipboard
fun hatchCounter(enabled: Boolean = true)
Link copied to clipboard
Link copied to clipboard
fun internalName(enabled: Boolean = true)
Link copied to clipboard
fun isBaby(enabled: Boolean = true)
Link copied to clipboard
fun isLegendary(enabled: Boolean = true)
Link copied to clipboard
fun isMythical(enabled: Boolean = true)
Link copied to clipboard
fun name(enabled: Boolean = true)
Link copied to clipboard
fun pokemonColor(enabled: Boolean = true)
fun pokemonColor(childFetcher: Fetcher<PokemonColor>)
fun pokemonColor(idOnlyFetchType: IdOnlyFetchType)
fun pokemonColor(enabled: Boolean, childBlock: PokemonColorFetcherDsl.() -> Unit)
fun pokemonColor(enabled: Boolean, childFetcher: Fetcher<PokemonColor>)
fun pokemonColor(cfgBlock: KReferenceFieldDsl<PokemonColor>.() -> Unit?, childBlock: PokemonColorFetcherDsl.() -> Unit)
fun pokemonColor(childFetcher: Fetcher<PokemonColor>, cfgBlock: KReferenceFieldDsl<PokemonColor>.() -> Unit?)
fun pokemonColor(fetchType: ReferenceFetchType, childBlock: PokemonColorFetcherDsl.() -> Unit)
fun pokemonColor(fetchType: ReferenceFetchType, childFetcher: Fetcher<PokemonColor>)
fun pokemonColor(enabled: Boolean, cfgBlock: KReferenceFieldDsl<PokemonColor>.() -> Unit?, childBlock: PokemonColorFetcherDsl.() -> Unit)
fun pokemonColor(enabled: Boolean, childFetcher: Fetcher<PokemonColor>, cfgBlock: KReferenceFieldDsl<PokemonColor>.() -> Unit?)
Link copied to clipboard
fun pokemonHabitat(enabled: Boolean = true)
fun pokemonHabitat(childFetcher: Fetcher<PokemonHabitat>)
fun pokemonHabitat(idOnlyFetchType: IdOnlyFetchType)
fun pokemonHabitat(enabled: Boolean, childBlock: PokemonHabitatFetcherDsl.() -> Unit)
fun pokemonHabitat(enabled: Boolean, childFetcher: Fetcher<PokemonHabitat>)
fun pokemonHabitat(cfgBlock: KReferenceFieldDsl<PokemonHabitat>.() -> Unit?, childBlock: PokemonHabitatFetcherDsl.() -> Unit)
fun pokemonHabitat(childFetcher: Fetcher<PokemonHabitat>, cfgBlock: KReferenceFieldDsl<PokemonHabitat>.() -> Unit?)
fun pokemonHabitat(fetchType: ReferenceFetchType, childBlock: PokemonHabitatFetcherDsl.() -> Unit)
fun pokemonHabitat(fetchType: ReferenceFetchType, childFetcher: Fetcher<PokemonHabitat>)
fun pokemonHabitat(enabled: Boolean, cfgBlock: KReferenceFieldDsl<PokemonHabitat>.() -> Unit?, childBlock: PokemonHabitatFetcherDsl.() -> Unit)
fun pokemonHabitat(enabled: Boolean, childFetcher: Fetcher<PokemonHabitat>, cfgBlock: KReferenceFieldDsl<PokemonHabitat>.() -> Unit?)
Link copied to clipboard
fun pokemonShape(enabled: Boolean = true)
fun pokemonShape(childFetcher: Fetcher<PokemonShape>)
fun pokemonShape(idOnlyFetchType: IdOnlyFetchType)
fun pokemonShape(enabled: Boolean, childBlock: PokemonShapeFetcherDsl.() -> Unit)
fun pokemonShape(enabled: Boolean, childFetcher: Fetcher<PokemonShape>)
fun pokemonShape(cfgBlock: KReferenceFieldDsl<PokemonShape>.() -> Unit?, childBlock: PokemonShapeFetcherDsl.() -> Unit)
fun pokemonShape(childFetcher: Fetcher<PokemonShape>, cfgBlock: KReferenceFieldDsl<PokemonShape>.() -> Unit?)
fun pokemonShape(fetchType: ReferenceFetchType, childBlock: PokemonShapeFetcherDsl.() -> Unit)
fun pokemonShape(fetchType: ReferenceFetchType, childFetcher: Fetcher<PokemonShape>)
fun pokemonShape(enabled: Boolean, cfgBlock: KReferenceFieldDsl<PokemonShape>.() -> Unit?, childBlock: PokemonShapeFetcherDsl.() -> Unit)
fun pokemonShape(enabled: Boolean, childFetcher: Fetcher<PokemonShape>, cfgBlock: KReferenceFieldDsl<PokemonShape>.() -> Unit?)
Link copied to clipboard
fun sortingOrder(enabled: Boolean = true)