Interface Article._FinalStage

  • All Known Implementing Classes:
    Article.Builder
    Enclosing class:
    Article

    public static interface Article._FinalStage
    • Method Detail

      • type

        Article._FinalStage type​(java.util.Optional<java.lang.String> type)

        The type of object - article.

      • description

        Article._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.

      • body

        Article._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.

      • url

        Article._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.

      • parentId

        Article._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.

      • parentIds

        Article._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.

      • parentType

        Article._FinalStage parentType​(java.util.Optional<java.lang.String> parentType)

        The type of parent, which can either be a collection or section.

      • defaultLocale

        Article._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.