| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
Chat.Builder |
avatar(String avatar)
avatar of the conversation
示例值:
|
Chat |
build() |
Chat.Builder |
chatId(String chatId)
chat_id of the conversation
示例值:
|
Chat.Builder |
description(String description)
description of the conversation
示例值:
|
Chat.Builder |
i18nNames(I18nNames i18nNames)
i18_names of the conversation
示例值:
|
Chat.Builder |
name(String name)
name of the conversation
示例值:
|
Chat.Builder |
onlyOwnerAdd(Boolean onlyOwnerAdd)
whether only the owner of the converation can add others
示例值:
|
Chat.Builder |
onlyOwnerAtAll(Boolean onlyOwnerAtAll)
whether only the owner of the converation can @all
示例值:
|
Chat.Builder |
onlyOwnerEdit(Boolean onlyOwnerEdit)
whether only the owner of the converation can edit the converation info
示例值:
|
Chat.Builder |
ownerUserId(String ownerUserId)
owner_id
示例值:
|
Chat.Builder |
shareAllowed(Boolean shareAllowed)
whether the converation can be shared
示例值:
|
Chat.Builder |
type(String type)
type
示例值:
|
public Chat.Builder chatId(String chatId)
示例值:
chatId - public Chat.Builder avatar(String avatar)
示例值:
avatar - public Chat.Builder name(String name)
示例值:
name - public Chat.Builder description(String description)
示例值:
description - public Chat.Builder i18nNames(I18nNames i18nNames)
示例值:
i18nNames - public Chat.Builder onlyOwnerAdd(Boolean onlyOwnerAdd)
示例值:
onlyOwnerAdd - public Chat.Builder shareAllowed(Boolean shareAllowed)
示例值:
shareAllowed - public Chat.Builder onlyOwnerAtAll(Boolean onlyOwnerAtAll)
示例值:
onlyOwnerAtAll - public Chat.Builder onlyOwnerEdit(Boolean onlyOwnerEdit)
示例值:
onlyOwnerEdit - public Chat.Builder ownerUserId(String ownerUserId)
示例值:
ownerUserId - public Chat.Builder type(String type)
示例值:
type - public Chat build()
Copyright © 2024. All rights reserved.