Class UpdateArticleRequest
java.lang.Object
com.intercom.api.resources.articles.requests.UpdateArticleRequest
-
Method Details
-
getArticleId
- Returns:
- The unique identifier for the article which is given by Intercom.
-
getTitle
- Returns:
- The title of the article.For multilingual articles, this will be the title of the default language's content.
-
getDescription
- Returns:
- The description of the article. For multilingual articles, this will be the description of the default language's content.
-
getBody
- Returns:
- The content of the article. For multilingual articles, this will be the body of the default language's content.
-
getAuthorId
- Returns:
- The id of the author of the article. For multilingual articles, this will be the id of the author of the default language's content. Must be a teammate on the help center's workspace.
-
getState
- Returns:
- Whether the article will be
publishedor will be adraft. Defaults to draft. For multilingual articles, this will be the state of the default language's content.
-
getParentId
- Returns:
- The id of the article's parent collection or section. An article without this field stands alone.
-
getParentType
- Returns:
- The type of parent, which can either be a
collectionorsection.
-
getTranslatedContent
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-