@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-01-28T11:18:17.901-05:00") public class V3RoomAttributes extends Object
| Constructor and Description |
|---|
V3RoomAttributes() |
| Modifier and Type | Method and Description |
|---|---|
V3RoomAttributes |
_public(Boolean _public) |
V3RoomAttributes |
addKeywordsItem(RoomTag keywordsItem) |
V3RoomAttributes |
copyProtected(Boolean copyProtected) |
V3RoomAttributes |
crossPod(Boolean crossPod) |
V3RoomAttributes |
description(String description) |
V3RoomAttributes |
discoverable(Boolean discoverable) |
boolean |
equals(Object o) |
Boolean |
getCopyProtected()
If true, clients disable the clipboard copy for content in this stream.
|
Boolean |
getCrossPod()
If true, this room is a cross pod room
|
String |
getDescription()
Room description.
|
Boolean |
getDiscoverable()
If true, this chatroom (name, description and messages) can be searched and listed by non-participants.
|
List<RoomTag> |
getKeywords()
Keywords for search to use to find this room
|
Boolean |
getMembersCanInvite()
If true, any chatroom participant can add new participants.
|
Boolean |
getMultiLateralRoom()
If true, this is a multi latetal room where we can find users belonging to more than 2 companies.
|
String |
getName()
Room name.
|
Boolean |
getPublic()
If true, this is a public chatroom.
|
Boolean |
getReadOnly()
If true, only stream owners can send messages.
|
Boolean |
getViewHistory()
If true, new members can view the room chat history of the room.
|
int |
hashCode() |
V3RoomAttributes |
keywords(List<RoomTag> keywords) |
V3RoomAttributes |
membersCanInvite(Boolean membersCanInvite) |
V3RoomAttributes |
multiLateralRoom(Boolean multiLateralRoom) |
V3RoomAttributes |
name(String name) |
V3RoomAttributes |
readOnly(Boolean readOnly) |
void |
setCopyProtected(Boolean copyProtected) |
void |
setCrossPod(Boolean crossPod) |
void |
setDescription(String description) |
void |
setDiscoverable(Boolean discoverable) |
void |
setKeywords(List<RoomTag> keywords) |
void |
setMembersCanInvite(Boolean membersCanInvite) |
void |
setMultiLateralRoom(Boolean multiLateralRoom) |
void |
setName(String name) |
void |
setPublic(Boolean _public) |
void |
setReadOnly(Boolean readOnly) |
void |
setViewHistory(Boolean viewHistory) |
String |
toString() |
V3RoomAttributes |
viewHistory(Boolean viewHistory) |
public V3RoomAttributes name(String name)
public String getName()
public void setName(String name)
public V3RoomAttributes keywords(List<RoomTag> keywords)
public V3RoomAttributes addKeywordsItem(RoomTag keywordsItem)
public List<RoomTag> getKeywords()
public V3RoomAttributes description(String description)
public String getDescription()
public void setDescription(String description)
public V3RoomAttributes membersCanInvite(Boolean membersCanInvite)
public Boolean getMembersCanInvite()
public void setMembersCanInvite(Boolean membersCanInvite)
public V3RoomAttributes discoverable(Boolean discoverable)
public Boolean getDiscoverable()
public void setDiscoverable(Boolean discoverable)
public V3RoomAttributes _public(Boolean _public)
public Boolean getPublic()
public void setPublic(Boolean _public)
public V3RoomAttributes readOnly(Boolean readOnly)
public Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
public V3RoomAttributes copyProtected(Boolean copyProtected)
public Boolean getCopyProtected()
public void setCopyProtected(Boolean copyProtected)
public V3RoomAttributes crossPod(Boolean crossPod)
public Boolean getCrossPod()
public void setCrossPod(Boolean crossPod)
public V3RoomAttributes viewHistory(Boolean viewHistory)
public Boolean getViewHistory()
public void setViewHistory(Boolean viewHistory)
public V3RoomAttributes multiLateralRoom(Boolean multiLateralRoom)
public Boolean getMultiLateralRoom()
public void setMultiLateralRoom(Boolean multiLateralRoom)
Copyright © 2018 Symphony Software Foundation. All rights reserved.