Package com.guinetik.examples
Class PokeApiExample
- java.lang.Object
-
- com.guinetik.examples.PokeApiExample
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPokeApiExample.AbilityInfoAbility information for a Pokémonstatic classPokeApiExample.AbilityListResponseResponse for the Abilities list endpointstatic classPokeApiExample.DamageRelationsDamage relations information for a typestatic classPokeApiExample.MoveInfoMove information for a Pokémonstatic classPokeApiExample.NamedResourceNamed resource (name and URL) used throughout the APIstatic classPokeApiExample.PaginatedResponse<T>Base response for paginated resultsstatic classPokeApiExample.PokemonDetailResponseDetailed Pokémon responsestatic classPokeApiExample.PokemonListResponseResponse for the Pokémon list endpointstatic classPokeApiExample.StatInfoStat information for a Pokémonstatic classPokeApiExample.TypeDetailResponseResponse for the Type details endpointstatic classPokeApiExample.TypeInfoType information for a Pokémonstatic classPokeApiExample.TypeListResponseResponse for the Types list endpoint
-
Constructor Summary
Constructors Constructor Description PokeApiExample()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Get the name of the example to display in the menuvoidrun()Run the example
-