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 java.lang.Object implements ContentSource.UrlStage, ContentSource.TitleStage, ContentSource.LocaleStage, ContentSource._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentSourcebuild()ContentSource.Builderfrom(ContentSource other)ContentSource._FinalStagelocale(java.lang.String locale)The ISO 639 language code of the content source.ContentSource.LocaleStagetitle(java.lang.String title)The title of the content source.ContentSource.TitleStageurl(java.lang.String url)The internal URL linking to the content source for teammates.
-
-
-
Method Detail
-
from
public ContentSource.Builder from(ContentSource other)
- Specified by:
fromin interfaceContentSource.UrlStage
-
url
public ContentSource.TitleStage url(@NotNull java.lang.String url)
The internal URL linking to the content source for teammates.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
public ContentSource.LocaleStage title(@NotNull java.lang.String title)
The title of the content source.The title of the content source.
- Specified by:
titlein interfaceContentSource.TitleStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
locale
public ContentSource._FinalStage locale(@NotNull java.lang.String locale)
The ISO 639 language code of the content source.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
public ContentSource build()
- Specified by:
buildin interfaceContentSource._FinalStage
-
-