com.gu.contentapi.client.utils.format.Display.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 Display
case object StandardDisplay extends Display
case object ImmersiveDisplay extends Display
case object ShowcaseDisplay extends Display
case object NumberedListDisplay extends Display
case object ColumnDisplay extends Display
© 2015 - 2024 Weber Informatics LLC | Privacy Policy