Uses of Interface
sfs2x.client.entities.variables.RoomVariable
-
Packages that use RoomVariable Package Description sfs2x.client.entities sfs2x.client.entities.variables sfs2x.client.requests -
-
Uses of RoomVariable in sfs2x.client.entities
Methods in sfs2x.client.entities that return RoomVariable Modifier and Type Method Description RoomVariableRoom. getVariable(java.lang.String name)Retrieves a Room Variable from its name.RoomVariableSFSRoom. getVariable(java.lang.String name)Methods in sfs2x.client.entities that return types with arguments of type RoomVariable Modifier and Type Method Description java.util.List<RoomVariable>Room. getVariables()Retrieves all the Room Variables of this Room.java.util.List<RoomVariable>SFSRoom. getVariables()Methods in sfs2x.client.entities with parameters of type RoomVariable Modifier and Type Method Description voidRoom. setVariable(RoomVariable roomVariable)* API internal usage only *voidSFSRoom. setVariable(RoomVariable roomVariable)* API internal usage only *Method parameters in sfs2x.client.entities with type arguments of type RoomVariable Modifier and Type Method Description voidRoom. setVariables(java.util.List<? extends RoomVariable> roomVariables)* API internal usage only *voidSFSRoom. setVariables(java.util.List<? extends RoomVariable> roomVariables)* API internal usage only * -
Uses of RoomVariable in sfs2x.client.entities.variables
Classes in sfs2x.client.entities.variables that implement RoomVariable Modifier and Type Class Description classSFSRoomVariableThe SFSRoomVariable object represents a SmartFoxServer Room Variable entity on the client.Methods in sfs2x.client.entities.variables that return RoomVariable Modifier and Type Method Description static RoomVariableSFSRoomVariable. fromSFSArray(com.smartfoxserver.v2.entities.data.ISFSArray sfsa)* API internal usage only * -
Uses of RoomVariable in sfs2x.client.requests
Methods in sfs2x.client.requests that return types with arguments of type RoomVariable Modifier and Type Method Description java.util.List<RoomVariable>RoomSettings. getVariables()Defines a list of RooomVariable objects to be attached to the Room.Method parameters in sfs2x.client.requests with type arguments of type RoomVariable Modifier and Type Method Description voidRoomSettings. setVariables(java.util.List<RoomVariable> variables)Constructor parameters in sfs2x.client.requests with type arguments of type RoomVariable Constructor Description SetRoomVariablesRequest(java.util.List<RoomVariable> roomVariables)SetRoomVariablesRequest(java.util.List<RoomVariable> roomVariables, Room room)Creates a new SetRoomVariablesRequest instance.
-