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