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