public final class GetSpaceResponseBody extends Object implements KintoneResponseBody
Constructor and Description |
---|
GetSpaceResponseBody(long id,
String name,
long defaultThread,
boolean isPrivate,
User creator,
User modifier,
CoverType coverType,
String coverKey,
String coverUrl,
String body,
List<AttachedApp> attachedApps,
long memberCount,
boolean useMultiThread,
boolean isGuest,
boolean fixedMember,
boolean showAnnouncement,
boolean showAppList,
boolean showMemberList,
boolean showThreadList,
boolean showRelatedLinkList,
SpacePermissions permissions)
Creates a new
GetSpaceResponseBody instance. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<AttachedApp> |
getAttachedApps()
A list of Apps that are in the thread.
|
String |
getBody()
The HTML of the Space body.
|
String |
getCoverKey()
The key of the Cover Photo.
|
CoverType |
getCoverType()
The image type of the Cover Photo.
|
String |
getCoverUrl()
The URL of the Cover Photo.
|
User |
getCreator()
An object containing information of the creator of the Space.
|
long |
getDefaultThread()
The Thread ID of the default thread that was created when the Space was made.
|
long |
getId()
The Space ID.
|
long |
getMemberCount()
The number of members of the Space.
|
User |
getModifier()
An object containing information of the updater of the Space.
|
String |
getName()
The name of the Space
|
SpacePermissions |
getPermissions()
An object contains information of permissions of the Space.
|
int |
hashCode() |
boolean |
isFixedMember()
The "Block users from joining or leaving the space and following or unfollowing the threads."
setting.
|
boolean |
isGuest()
The Guest Space setting.
|
boolean |
isPrivate()
The "Private" settings of the Space.
|
boolean |
isShowAnnouncement()
Whether the "Announcement" widget in the Space Portal page is shown.
|
boolean |
isShowAppList()
Whether the "Apps" widget in the Space Portal page is shown.
|
boolean |
isShowMemberList()
Whether the "People" widget in the Space Portal page is shown.
|
boolean |
isShowRelatedLinkList()
Whether the "Related Apps & Spaces" widget in the Space Portal page is shown.
|
boolean |
isShowThreadList()
Whether the "Threads" widget in the Space Portal page is shown.
|
boolean |
isUseMultiThread()
The "Enable multiple threads." setting.
|
String |
toString() |
@ConstructorProperties(value={"id","name","defaultThread","isPrivate","creator","modifier","coverType","coverKey","coverUrl","body","attachedApps","memberCount","useMultiThread","isGuest","fixedMember","showAnnouncement","showAppList","showMemberList","showThreadList","showRelatedLinkList","permissions"}) public GetSpaceResponseBody(long id, String name, long defaultThread, boolean isPrivate, User creator, User modifier, CoverType coverType, String coverKey, String coverUrl, String body, List<AttachedApp> attachedApps, long memberCount, boolean useMultiThread, boolean isGuest, boolean fixedMember, boolean showAnnouncement, boolean showAppList, boolean showMemberList, boolean showThreadList, boolean showRelatedLinkList, SpacePermissions permissions)
GetSpaceResponseBody
instance.id
- The Space ID.name
- The name of the SpacedefaultThread
- The Thread ID of the default thread that was created when the Space was made.isPrivate
- The "Private" settings of the Space.creator
- An object containing information of the creator of the Space.modifier
- An object containing information of the updater of the Space.coverType
- The image type of the Cover Photo.coverKey
- The key of the Cover Photo.coverUrl
- The URL of the Cover Photo.body
- The HTML of the Space body.attachedApps
- A list of Apps that are in the thread.memberCount
- The number of members of the Space.useMultiThread
- The "Enable multiple threads." setting.isGuest
- The Guest Space setting.fixedMember
- The "Block users from joining or leaving the space and following or unfollowing the threads."
setting.showAnnouncement
- Whether the "Announcement" widget in the Space Portal page is shown.showAppList
- Whether the "Apps" widget in the Space Portal page is shown.showMemberList
- Whether the "People" widget in the Space Portal page is shown.showThreadList
- Whether the "Threads" widget in the Space Portal page is shown.showRelatedLinkList
- Whether the "Related Apps & Spaces" widget in the Space Portal page is shown.permissions
- An object contains information of permissions of the Space.public long getId()
public String getName()
public long getDefaultThread()
public boolean isPrivate()
public User getCreator()
public User getModifier()
public CoverType getCoverType()
public String getCoverKey()
public String getCoverUrl()
public String getBody()
public List<AttachedApp> getAttachedApps()
public long getMemberCount()
public boolean isUseMultiThread()
public boolean isGuest()
public boolean isFixedMember()
public boolean isShowAnnouncement()
public boolean isShowAppList()
public boolean isShowMemberList()
public boolean isShowThreadList()
public boolean isShowRelatedLinkList()
public SpacePermissions getPermissions()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object