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