Class ExportActivityHistoryForTransientRoomsJson
- java.lang.Object
-
- com.blackberry.workspaces.sdk.api.json.BaseJson
-
- com.blackberry.workspaces.sdk.api.json.ExportActivityHistoryForTransientRoomsJson
-
- All Implemented Interfaces:
Serializable
public class ExportActivityHistoryForTransientRoomsJson extends BaseJson
Used when exporting the activity history for multiple rooms- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExportActivityHistoryForTransientRoomsJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getFrom()
From whenSet<String>
getRoomGuids()
Set<Integer>
getRoomIds()
Date
getTo()
Till whenvoid
setFrom(Date from)
From whenvoid
setRoomGuids(Set<String> roomGuids)
void
setRoomIds(Set<Integer> roomIds)
void
setTo(Date to)
Till when-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-