Package | Description |
---|---|
io.sphere.sdk.models |
Provides the common API types of Composable Commerce.
|
Modifier and Type | Method and Description |
---|---|
static MetaAttributesDsl |
MetaAttributes.metaAttributesOf(Locale locale,
String metaTitle,
String metaDescription,
String metaKeywords) |
static MetaAttributesDsl |
MetaAttributes.metaAttributesOf(LocalizedString metaTitle,
LocalizedString metaDescription,
LocalizedString metaKeywords) |
static MetaAttributesDsl |
MetaAttributesDsl.of() |
MetaAttributesDsl |
MetaAttributesDsl.withDescription(LocalizedString description) |
MetaAttributesDsl |
MetaAttributesDsl.withKeywords(LocalizedString keywords) |
MetaAttributesDsl |
MetaAttributesDsl.withTitle(LocalizedString title) |