Interface AdminReplyTicketRequest.AdminIdStage
-
- All Known Implementing Classes:
AdminReplyTicketRequest.Builder
- Enclosing class:
- AdminReplyTicketRequest
public static interface AdminReplyTicketRequest.AdminIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdminReplyTicketRequest._FinalStageadminId(java.lang.String adminId)The id of the admin who is authoring the comment.
-
-
-
Method Detail
-
adminId
AdminReplyTicketRequest._FinalStage adminId(@NotNull java.lang.String adminId)
The id of the admin who is authoring the comment.
-
-