Interface ArticleListItem._FinalStage
-
- All Known Implementing Classes:
ArticleListItem.Builder
- Enclosing class:
- ArticleListItem
public static interface ArticleListItem._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArticleListItem._FinalStagebody(java.lang.String body)ArticleListItem._FinalStagebody(java.util.Optional<java.lang.String> body)The body of the article in HTML.ArticleListItembuild()ArticleListItem._FinalStagedefaultLocale(java.lang.String defaultLocale)ArticleListItem._FinalStagedefaultLocale(java.util.Optional<java.lang.String> defaultLocale)The default locale of the help center.ArticleListItem._FinalStagedescription(java.lang.String description)ArticleListItem._FinalStagedescription(java.util.Optional<java.lang.String> description)The description of the article.ArticleListItem._FinalStageparentId(java.lang.Integer parentId)ArticleListItem._FinalStageparentId(java.util.Optional<java.lang.Integer> parentId)The id of the article's parent collection or section.ArticleListItem._FinalStageparentIds(java.util.List<java.lang.Integer> parentIds)ArticleListItem._FinalStageparentIds(java.util.Optional<java.util.List<java.lang.Integer>> parentIds)The ids of the article's parent collections or sections.ArticleListItem._FinalStageparentType(java.lang.String parentType)ArticleListItem._FinalStageparentType(java.util.Optional<java.lang.String> parentType)The type of parent, which can either be acollectionorsection.ArticleListItem._FinalStagetranslatedContent(ArticleTranslatedContent translatedContent)ArticleListItem._FinalStagetranslatedContent(java.util.Optional<ArticleTranslatedContent> translatedContent)ArticleListItem._FinalStagetype(java.lang.String type)ArticleListItem._FinalStagetype(java.util.Optional<java.lang.String> type)The type of object -article.ArticleListItem._FinalStageurl(java.lang.String url)ArticleListItem._FinalStageurl(java.util.Optional<java.lang.String> url)The URL of the article.
-
-
-
Method Detail
-
build
ArticleListItem build()
-
type
ArticleListItem._FinalStage type(java.util.Optional<java.lang.String> type)
The type of object -
article.
-
type
ArticleListItem._FinalStage type(java.lang.String type)
-
description
ArticleListItem._FinalStage description(java.util.Optional<java.lang.String> description)
The description of the article. For multilingual articles, this will be the description of the default language's content.
-
description
ArticleListItem._FinalStage description(java.lang.String description)
-
body
ArticleListItem._FinalStage body(java.util.Optional<java.lang.String> body)
The body of the article in HTML. For multilingual articles, this will be the body of the default language's content.
-
body
ArticleListItem._FinalStage body(java.lang.String body)
-
url
ArticleListItem._FinalStage url(java.util.Optional<java.lang.String> url)
The URL of the article. For multilingual articles, this will be the URL of the default language's content.
-
url
ArticleListItem._FinalStage url(java.lang.String url)
-
parentId
ArticleListItem._FinalStage parentId(java.util.Optional<java.lang.Integer> parentId)
The id of the article's parent collection or section. An article without this field stands alone.
-
parentId
ArticleListItem._FinalStage parentId(java.lang.Integer parentId)
-
parentIds
ArticleListItem._FinalStage parentIds(java.util.Optional<java.util.List<java.lang.Integer>> parentIds)
The ids of the article's parent collections or sections. An article without this field stands alone.
-
parentIds
ArticleListItem._FinalStage parentIds(java.util.List<java.lang.Integer> parentIds)
-
parentType
ArticleListItem._FinalStage parentType(java.util.Optional<java.lang.String> parentType)
The type of parent, which can either be a
collectionorsection.
-
parentType
ArticleListItem._FinalStage parentType(java.lang.String parentType)
-
defaultLocale
ArticleListItem._FinalStage defaultLocale(java.util.Optional<java.lang.String> defaultLocale)
The default locale of the help center. This field is only returned for multilingual help centers.
-
defaultLocale
ArticleListItem._FinalStage defaultLocale(java.lang.String defaultLocale)
-
translatedContent
ArticleListItem._FinalStage translatedContent(java.util.Optional<ArticleTranslatedContent> translatedContent)
-
translatedContent
ArticleListItem._FinalStage translatedContent(ArticleTranslatedContent translatedContent)
-
-