public interface MetaAttributesDsl extends MetaAttributes
Modifier and Type | Method and Description |
---|---|
static MetaAttributesDsl |
of() |
MetaAttributesDsl |
withDescription(LocalizedString description) |
MetaAttributesDsl |
withKeywords(LocalizedString keywords) |
MetaAttributesDsl |
withTitle(LocalizedString title) |
getMetaDescription, getMetaKeywords, getMetaTitle, metaAttributesOf, metaAttributesOf
MetaAttributesDsl withTitle(@Nullable LocalizedString title)
MetaAttributesDsl withDescription(@Nullable LocalizedString description)
MetaAttributesDsl withKeywords(@Nullable LocalizedString keywords)
static MetaAttributesDsl of()