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