Package com.intercom.api.types
Class ArticleContent
java.lang.Object
com.intercom.api.types.ArticleContent
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interfacestatic interfacestatic final classstatic interfacestatic final classstatic interfacestatic interface -
Method Summary
-
Method Details
-
getType
- Returns:
- The type of object -
article_content.
-
getTitle
- Returns:
- The title of the article.
-
getDescription
- Returns:
- The description of the article.
-
getBody
- Returns:
- The body of the article.
-
getAuthorId
public int getAuthorId()- Returns:
- The ID of the author of the article.
-
getState
- Returns:
- Whether the article is
publishedor is adraft.
-
getCreatedAt
- Returns:
- The time when the article was created (seconds).
-
getUpdatedAt
- Returns:
- The time when the article was last updated (seconds).
-
getUrl
- Returns:
- The URL of the article.
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-