Class FindArticleRequest.Builder
java.lang.Object
com.intercom.api.resources.articles.requests.FindArticleRequest.Builder
- All Implemented Interfaces:
FindArticleRequest._FinalStage,FindArticleRequest.ArticleIdStage
- Enclosing class:
FindArticleRequest
public static final class FindArticleRequest.Builder
extends Object
implements FindArticleRequest.ArticleIdStage, FindArticleRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier for the article which is given by Intercom.build()from(FindArticleRequest other)
-
Method Details
-
from
- Specified by:
fromin interfaceFindArticleRequest.ArticleIdStage
-
articleId
The unique identifier for the article which is given by Intercom.
- Specified by:
articleIdin interfaceFindArticleRequest.ArticleIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
- Specified by:
buildin interfaceFindArticleRequest._FinalStage
-