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