Package com.symphony.api.model
Class V4RoomUpdated
- java.lang.Object
-
- com.symphony.api.model.V4RoomUpdated
-
public class V4RoomUpdated extends Object
-
-
Constructor Summary
Constructors Constructor Description V4RoomUpdated()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V4RoomProperties
getNewRoomProperties()
Get newRoomPropertiesV4Stream
getStream()
Get streamV4RoomUpdated
newRoomProperties(V4RoomProperties newRoomProperties)
void
setNewRoomProperties(V4RoomProperties newRoomProperties)
void
setStream(V4Stream stream)
V4RoomUpdated
stream(V4Stream stream)
String
toString()
-
-
-
Method Detail
-
getStream
public V4Stream getStream()
Get stream- Returns:
- stream
-
setStream
public void setStream(V4Stream stream)
-
stream
public V4RoomUpdated stream(V4Stream stream)
-
getNewRoomProperties
public V4RoomProperties getNewRoomProperties()
Get newRoomProperties- Returns:
- newRoomProperties
-
setNewRoomProperties
public void setNewRoomProperties(V4RoomProperties newRoomProperties)
-
newRoomProperties
public V4RoomUpdated newRoomProperties(V4RoomProperties newRoomProperties)
-
-