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 java.lang.Object implements UntagCompanyRequest.CompaniesItem.IdStage, UntagCompanyRequest.CompaniesItem.CompanyIdStage, UntagCompanyRequest.CompaniesItem._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UntagCompanyRequest.CompaniesItembuild()UntagCompanyRequest.CompaniesItem._FinalStagecompanyId(java.lang.String companyId)The company id you have defined for the company.UntagCompanyRequest.CompaniesItem.Builderfrom(UntagCompanyRequest.CompaniesItem other)UntagCompanyRequest.CompaniesItem.CompanyIdStageid(java.lang.String id)The Intercom defined id representing the company.
-
-
-
Method Detail
-
from
public UntagCompanyRequest.CompaniesItem.Builder from(UntagCompanyRequest.CompaniesItem other)
- Specified by:
fromin interfaceUntagCompanyRequest.CompaniesItem.IdStage
-
id
public UntagCompanyRequest.CompaniesItem.CompanyIdStage id(@NotNull java.lang.String id)
The Intercom defined id representing the company.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
public UntagCompanyRequest.CompaniesItem._FinalStage companyId(@NotNull java.lang.String companyId)
The company id you have defined for the company.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
public UntagCompanyRequest.CompaniesItem build()
- Specified by:
buildin interfaceUntagCompanyRequest.CompaniesItem._FinalStage
-
-