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 java.lang.Object implements DeleteCompanyRequest.CompanyIdStage, DeleteCompanyRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteCompanyRequestbuild()DeleteCompanyRequest._FinalStagecompanyId(java.lang.String companyId)The unique identifier for the company which is given by IntercomDeleteCompanyRequest.Builderfrom(DeleteCompanyRequest other)
-
-
-
Method Detail
-
from
public DeleteCompanyRequest.Builder from(DeleteCompanyRequest other)
- Specified by:
fromin interfaceDeleteCompanyRequest.CompanyIdStage
-
companyId
public DeleteCompanyRequest._FinalStage companyId(@NotNull java.lang.String companyId)
The unique identifier for the company which is given by Intercom
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
public DeleteCompanyRequest build()
- Specified by:
buildin interfaceDeleteCompanyRequest._FinalStage
-
-