public class UpdateSpaceRequest extends Object implements KintoneRequest
Constructor and Description |
---|
UpdateSpaceRequest() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Boolean |
getFixedMember()
The "Block users from joining or leaving the space and following or unfollowing the threads."
setting (optional).
|
Long |
getId()
The Space ID (required).
|
Boolean |
getIsPrivate()
The "Private" settings of the Space (optional).
|
String |
getName()
The name of the Space (optional).
|
SpacePermissions |
getPermissions()
An object contains information of permissions of the Space (optional).
|
Boolean |
getShowAnnouncement()
Whether the "Announcement" widget in the Space Portal page is shown (optional).
|
Boolean |
getShowAppList()
Whether the "Apps" widget in the Space Portal page is shown (optional).
|
Boolean |
getShowMemberList()
Whether the "People" widget in the Space Portal page is shown (optional).
|
Boolean |
getShowRelatedLinkList()
Whether the "Related Apps & Spaces" widget in the Space Portal page is shown (optional).
|
Boolean |
getShowThreadList()
Whether the "Threads" widget in the Space Portal page is shown (optional).
|
Boolean |
getUseMultiThread()
The "Enable multiple threads." setting (optional).
|
int |
hashCode() |
UpdateSpaceRequest |
setFixedMember(Boolean fixedMember)
The "Block users from joining or leaving the space and following or unfollowing the threads."
setting (optional).
|
UpdateSpaceRequest |
setId(Long id)
The Space ID (required).
|
UpdateSpaceRequest |
setIsPrivate(Boolean isPrivate)
The "Private" settings of the Space (optional).
|
UpdateSpaceRequest |
setName(String name)
The name of the Space (optional).
|
UpdateSpaceRequest |
setPermissions(SpacePermissions permissions)
An object contains information of permissions of the Space (optional).
|
UpdateSpaceRequest |
setShowAnnouncement(Boolean showAnnouncement)
Whether the "Announcement" widget in the Space Portal page is shown (optional).
|
UpdateSpaceRequest |
setShowAppList(Boolean showAppList)
Whether the "Apps" widget in the Space Portal page is shown (optional).
|
UpdateSpaceRequest |
setShowMemberList(Boolean showMemberList)
Whether the "People" widget in the Space Portal page is shown (optional).
|
UpdateSpaceRequest |
setShowRelatedLinkList(Boolean showRelatedLinkList)
Whether the "Related Apps & Spaces" widget in the Space Portal page is shown (optional).
|
UpdateSpaceRequest |
setShowThreadList(Boolean showThreadList)
Whether the "Threads" widget in the Space Portal page is shown (optional).
|
UpdateSpaceRequest |
setUseMultiThread(Boolean useMultiThread)
The "Enable multiple threads." setting (optional).
|
String |
toString() |
public Long getId()
public String getName()
public Boolean getIsPrivate()
public Boolean getUseMultiThread()
false
is specified, this parameter will not be updated.public Boolean getFixedMember()
public Boolean getShowAnnouncement()
public Boolean getShowAppList()
public Boolean getShowMemberList()
public Boolean getShowThreadList()
public Boolean getShowRelatedLinkList()
public SpacePermissions getPermissions()
public UpdateSpaceRequest setId(Long id)
this
.public UpdateSpaceRequest setName(String name)
this
.public UpdateSpaceRequest setIsPrivate(Boolean isPrivate)
this
.public UpdateSpaceRequest setUseMultiThread(Boolean useMultiThread)
false
is specified, this parameter will not be updated.this
.public UpdateSpaceRequest setFixedMember(Boolean fixedMember)
this
.public UpdateSpaceRequest setShowAnnouncement(Boolean showAnnouncement)
this
.public UpdateSpaceRequest setShowAppList(Boolean showAppList)
this
.public UpdateSpaceRequest setShowMemberList(Boolean showMemberList)
this
.public UpdateSpaceRequest setShowThreadList(Boolean showThreadList)
this
.public UpdateSpaceRequest setShowRelatedLinkList(Boolean showRelatedLinkList)
this
.public UpdateSpaceRequest setPermissions(SpacePermissions permissions)
this
.public boolean equals(Object o)
equals
in class Object
protected boolean canEqual(Object other)
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object