Class UntagCompanyRequest.Builder
- java.lang.Object
-
- com.intercom.api.resources.unstable.types.UntagCompanyRequest.Builder
-
- All Implemented Interfaces:
UntagCompanyRequest._FinalStage,UntagCompanyRequest.NameStage
- Enclosing class:
- UntagCompanyRequest
public static final class UntagCompanyRequest.Builder extends java.lang.Object implements UntagCompanyRequest.NameStage, UntagCompanyRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UntagCompanyRequest._FinalStageaddAllCompanies(java.util.List<UntagCompanyRequest.CompaniesItem> companies)The id or company_id of the company can be passed as input parameters.UntagCompanyRequest._FinalStageaddCompanies(UntagCompanyRequest.CompaniesItem companies)The id or company_id of the company can be passed as input parameters.UntagCompanyRequestbuild()UntagCompanyRequest._FinalStagecompanies(java.util.List<UntagCompanyRequest.CompaniesItem> companies)The id or company_id of the company can be passed as input parameters.UntagCompanyRequest.Builderfrom(UntagCompanyRequest other)UntagCompanyRequest._FinalStagename(java.lang.String name)The name of the tag which will be untagged from the company
-
-
-
Method Detail
-
from
public UntagCompanyRequest.Builder from(UntagCompanyRequest other)
- Specified by:
fromin interfaceUntagCompanyRequest.NameStage
-
name
public UntagCompanyRequest._FinalStage name(@NotNull java.lang.String name)
The name of the tag which will be untagged from the company
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(java.util.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
public UntagCompanyRequest._FinalStage addCompanies(UntagCompanyRequest.CompaniesItem companies)
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
public UntagCompanyRequest._FinalStage companies(java.util.List<UntagCompanyRequest.CompaniesItem> companies)
The id or company_id of the company can be passed as input parameters.
- Specified by:
companiesin interfaceUntagCompanyRequest._FinalStage
-
build
public UntagCompanyRequest build()
- Specified by:
buildin interfaceUntagCompanyRequest._FinalStage
-
-