Package com.intercom.api.types
Class UntagCompanyRequest.CompaniesItem.Builder
java.lang.Object
com.intercom.api.types.UntagCompanyRequest.CompaniesItem.Builder
- All Implemented Interfaces:
UntagCompanyRequest.CompaniesItem._FinalStage,UntagCompanyRequest.CompaniesItem.CompanyIdStage,UntagCompanyRequest.CompaniesItem.IdStage
- Enclosing class:
UntagCompanyRequest.CompaniesItem
public static final class UntagCompanyRequest.CompaniesItem.Builder
extends Object
implements UntagCompanyRequest.CompaniesItem.IdStage, UntagCompanyRequest.CompaniesItem.CompanyIdStage, UntagCompanyRequest.CompaniesItem._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()The company id you have defined for the company.The Intercom defined id representing the company.
-
Method Details
-
from
- Specified by:
fromin interfaceUntagCompanyRequest.CompaniesItem.IdStage
-
id
The Intercom defined id representing the company.
- Specified by:
idin interfaceUntagCompanyRequest.CompaniesItem.IdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
companyId
The company id you have defined for the company.
- Specified by:
companyIdin interfaceUntagCompanyRequest.CompaniesItem.CompanyIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
- Specified by:
buildin interfaceUntagCompanyRequest.CompaniesItem._FinalStage
-