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