Class Collection
java.lang.Object
com.intercom.api.resources.helpcenter.types.Collection
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic final classstatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interface -
Method Summary
-
Method Details
-
getId
- Returns:
- The unique identifier for the collection which is given by Intercom.
-
getWorkspaceId
- Returns:
- The id of the workspace which the collection belongs to.
-
getName
- Returns:
- The name of the collection. For multilingual collections, this will be the name of the default language's content.
-
getDescription
- Returns:
- The description of the collection. For multilingual help centers, this will be the description of the collection for the default language.
-
getCreatedAt
public int getCreatedAt()- Returns:
- The time when the article was created (seconds). For multilingual articles, this will be the timestamp of creation of the default language's content.
-
getUpdatedAt
- Returns:
- The time when the article was last updated (seconds). For multilingual articles, this will be the timestamp of last update of the default language's content.
-
getUrl
- Returns:
- The URL of the collection. For multilingual help centers, this will be the URL of the collection for the default language.
-
getIcon
- Returns:
- The icon of the collection.
-
getOrder
public int getOrder()- Returns:
- The order of the section in relation to others sections within a collection. Values go from
0upwards.0is the default if there's no order.
-
getDefaultLocale
- Returns:
- The default locale of the help center. This field is only returned for multilingual help centers.
-
getTranslatedContent
-
getParentId
- Returns:
- The id of the parent collection. If
nullthen it is the first level collection.
-
getHelpCenterId
- Returns:
- The id of the help center the collection is in.
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-