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