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