Interface UpdateArticleRequest.ArticleIdStage
-
- All Known Implementing Classes:
UpdateArticleRequest.Builder
- Enclosing class:
- UpdateArticleRequest
public static interface UpdateArticleRequest.ArticleIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateArticleRequest._FinalStagearticleId(int articleId)The unique identifier for the article which is given by Intercom.UpdateArticleRequest.Builderfrom(UpdateArticleRequest other)
-
-
-
Method Detail
-
articleId
UpdateArticleRequest._FinalStage articleId(int articleId)
The unique identifier for the article which is given by Intercom.
-
from
UpdateArticleRequest.Builder from(UpdateArticleRequest other)
-
-