Class UpdateCompanyRequest.Builder
java.lang.Object
com.intercom.api.resources.companies.requests.UpdateCompanyRequest.Builder
- All Implemented Interfaces:
UpdateCompanyRequest._FinalStage,UpdateCompanyRequest.CompanyIdStage
- Enclosing class:
UpdateCompanyRequest
public static final class UpdateCompanyRequest.Builder
extends Object
implements UpdateCompanyRequest.CompanyIdStage, UpdateCompanyRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()The unique identifier for the company which is given by Intercomfrom(UpdateCompanyRequest other)
-
Method Details
-
from
- Specified by:
fromin interfaceUpdateCompanyRequest.CompanyIdStage
-
companyId
The unique identifier for the company which is given by Intercom
- Specified by:
companyIdin interfaceUpdateCompanyRequest.CompanyIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
- Specified by:
buildin interfaceUpdateCompanyRequest._FinalStage
-