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