PokemonForm

io.github.juliano.pokeapi.models.pokemon.PokemonForm
See thePokemonForm companion object
final case class PokemonForm(id: Int, name: String, order: Int, formOrder: Int, isDefault: Boolean, isBattleOnly: Boolean, isMega: Boolean, formName: String, pokemon: NamedAPIResource, types: List[FormType], sprites: PokemonFormSprites, versionGroup: NamedAPIResource, names: List[Name], formNames: List[Name])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product