Class ListAttachedContactsRequest.Builder
- java.lang.Object
-
- com.intercom.api.resources.companies.requests.ListAttachedContactsRequest.Builder
-
- All Implemented Interfaces:
ListAttachedContactsRequest._FinalStage,ListAttachedContactsRequest.CompanyIdStage
- Enclosing class:
- ListAttachedContactsRequest
public static final class ListAttachedContactsRequest.Builder extends java.lang.Object implements ListAttachedContactsRequest.CompanyIdStage, ListAttachedContactsRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListAttachedContactsRequestbuild()ListAttachedContactsRequest._FinalStagecompanyId(java.lang.String companyId)The unique identifier for the company which is given by IntercomListAttachedContactsRequest.Builderfrom(ListAttachedContactsRequest other)
-
-
-
Method Detail
-
from
public ListAttachedContactsRequest.Builder from(ListAttachedContactsRequest other)
- Specified by:
fromin interfaceListAttachedContactsRequest.CompanyIdStage
-
companyId
public ListAttachedContactsRequest._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 interfaceListAttachedContactsRequest.CompanyIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public ListAttachedContactsRequest build()
- Specified by:
buildin interfaceListAttachedContactsRequest._FinalStage
-
-