Class FindCompanyRequest.Builder
- java.lang.Object
-
- com.intercom.api.resources.companies.requests.FindCompanyRequest.Builder
-
- All Implemented Interfaces:
FindCompanyRequest._FinalStage,FindCompanyRequest.CompanyIdStage
- Enclosing class:
- FindCompanyRequest
public static final class FindCompanyRequest.Builder extends java.lang.Object implements FindCompanyRequest.CompanyIdStage, FindCompanyRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FindCompanyRequestbuild()FindCompanyRequest._FinalStagecompanyId(java.lang.String companyId)The unique identifier for the company which is given by IntercomFindCompanyRequest.Builderfrom(FindCompanyRequest other)
-
-
-
Method Detail
-
from
public FindCompanyRequest.Builder from(FindCompanyRequest other)
- Specified by:
fromin interfaceFindCompanyRequest.CompanyIdStage
-
companyId
public FindCompanyRequest._FinalStage companyId(@NotNull java.lang.String companyId)
The unique identifier for the company which is given by Intercom
The unique identifier for the company which is given by Intercom
- Specified by:
companyIdin interfaceFindCompanyRequest.CompanyIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public FindCompanyRequest build()
- Specified by:
buildin interfaceFindCompanyRequest._FinalStage
-
-