java.lang.Object
com.intercom.api.resources.helpcenter.types.HelpCenter

public final class HelpCenter extends Object
  • Method Details

    • getId

      public String getId()
      Returns:
      The unique identifier for the Help Center which is given by Intercom.
    • getWorkspaceId

      public String getWorkspaceId()
      Returns:
      The id of the workspace which the Help Center belongs to.
    • getCreatedAt

      public int getCreatedAt()
      Returns:
      The time when the Help Center was created.
    • getUpdatedAt

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

      public String getIdentifier()
      Returns:
      The identifier of the Help Center. This is used in the URL of the Help Center.
    • getWebsiteTurnedOn

      public boolean getWebsiteTurnedOn()
      Returns:
      Whether the Help Center is turned on or not. This is controlled in your Help Center settings.
    • getDisplayName

      public String getDisplayName()
      Returns:
      The display name of the Help Center only seen by teammates.
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static HelpCenter.IdStage builder()