类 Chat

java.lang.Object
com.lark.oapi.service.im.v1.model.Chat

public class Chat extends Object
  • 构造器详细资料

    • Chat

      public Chat()
    • Chat

      public Chat(Chat.Builder builder)
  • 方法详细资料

    • newBuilder

      public static Chat.Builder newBuilder()
    • getChatId

      public String getChatId()
    • setChatId

      public void setChatId(String chatId)
    • getAvatar

      public String getAvatar()
    • setAvatar

      public void setAvatar(String avatar)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getI18nNames

      public I18nNames getI18nNames()
    • setI18nNames

      public void setI18nNames(I18nNames i18nNames)
    • getOnlyOwnerAdd

      public Boolean getOnlyOwnerAdd()
    • setOnlyOwnerAdd

      public void setOnlyOwnerAdd(Boolean onlyOwnerAdd)
    • getShareAllowed

      public Boolean getShareAllowed()
    • setShareAllowed

      public void setShareAllowed(Boolean shareAllowed)
    • getOnlyOwnerAtAll

      public Boolean getOnlyOwnerAtAll()
    • setOnlyOwnerAtAll

      public void setOnlyOwnerAtAll(Boolean onlyOwnerAtAll)
    • getOnlyOwnerEdit

      public Boolean getOnlyOwnerEdit()
    • setOnlyOwnerEdit

      public void setOnlyOwnerEdit(Boolean onlyOwnerEdit)
    • getOwnerUserId

      public String getOwnerUserId()
    • setOwnerUserId

      public void setOwnerUserId(String ownerUserId)
    • getType

      public String getType()
    • setType

      public void setType(String type)