Package | Description |
---|---|
com.smartfoxserver.v2.api | |
com.smartfoxserver.v2.entities |
Modifier and Type | Method and Description |
---|---|
java.util.Set<SFSRoomSettings> |
CreateRoomSettings.getRoomSettings()
Get the advanced settings of the Room.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateRoomSettings.setRoomSettings(java.util.Set<SFSRoomSettings> roomSettings)
Set the advanced settings of the Room.
|
Modifier and Type | Method and Description |
---|---|
static SFSRoomSettings |
SFSRoomSettings.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SFSRoomSettings[] |
SFSRoomSettings.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SFSRoom.isFlagSet(SFSRoomSettings flag)
Checks whether a certain Room Setting is set
|
boolean |
Room.isFlagSet(SFSRoomSettings flag)
Checks whether a certain Room Setting is set
|
void |
SFSRoom.setFlag(SFSRoomSettings flag,
boolean state) |
void |
Room.setFlag(SFSRoomSettings flag,
boolean state) |
Modifier and Type | Method and Description |
---|---|
void |
SFSRoom.setFlags(java.util.Set<SFSRoomSettings> settings) |
void |
Room.setFlags(java.util.Set<SFSRoomSettings> settings) |