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