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