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 java.lang.Object implements FindArticleRequest.ArticleIdStage, FindArticleRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FindArticleRequest._FinalStagearticleId(int articleId)The unique identifier for the article which is given by Intercom.FindArticleRequestbuild()FindArticleRequest.Builderfrom(FindArticleRequest other)
-
-
-
Method Detail
-
from
public FindArticleRequest.Builder from(FindArticleRequest other)
- Specified by:
fromin interfaceFindArticleRequest.ArticleIdStage
-
articleId
public FindArticleRequest._FinalStage articleId(int articleId)
The unique identifier for the article which is given by Intercom.
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
public FindArticleRequest build()
- Specified by:
buildin interfaceFindArticleRequest._FinalStage
-
-