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 java.lang.Object implements ListSegmentsAttachedToCompanyRequest.CompanyIdStage, ListSegmentsAttachedToCompanyRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListSegmentsAttachedToCompanyRequestbuild()ListSegmentsAttachedToCompanyRequest._FinalStagecompanyId(java.lang.String companyId)The unique identifier for the company which is given by IntercomListSegmentsAttachedToCompanyRequest.Builderfrom(ListSegmentsAttachedToCompanyRequest other)
-
-
-
Method Detail
-
from
public ListSegmentsAttachedToCompanyRequest.Builder from(ListSegmentsAttachedToCompanyRequest other)
- Specified by:
fromin interfaceListSegmentsAttachedToCompanyRequest.CompanyIdStage
-
companyId
public ListSegmentsAttachedToCompanyRequest._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 interfaceListSegmentsAttachedToCompanyRequest.CompanyIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public ListSegmentsAttachedToCompanyRequest build()
- Specified by:
buildin interfaceListSegmentsAttachedToCompanyRequest._FinalStage
-
-