pokemonShape

fun pokemonShape(enabled: Boolean = true)
fun pokemonShape(idOnlyFetchType: IdOnlyFetchType)
fun pokemonShape(childFetcher: Fetcher<PokemonShape>)
fun pokemonShape(childFetcher: Fetcher<PokemonShape>, cfgBlock: KReferenceFieldDsl<PokemonShape>.() -> Unit?)
fun pokemonShape(cfgBlock: KReferenceFieldDsl<PokemonShape>.() -> Unit?, childBlock: PokemonShapeFetcherDsl.() -> Unit)
fun pokemonShape(enabled: Boolean, childFetcher: Fetcher<PokemonShape>)
fun pokemonShape(enabled: Boolean, childFetcher: Fetcher<PokemonShape>, cfgBlock: KReferenceFieldDsl<PokemonShape>.() -> Unit?)
fun pokemonShape(enabled: Boolean, childBlock: PokemonShapeFetcherDsl.() -> Unit)
fun pokemonShape(enabled: Boolean, cfgBlock: KReferenceFieldDsl<PokemonShape>.() -> Unit?, childBlock: PokemonShapeFetcherDsl.() -> Unit)
fun pokemonShape(fetchType: ReferenceFetchType, childFetcher: Fetcher<PokemonShape>)
fun pokemonShape(fetchType: ReferenceFetchType, childBlock: PokemonShapeFetcherDsl.() -> Unit)