com.gu.contentapi.client.utils.format.Theme.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of content-api-client_2.12 Show documentation
Show all versions of content-api-client_2.12 Show documentation
Scala client for the Guardian's Content API
The newest version!
package com.gu.contentapi.client.utils.format
sealed trait Theme
sealed trait Pillar extends Theme
sealed trait Special extends Theme
case object NewsPillar extends Pillar
case object OpinionPillar extends Pillar
case object SportPillar extends Pillar
case object CulturePillar extends Pillar
case object LifestylePillar extends Pillar
case object SpecialReportTheme extends Special
case object SpecialReportAltTheme extends Special
case object Labs extends Special
© 2015 - 2024 Weber Informatics LLC | Privacy Policy