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