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