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