类 Chat.Builder
java.lang.Object
com.lark.oapi.service.im.v1.model.Chat.Builder
- 封闭类:
Chat
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明avatar of the conversationbuild()chat_id of the conversationdescription(String description) description of the conversationi18_names of the conversationname of the conversationonlyOwnerAdd(Boolean onlyOwnerAdd) whether only the owner of the converation can add othersonlyOwnerAtAll(Boolean onlyOwnerAtAll) whether only the owner of the converation can @allonlyOwnerEdit(Boolean onlyOwnerEdit) whether only the owner of the converation can edit the converation infoownerUserId(String ownerUserId) owner_idshareAllowed(Boolean shareAllowed) whether the converation can be sharedtype
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
chatId
chat_id of the conversation示例值:
- 参数:
chatId-- 返回:
-
avatar
avatar of the conversation示例值:
- 参数:
avatar-- 返回:
-
name
name of the conversation示例值:
- 参数:
name-- 返回:
-
description
description of the conversation示例值:
- 参数:
description-- 返回:
-
i18nNames
i18_names of the conversation示例值:
- 参数:
i18nNames-- 返回:
-
onlyOwnerAdd
whether only the owner of the converation can add others示例值:
- 参数:
onlyOwnerAdd-- 返回:
-
onlyOwnerAtAll
whether only the owner of the converation can @all示例值:
- 参数:
onlyOwnerAtAll-- 返回:
-
onlyOwnerEdit
whether only the owner of the converation can edit the converation info示例值:
- 参数:
onlyOwnerEdit-- 返回:
-
ownerUserId
owner_id示例值:
- 参数:
ownerUserId-- 返回:
-
type
type示例值:
- 参数:
type-- 返回:
-
build
-