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