Class DeleteCompanyRequest.Builder
java.lang.Object
com.intercom.api.resources.companies.requests.DeleteCompanyRequest.Builder
- All Implemented Interfaces:
DeleteCompanyRequest._FinalStage,DeleteCompanyRequest.CompanyIdStage
- Enclosing class:
DeleteCompanyRequest
public static final class DeleteCompanyRequest.Builder
extends Object
implements DeleteCompanyRequest.CompanyIdStage, DeleteCompanyRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()The unique identifier for the company which is given by Intercomfrom(DeleteCompanyRequest other)
-
Method Details
-
from
- Specified by:
fromin interfaceDeleteCompanyRequest.CompanyIdStage
-
companyId
The unique identifier for the company which is given by Intercom
- Specified by:
companyIdin interfaceDeleteCompanyRequest.CompanyIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
- Specified by:
buildin interfaceDeleteCompanyRequest._FinalStage
-