Class InternalArticleListItem
- java.lang.Object
-
- com.intercom.api.resources.internalarticles.types.InternalArticleListItem
-
public final class InternalArticleListItem extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInternalArticleListItem.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InternalArticleListItem.Builderbuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()java.util.Optional<java.lang.Integer>getAuthorId()java.util.Optional<java.lang.String>getBody()java.util.Optional<java.lang.Integer>getCreatedAt()java.util.Optional<java.lang.String>getId()java.util.Optional<java.lang.String>getLocale()java.util.Optional<java.lang.Integer>getOwnerId()java.util.Optional<java.lang.String>getTitle()java.util.Optional<java.lang.String>getType()java.util.Optional<java.lang.Integer>getUpdatedAt()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getType
public java.util.Optional<java.lang.String> getType()
- Returns:
- The type of object -
internal_article.
-
getId
public java.util.Optional<java.lang.String> getId()
- Returns:
- The unique identifier for the article which is given by Intercom.
-
getTitle
public java.util.Optional<java.lang.String> getTitle()
- Returns:
- The title of the article.
-
getBody
public java.util.Optional<java.lang.String> getBody()
- Returns:
- The body of the article in HTML.
-
getOwnerId
public java.util.Optional<java.lang.Integer> getOwnerId()
- Returns:
- The id of the owner of the article.
-
getAuthorId
public java.util.Optional<java.lang.Integer> getAuthorId()
- Returns:
- The id of the author of the article.
-
getCreatedAt
public java.util.Optional<java.lang.Integer> getCreatedAt()
- Returns:
- The time when the article was created.
-
getUpdatedAt
public java.util.Optional<java.lang.Integer> getUpdatedAt()
- Returns:
- The time when the article was last updated.
-
getLocale
public java.util.Optional<java.lang.String> getLocale()
- Returns:
- The default locale of the article.
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
getAdditionalProperties
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static InternalArticleListItem.Builder builder()
-
-