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