Class ExportUsersTransientActivityHistoryJson
- java.lang.Object
-
- com.blackberry.workspaces.sdk.api.json.BaseJson
-
- com.blackberry.workspaces.sdk.api.json.ExportUsersTransientActivityHistoryJson
-
- All Implemented Interfaces:
Serializable
public class ExportUsersTransientActivityHistoryJson extends BaseJson
Used when exporting activity history for a list of users in current user's organization to a CSV file- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExportUsersTransientActivityHistoryJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HistoryPeriodJson
getDatesFilter()
Start and end dates filter for Activity historySet<String>
getUserAddresses()
List of users' email addressesvoid
setDatesFilter(HistoryPeriodJson datesFilter)
Start and end dates filter for Activity historyvoid
setUserAddresses(Set<String> userAddresses)
List of users' email addresses-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getDatesFilter
public HistoryPeriodJson getDatesFilter()
Start and end dates filter for Activity history- Returns:
- Start and end dates filter for Activity history
-
setDatesFilter
public void setDatesFilter(HistoryPeriodJson datesFilter)
Start and end dates filter for Activity history- Parameters:
datesFilter
- Start and end dates filter for Activity history
-
getUserAddresses
public Set<String> getUserAddresses()
List of users' email addresses- Returns:
- List of users' email addresses
-
-