Package com.intercom.api.types
Class DeletedArticleObject.Builder
java.lang.Object
com.intercom.api.types.DeletedArticleObject.Builder
- All Implemented Interfaces:
DeletedArticleObject._FinalStage,DeletedArticleObject.DeletedStage,DeletedArticleObject.IdStage
- Enclosing class:
DeletedArticleObject
public static final class DeletedArticleObject.Builder
extends Object
implements DeletedArticleObject.IdStage, DeletedArticleObject.DeletedStage, DeletedArticleObject._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()deleted(boolean deleted) Whether the article was deleted successfully or not.from(DeletedArticleObject other) The unique identifier for the article which you provided in the URL.
-
Method Details
-
from
- Specified by:
fromin interfaceDeletedArticleObject.IdStage
-
id
The unique identifier for the article which you provided in the URL.
- Specified by:
idin interfaceDeletedArticleObject.IdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
deleted
Whether the article was deleted successfully or not.
- Specified by:
deletedin interfaceDeletedArticleObject.DeletedStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
- Specified by:
buildin interfaceDeletedArticleObject._FinalStage
-