Package

com.gu.facia.api

utils

Permalink

package utils

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait BackfillResolver extends AnyRef

    Permalink
  2. case class CapiBackfill(query: String, collectionConfig: CollectionConfig) extends BackfillResolver with Product with Serializable

    Permalink
  3. sealed trait CardStyle extends AnyRef

    Permalink
  4. case class CollectionBackfill(parentCollectionId: String) extends BackfillResolver with Product with Serializable

    Permalink
  5. 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

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

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

    Permalink
  8. case class InvalidBackfillConfiguration(msg: String) extends Exception with Product with Serializable

    Permalink
  9. sealed trait ItemKicker extends AnyRef

    Permalink
  10. sealed trait MediaType extends AnyRef

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

    Permalink
  12. 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

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

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

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

    Permalink

Value Members

  1. object Analysis extends CardStyle with Product with Serializable

    Permalink
  2. object AnalysisKicker extends ItemKicker with Product with Serializable

    Permalink
  3. object Audio extends MediaType with Product with Serializable

    Permalink
  4. object BackfillResolver

    Permalink
  5. object BreakingNewsKicker extends ItemKicker with Product with Serializable

    Permalink
  6. object CapiModelEnrichment

    Permalink
  7. object CardStyle

    Permalink
  8. object CartoonKicker extends ItemKicker with Product with Serializable

    Permalink
  9. object Comment extends CardStyle with Product with Serializable

    Permalink
  10. object ContainerBrandingFinder

    Permalink
  11. object ContentApiUtils

    Permalink
  12. object ContentProperties extends Serializable

    Permalink
  13. object DeadBlog extends CardStyle with Product with Serializable

    Permalink
  14. object DefaultCardstyle extends CardStyle with Product with Serializable

    Permalink
  15. object Editorial extends CardStyle with Product with Serializable

    Permalink
  16. object EmptyBackfill extends BackfillResolver with Product with Serializable

    Permalink
  17. object ExternalLink extends CardStyle with Product with Serializable

    Permalink
  18. object ExternalLinks

    Permalink
  19. object FaciaContentUtils

    Permalink
  20. object Feature extends CardStyle with Product with Serializable

    Permalink
  21. object Gallery extends MediaType with Product with Serializable

    Permalink
  22. object IntegerString

    Permalink
  23. object ItemKicker

    Permalink
  24. object Letters extends CardStyle with Product with Serializable

    Permalink
  25. object LiveBlog extends CardStyle with Product with Serializable

    Permalink
  26. object LiveKicker extends ItemKicker with Product with Serializable

    Permalink
  27. object Media extends CardStyle with Product with Serializable

    Permalink
  28. object MediaType

    Permalink
  29. object ResolvedMetaData extends Serializable

    Permalink
  30. object Review extends CardStyle with Product with Serializable

    Permalink
  31. object ReviewKicker extends ItemKicker with Product with Serializable

    Permalink
  32. object SpecialReport extends CardStyle with Product with Serializable

    Permalink
  33. object TagKicker extends Serializable

    Permalink
  34. object Tags

    Permalink
  35. object Video extends MediaType with Product with Serializable

    Permalink

Ungrouped