Package com.intercom.api.types
Interface CreateInternalArticleRequest.OwnerIdStage
-
- All Known Implementing Classes:
CreateInternalArticleRequest.Builder
- Enclosing class:
- CreateInternalArticleRequest
public static interface CreateInternalArticleRequest.OwnerIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateInternalArticleRequest._FinalStageownerId(int ownerId)The id of the owner of the article.
-
-
-
Method Detail
-
ownerId
CreateInternalArticleRequest._FinalStage ownerId(int ownerId)
The id of the owner of the article.
-
-