Interface ListAttachedContactsRequest.CompanyIdStage
-
- All Known Implementing Classes:
ListAttachedContactsRequest.Builder
- Enclosing class:
- ListAttachedContactsRequest
public static interface ListAttachedContactsRequest.CompanyIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAttachedContactsRequest._FinalStagecompanyId(java.lang.String companyId)The unique identifier for the company which is given by IntercomListAttachedContactsRequest.Builderfrom(ListAttachedContactsRequest other)
-
-
-
Method Detail
-
companyId
ListAttachedContactsRequest._FinalStage companyId(@NotNull java.lang.String companyId)
The unique identifier for the company which is given by Intercom
-
from
ListAttachedContactsRequest.Builder from(ListAttachedContactsRequest other)
-
-