Interface IArticleListItem
- All Known Implementing Classes:
Article,ArticleListItem
public interface IArticleListItem
-
Method Details
-
getType
-
getId
String getId() -
getWorkspaceId
String getWorkspaceId() -
getTitle
String getTitle() -
getDescription
-
getBody
-
getAuthorId
int getAuthorId() -
getCreatedAt
int getCreatedAt() -
getUpdatedAt
int getUpdatedAt() -
getUrl
-
getParentId
-
getParentIds
-
getParentType
-
getDefaultLocale
String getDefaultLocale() -
getTranslatedContent
ArticleTranslatedContent getTranslatedContent()
-