Class ContentSource.Builder
java.lang.Object
com.intercom.api.resources.aicontentsource.types.ContentSource.Builder
- All Implemented Interfaces:
ContentSource._FinalStage,ContentSource.LocaleStage,ContentSource.TitleStage,ContentSource.UrlStage
- Enclosing class:
ContentSource
public static final class ContentSource.Builder
extends Object
implements ContentSource.UrlStage, ContentSource.TitleStage, ContentSource.LocaleStage, ContentSource._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()from(ContentSource other) The ISO 639 language code of the content source.The title of the content source.The internal URL linking to the content source for teammates.
-
Method Details
-
from
- Specified by:
fromin interfaceContentSource.UrlStage
-
url
The internal URL linking to the content source for teammates.
- Specified by:
urlin interfaceContentSource.UrlStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
title
The title of the content source.
- Specified by:
titlein interfaceContentSource.TitleStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
locale
The ISO 639 language code of the content source.
- Specified by:
localein interfaceContentSource.LocaleStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
- Specified by:
buildin interfaceContentSource._FinalStage
-