类 BatchRecallProgress.Builder
java.lang.Object
com.lark.oapi.service.im.v1.model.BatchRecallProgress.Builder
- 封闭类:
BatchRecallProgress
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()recallCount(String recallCount) 撤回成功的消息条数totalRecallCount(String totalRecallCount) 计划撤回的消息条数
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
recallCount
撤回成功的消息条数示例值:
- 参数:
recallCount-- 返回:
-
totalRecallCount
计划撤回的消息条数示例值:
- 参数:
totalRecallCount-- 返回:
-
build
-