Class HelpCenter


  • public final class HelpCenter
    extends java.lang.Object
    • Method Detail

      • getId

        public java.util.Optional<java.lang.String> getId()
        Returns:
        The unique identifier for the Help Center which is given by Intercom.
      • getWorkspaceId

        public java.util.Optional<java.lang.String> getWorkspaceId()
        Returns:
        The id of the workspace which the Help Center belongs to.
      • getCreatedAt

        public java.util.Optional<java.lang.Integer> getCreatedAt()
        Returns:
        The time when the Help Center was created.
      • getUpdatedAt

        public java.util.Optional<java.lang.Integer> getUpdatedAt()
        Returns:
        The time when the Help Center was last updated.
      • getIdentifier

        public java.util.Optional<java.lang.String> getIdentifier()
        Returns:
        The identifier of the Help Center. This is used in the URL of the Help Center.
      • getWebsiteTurnedOn

        public java.util.Optional<java.lang.Boolean> getWebsiteTurnedOn()
        Returns:
        Whether the Help Center is turned on or not. This is controlled in your Help Center settings.
      • getDisplayName

        public java.util.Optional<java.lang.String> getDisplayName()
        Returns:
        The display name of the Help Center only seen by teammates.
      • getUrl

        public java.util.Optional<java.lang.String> getUrl()
        Returns:
        The URL for the help center, if you have a custom domain then this will show the URL using the custom domain.
      • getCustomDomain

        public java.util.Optional<java.lang.String> getCustomDomain()
        Returns:
        Custom domain configured for the help center
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object