berries

io.github.juliano.pokeapi.models.berries
object berries

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
berries.type

Members list

Type members

Classlikes

final case class Berry(id: Int, name: String, growthTime: Int, maxHarvest: Int, naturalGiftPower: Int, size: Int, smoothness: Int, soilDryness: Int, firmness: NamedAPIResource, flavors: List[BerryFlavorMap], item: NamedAPIResource, naturalGiftType: NamedAPIResource)

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Berry.type
final case class BerryFirmness(id: Int, name: String, berries: List[NamedAPIResource], names: List[Name])

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class BerryFlavor(id: Int, name: String, berries: List[FlavorBerryMap], contestType: NamedAPIResource, names: List[Name])

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class BerryFlavorMap(potency: Int, flavor: NamedAPIResource)

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class FlavorBerryMap(potency: Int, berry: NamedAPIResource)

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type