Package com.intercom.api.types
Class UntagCompanyRequest.Builder
java.lang.Object
com.intercom.api.types.UntagCompanyRequest.Builder
- All Implemented Interfaces:
UntagCompanyRequest._FinalStage,UntagCompanyRequest.NameStage
- Enclosing class:
UntagCompanyRequest
public static final class UntagCompanyRequest.Builder
extends Object
implements UntagCompanyRequest.NameStage, UntagCompanyRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionaddAllCompanies(List<UntagCompanyRequest.CompaniesItem> companies) The id or company_id of the company can be passed as input parameters.addCompanies(UntagCompanyRequest.CompaniesItem companies) The id or company_id of the company can be passed as input parameters.build()companies(List<UntagCompanyRequest.CompaniesItem> companies) from(UntagCompanyRequest other) The name of the tag which will be untagged from the company
-
Method Details
-
from
- Specified by:
fromin interfaceUntagCompanyRequest.NameStage
-
name
The name of the tag which will be untagged from the company
- Specified by:
namein interfaceUntagCompanyRequest.NameStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
addAllCompanies
public UntagCompanyRequest._FinalStage addAllCompanies(List<UntagCompanyRequest.CompaniesItem> companies) The id or company_id of the company can be passed as input parameters.
- Specified by:
addAllCompaniesin interfaceUntagCompanyRequest._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
addCompanies
The id or company_id of the company can be passed as input parameters.
- Specified by:
addCompaniesin interfaceUntagCompanyRequest._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
companies
- Specified by:
companiesin interfaceUntagCompanyRequest._FinalStage
-
build
- Specified by:
buildin interfaceUntagCompanyRequest._FinalStage
-