Class HelpCenter.Builder

    • Method Detail

      • id

        public HelpCenter.WorkspaceIdStage id​(@NotNull
                                              java.lang.String id)
        The unique identifier for the Help Center which is given by Intercom.

        The unique identifier for the Help Center which is given by Intercom.

        Specified by:
        id in interface HelpCenter.IdStage
        Returns:
        Reference to this so that method calls can be chained together.
      • workspaceId

        public HelpCenter.CreatedAtStage workspaceId​(@NotNull
                                                     java.lang.String workspaceId)
        The id of the workspace which the Help Center belongs to.

        The id of the workspace which the Help Center belongs to.

        Specified by:
        workspaceId in interface HelpCenter.WorkspaceIdStage
        Returns:
        Reference to this so that method calls can be chained together.
      • identifier

        public HelpCenter.WebsiteTurnedOnStage identifier​(@NotNull
                                                          java.lang.String identifier)
        The identifier of the Help Center. This is used in the URL of the Help Center.

        The identifier of the Help Center. This is used in the URL of the Help Center.

        Specified by:
        identifier in interface HelpCenter.IdentifierStage
        Returns:
        Reference to this so that method calls can be chained together.
      • websiteTurnedOn

        public HelpCenter.DisplayNameStage websiteTurnedOn​(boolean websiteTurnedOn)
        Whether the Help Center is turned on or not. This is controlled in your Help Center settings.

        Whether the Help Center is turned on or not. This is controlled in your Help Center settings.

        Specified by:
        websiteTurnedOn in interface HelpCenter.WebsiteTurnedOnStage
        Returns:
        Reference to this so that method calls can be chained together.
      • displayName

        public HelpCenter._FinalStage displayName​(@NotNull
                                                  java.lang.String displayName)
        The display name of the Help Center only seen by teammates.

        The display name of the Help Center only seen by teammates.

        Specified by:
        displayName in interface HelpCenter.DisplayNameStage
        Returns:
        Reference to this so that method calls can be chained together.
      • updatedAt

        public HelpCenter._FinalStage updatedAt​(java.lang.Integer updatedAt)

        The time when the Help Center was last updated.

        Specified by:
        updatedAt in interface HelpCenter._FinalStage
        Returns:
        Reference to this so that method calls can be chained together.