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