Class HistoryPeriodJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.HistoryPeriodJson
-
- All Implemented Interfaces:
Serializable
public class HistoryPeriodJson extends BaseJson
Time period used when exporting history logs- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HistoryPeriodJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getFrom()
From whenDate
getTo()
Till whenvoid
setFrom(Date from)
From whenvoid
setTo(Date to)
Till when-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-