Interface ListAttachedCompaniesRequest.ContactIdStage
-
- All Known Implementing Classes:
ListAttachedCompaniesRequest.Builder
- Enclosing class:
- ListAttachedCompaniesRequest
public static interface ListAttachedCompaniesRequest.ContactIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAttachedCompaniesRequest._FinalStagecontactId(java.lang.String contactId)The unique identifier for the contact which is given by IntercomListAttachedCompaniesRequest.Builderfrom(ListAttachedCompaniesRequest other)
-
-
-
Method Detail
-
contactId
ListAttachedCompaniesRequest._FinalStage contactId(@NotNull java.lang.String contactId)
The unique identifier for the contact which is given by Intercom
-
from
ListAttachedCompaniesRequest.Builder from(ListAttachedCompaniesRequest other)
-
-