MetaSettings

ba.sake.hepek.html.MetaSettings
final case class MetaSettings(charset: String, xuaCompatible: String, viewport: String, themeColor: String, subject: Option[String], first: Option[String], last: Option[String], prev: Option[String], next: Option[String], editURI: Option[String], geoICBM: Option[String], geoPosition: Option[String], geoRegion: Option[String], geoPlacename: Option[String], googleSiteVerification: Option[String], ogUrl: Option[String], ogType: Option[String], ogTitle: Option[String], ogImage: Option[String], ogImageAlt: Option[String], ogDescription: Option[String], ogSiteName: Option[String], ogLocale: Option[String], articleAuthor: Option[String])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def withArticleAuthor(articleAuthor: Option[String]): MetaSettings
def withArticleAuthor(articleAuthor: String): MetaSettings
def withCharset(charset: String): MetaSettings
def withEditURI(editURI: Option[String]): MetaSettings
def withEditURI(editURI: String): MetaSettings
def withFirst(first: Option[String]): MetaSettings
def withFirst(first: String): MetaSettings
def withGeoICBM(geoICBM: Option[String]): MetaSettings
def withGeoICBM(geoICBM: String): MetaSettings
def withGeoPlacename(geoPlacename: Option[String]): MetaSettings
def withGeoPlacename(geoPlacename: String): MetaSettings
def withGeoPosition(geoPosition: Option[String]): MetaSettings
def withGeoPosition(geoPosition: String): MetaSettings
def withGeoRegion(geoRegion: Option[String]): MetaSettings
def withGeoRegion(geoRegion: String): MetaSettings
def withGoogleSiteVerification(googleSiteVerification: Option[String]): MetaSettings
def withGoogleSiteVerification(googleSiteVerification: String): MetaSettings
def withLast(last: Option[String]): MetaSettings
def withLast(last: String): MetaSettings
def withNext(next: Option[String]): MetaSettings
def withNext(next: String): MetaSettings
def withOgDescription(ogDescription: Option[String]): MetaSettings
def withOgDescription(ogDescription: String): MetaSettings
def withOgImage(ogImage: Option[String]): MetaSettings
def withOgImage(ogImage: String): MetaSettings
def withOgImageAlt(ogImageAlt: Option[String]): MetaSettings
def withOgImageAlt(ogImageAlt: String): MetaSettings
def withOgLocale(ogLocale: Option[String]): MetaSettings
def withOgLocale(ogLocale: String): MetaSettings
def withOgSiteName(ogSiteName: Option[String]): MetaSettings
def withOgSiteName(ogSiteName: String): MetaSettings
def withOgTitle(ogTitle: Option[String]): MetaSettings
def withOgTitle(ogTitle: String): MetaSettings
def withOgType(ogType: Option[String]): MetaSettings
def withOgType(ogType: String): MetaSettings
def withOgUrl(ogUrl: Option[String]): MetaSettings
def withOgUrl(ogUrl: String): MetaSettings
def withPrev(prev: Option[String]): MetaSettings
def withPrev(prev: String): MetaSettings
def withSubject(subject: Option[String]): MetaSettings
def withSubject(subject: String): MetaSettings
def withThemeColor(themeColor: String): MetaSettings
def withViewport(viewport: String): MetaSettings
def withXuaCompatible(xuaCompatible: String): MetaSettings

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product