@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2017-12-17T23:29:05.070-05:00") public class RoomAttributes extends Object
| Constructor and Description |
|---|
RoomAttributes() |
| Modifier and Type | Method and Description |
|---|---|
RoomAttributes |
description(String description) |
RoomAttributes |
discoverable(Boolean discoverable) |
boolean |
equals(Object o) |
String |
getDescription()
Room description.
|
Boolean |
getDiscoverable()
If true, this chatroom (name, description and messages) can be searched and listed by non-participants.
|
Boolean |
getMembersCanInvite()
If true, any chatroom participant can add new participants.
|
String |
getName()
Room name.
|
int |
hashCode() |
RoomAttributes |
membersCanInvite(Boolean membersCanInvite) |
RoomAttributes |
name(String name) |
void |
setDescription(String description) |
void |
setDiscoverable(Boolean discoverable) |
void |
setMembersCanInvite(Boolean membersCanInvite) |
void |
setName(String name) |
String |
toString() |
public RoomAttributes name(String name)
public String getName()
public void setName(String name)
public RoomAttributes description(String description)
public String getDescription()
public void setDescription(String description)
public RoomAttributes membersCanInvite(Boolean membersCanInvite)
public Boolean getMembersCanInvite()
public void setMembersCanInvite(Boolean membersCanInvite)
public RoomAttributes discoverable(Boolean discoverable)
public Boolean getDiscoverable()
public void setDiscoverable(Boolean discoverable)
Copyright © 2017 Symphony Software Foundation. All rights reserved.