Class CreateArticleRequest
java.lang.Object
com.intercom.api.resources.articles.requests.CreateArticleRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interfacestatic final classstatic final classstatic final classstatic interface -
Method Summary
-
Method Details
-
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
public int 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
-