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