Class HelpCenter
java.lang.Object
com.intercom.api.resources.helpcenter.types.HelpCenter
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic final classstatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionstatic HelpCenter.IdStagebuilder()booleanintgetId()booleaninthashCode()toString()
-
Method Details
-
getId
- Returns:
- The unique identifier for the Help Center which is given by Intercom.
-
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
- Returns:
- The time when the Help Center was last updated.
-
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
- Returns:
- The display name of the Help Center only seen by teammates.
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-