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
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 addressesMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
ExportUsersTransientActivityHistoryJson
public ExportUsersTransientActivityHistoryJson()
-
-
Method Details
-
getDatesFilter
Start and end dates filter for Activity history- Returns:
- Start and end dates filter for Activity history
-
setDatesFilter
Start and end dates filter for Activity history- Parameters:
datesFilter
- Start and end dates filter for Activity history
-
getUserAddresses
List of users' email addresses- Returns:
- List of users' email addresses
-
setUserAddresses
List of users' email addresses- Parameters:
userAddresses
- List of users' email addresses
-