Uses of Class
com.smartfoxserver.v2.entities.SFSRoomSettings
-
Packages that use SFSRoomSettings Package Description com.smartfoxserver.v2.api com.smartfoxserver.v2.entities -
-
Uses of SFSRoomSettings in com.smartfoxserver.v2.api
Methods in com.smartfoxserver.v2.api that return types with arguments of type SFSRoomSettings Modifier and Type Method Description java.util.Set<SFSRoomSettings>CreateRoomSettings. getRoomSettings()Get the advanced settings of the Room.Method parameters in com.smartfoxserver.v2.api with type arguments of type SFSRoomSettings Modifier and Type Method Description voidCreateRoomSettings. setRoomSettings(java.util.Set<SFSRoomSettings> roomSettings)Set the advanced settings of the Room. -
Uses of SFSRoomSettings in com.smartfoxserver.v2.entities
Methods in com.smartfoxserver.v2.entities that return SFSRoomSettings Modifier and Type Method Description static SFSRoomSettingsSFSRoomSettings. 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.Methods in com.smartfoxserver.v2.entities with parameters of type SFSRoomSettings Modifier and Type Method Description booleanRoom. isFlagSet(SFSRoomSettings flag)Checks whether a certain Room Setting is setbooleanSFSRoom. isFlagSet(SFSRoomSettings flag)Checks whether a certain Room Setting is setvoidRoom. setFlag(SFSRoomSettings flag, boolean state)voidSFSRoom. setFlag(SFSRoomSettings flag, boolean state)Method parameters in com.smartfoxserver.v2.entities with type arguments of type SFSRoomSettings Modifier and Type Method Description voidRoom. setFlags(java.util.Set<SFSRoomSettings> settings)voidSFSRoom. setFlags(java.util.Set<SFSRoomSettings> settings)
-