类 PatchNotificationReq.Builder
java.lang.Object
com.lark.oapi.service.helpdesk.v1.model.PatchNotificationReq.Builder
- 封闭类:
PatchNotificationReq
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()notification(Notification body) bodynotificationId(String notificationId) push任务唯一iduserIdType(PatchNotificationUserIdTypeEnum userIdType) 此次调用中使用的用户ID的类型userIdType(String userIdType) 此次调用中使用的用户ID的类型
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
userIdType
此次调用中使用的用户ID的类型示例值:
- 参数:
userIdType-- 返回:
-
userIdType
此次调用中使用的用户ID的类型示例值:
- 参数:
userIdType-PatchNotificationUserIdTypeEnum- 返回:
-
notificationId
push任务唯一id示例值:6985032626234982420
- 参数:
notificationId-- 返回:
-
getNotification
-
notification
body- 参数:
body-- 返回:
-
build
-