Package com.bytedesk.team.group
Class GroupExcel
java.lang.Object
com.bytedesk.team.group.GroupExcel
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Integer
private String
private String
private String
private String
private String
private String
private Integer
private Integer
private String
private String
private String
private String
private String
private String
private String
private String
private String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setAllowInvite
(boolean value) void
setIsExternal
(boolean value) void
setMuteAll
(boolean value) void
setNeedApproval
(boolean value) void
setShowTopTip
(boolean value)
-
Field Details
-
uid
-
name
-
avatar
-
description
-
type
-
status
-
isExternal
-
creator
-
memberCount
-
adminCount
-
maxMembers
-
needApproval
-
allowInvite
-
muteAll
-
showTopTip
-
topTip
-
createdAt
-
updatedAt
-
-
Constructor Details
-
GroupExcel
public GroupExcel()
-
-
Method Details
-
setIsExternal
public void setIsExternal(boolean value) -
setNeedApproval
public void setNeedApproval(boolean value) -
setAllowInvite
public void setAllowInvite(boolean value) -
setMuteAll
public void setMuteAll(boolean value) -
setShowTopTip
public void setShowTopTip(boolean value)
-