Class HelpCenter.Builder
java.lang.Object
com.intercom.api.resources.helpcenter.types.HelpCenter.Builder
- All Implemented Interfaces:
HelpCenter._FinalStage,HelpCenter.CreatedAtStage,HelpCenter.DisplayNameStage,HelpCenter.IdentifierStage,HelpCenter.IdStage,HelpCenter.WebsiteTurnedOnStage,HelpCenter.WorkspaceIdStage
- Enclosing class:
HelpCenter
public static final class HelpCenter.Builder
extends Object
implements HelpCenter.IdStage, HelpCenter.WorkspaceIdStage, HelpCenter.CreatedAtStage, HelpCenter.IdentifierStage, HelpCenter.WebsiteTurnedOnStage, HelpCenter.DisplayNameStage, HelpCenter._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()createdAt(int createdAt) The time when the Help Center was created.displayName(String displayName) The display name of the Help Center only seen by teammates.from(HelpCenter other) The unique identifier for the Help Center which is given by Intercom.identifier(String identifier) The identifier of the Help Center.The time when the Help Center was last updated.websiteTurnedOn(boolean websiteTurnedOn) Whether the Help Center is turned on or not.workspaceId(String workspaceId) The id of the workspace which the Help Center belongs to.
-
Method Details
-
from
- Specified by:
fromin interfaceHelpCenter.IdStage
-
id
The unique identifier for the Help Center which is given by Intercom.
- Specified by:
idin interfaceHelpCenter.IdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
workspaceId
The id of the workspace which the Help Center belongs to.
- Specified by:
workspaceIdin interfaceHelpCenter.WorkspaceIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
createdAt
The time when the Help Center was created.
- Specified by:
createdAtin interfaceHelpCenter.CreatedAtStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
identifier
The identifier of the Help Center. This is used in the URL of the Help Center.
- Specified by:
identifierin interfaceHelpCenter.IdentifierStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
websiteTurnedOn
Whether the Help Center is turned on or not. This is controlled in your Help Center settings.
- Specified by:
websiteTurnedOnin interfaceHelpCenter.WebsiteTurnedOnStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
displayName
The display name of the Help Center only seen by teammates.
- Specified by:
displayNamein interfaceHelpCenter.DisplayNameStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
updatedAt
The time when the Help Center was last updated.
- Specified by:
updatedAtin interfaceHelpCenter._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
updatedAt
- Specified by:
updatedAtin interfaceHelpCenter._FinalStage
-
build
- Specified by:
buildin interfaceHelpCenter._FinalStage
-