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