public interface CategoryDraft extends CustomDraft, WithLocalizedSlug, MetaAttributes, WithKey
For construction see CategoryDraftBuilder
.
Modifier and Type | Method and Description |
---|---|
List<AssetDraft> |
getAssets() |
CustomFieldsDraft |
getCustom() |
LocalizedString |
getDescription() |
String |
getExternalId() |
String |
getKey() |
LocalizedString |
getMetaDescription() |
LocalizedString |
getMetaKeywords() |
LocalizedString |
getMetaTitle() |
LocalizedString |
getName() |
String |
getOrderHint() |
ResourceIdentifier<Category> |
getParent() |
LocalizedString |
getSlug() |
metaAttributesOf, metaAttributesOf
LocalizedString getName()
LocalizedString getSlug()
getSlug
in interface WithLocalizedSlug
@Nullable LocalizedString getDescription()
@Nullable ResourceIdentifier<Category> getParent()
@Nullable CustomFieldsDraft getCustom()
getCustom
in interface CustomDraft
@Nullable LocalizedString getMetaTitle()
getMetaTitle
in interface MetaAttributes
@Nullable LocalizedString getMetaDescription()
getMetaDescription
in interface MetaAttributes
@Nullable LocalizedString getMetaKeywords()
getMetaKeywords
in interface MetaAttributes
@Nullable List<AssetDraft> getAssets()