com.gu.facia.api

utils

package utils

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait CardStyle extends AnyRef

  2. case class ContentProperties(isBreaking: Boolean, isBoosted: Boolean, imageHide: Boolean, showBoostedHeadline: Boolean, showMainVideo: Boolean, showLivePlayable: Boolean, showKickerTag: Boolean, showByline: Boolean, showQuotedHeadline: Boolean, imageSlideshowReplace: Boolean) extends Product with Serializable

  3. case class FreeHtmlKicker(body: String) extends ItemKicker with Product with Serializable

  4. case class FreeHtmlKickerWithLink(body: String, url: String) extends ItemKicker with Product with Serializable

  5. sealed trait ItemKicker extends AnyRef

  6. sealed trait MediaType extends AnyRef

  7. case class PodcastKicker(series: Option[Series]) extends ItemKicker with Product with Serializable

  8. case class ResolvedMetaData(isBreaking: Boolean, isBoosted: Boolean, imageHide: Boolean, imageReplace: Boolean, showKickerSection: Boolean, showKickerCustom: Boolean, showBoostedHeadline: Boolean, showMainVideo: Boolean, showLivePlayable: Boolean, showKickerTag: Boolean, showByline: Boolean, imageCutoutReplace: Boolean, showQuotedHeadline: Boolean, imageSlideshowReplace: Boolean) extends Product with Serializable

  9. case class SectionKicker(name: String, url: String) extends ItemKicker with Product with Serializable

  10. case class Series(name: String, url: String) extends Product with Serializable

  11. case class TagKicker(name: String, url: String, id: String) extends ItemKicker with Product with Serializable

Value Members

  1. object Analysis extends CardStyle with Product with Serializable

  2. object AnalysisKicker extends ItemKicker with Product with Serializable

  3. object Audio extends MediaType with Product with Serializable

  4. object BreakingNewsKicker extends ItemKicker with Product with Serializable

  5. object CardStyle

  6. object CartoonKicker extends ItemKicker with Product with Serializable

  7. object Comment extends CardStyle with Product with Serializable

  8. object ContentApiUtils

  9. object ContentProperties extends Serializable

  10. object DeadBlog extends CardStyle with Product with Serializable

  11. object DefaultCardstyle extends CardStyle with Product with Serializable

  12. object Editorial extends CardStyle with Product with Serializable

  13. object ExternalLink extends CardStyle with Product with Serializable

  14. object ExternalLinks

  15. object FaciaContentUtils

  16. object Feature extends CardStyle with Product with Serializable

  17. object Gallery extends MediaType with Product with Serializable

  18. object IntegerString

  19. object ItemKicker

  20. object Letters extends CardStyle with Product with Serializable

  21. object LiveBlog extends CardStyle with Product with Serializable

  22. object LiveKicker extends ItemKicker with Product with Serializable

  23. object Media extends CardStyle with Product with Serializable

  24. object MediaType

  25. object ResolvedMetaData extends Serializable

  26. object Review extends CardStyle with Product with Serializable

  27. object ReviewKicker extends ItemKicker with Product with Serializable

  28. object SpecialReport extends CardStyle with Product with Serializable

  29. object TagKicker extends Serializable

  30. object Tags

  31. object Video extends MediaType with Product with Serializable

Ungrouped