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