Interface TagConversationRequest.AdminIdStage
-
- All Known Implementing Classes:
TagConversationRequest.Builder
- Enclosing class:
- TagConversationRequest
public static interface TagConversationRequest.AdminIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TagConversationRequest._FinalStageadminId(java.lang.String adminId)The unique identifier for the admin which is given by Intercom.
-
-
-
Method Detail
-
adminId
TagConversationRequest._FinalStage adminId(@NotNull java.lang.String adminId)
The unique identifier for the admin which is given by Intercom.
-
-