Class ReportFilterJson
- java.lang.Object
-
- com.blackberry.workspaces.sdk.api.json.BaseJson
-
- com.blackberry.workspaces.sdk.api.json.ReportFilterJson
-
- All Implemented Interfaces:
Serializable
public class ReportFilterJson extends BaseJson
A report filter- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReportFilterJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
getActiveDirectoryGroupsGuids()
List of Active Directory groupsSet<String>
getDistributionListsNames()
List of distribution list namesSet<GroupRequestJson>
getGroups()
List of groupsSet<String>
getRoomGuids()
List of workspace guidsSet<Integer>
getRoomIds()
List of workspace idsSet<String>
getUsersAddresses()
List of user email addressesvoid
setActiveDirectoryGroupsGuids(Set<String> activeDirectoryGroupsGuids)
List of Active Directory groupsvoid
setDistributionListsNames(Set<String> distributionListsNames)
List of distribution list namesvoid
setGroups(Set<GroupRequestJson> groups)
List of groupsvoid
setRoomGuids(Set<String> roomGuids)
List of workspace guidsvoid
setRoomIds(Set<Integer> roomIds)
List of workspace idsvoid
setUsersAddresses(Set<String> usersAddresses)
List of user email addresses-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getRoomGuids
public Set<String> getRoomGuids()
List of workspace guids- Returns:
- List of workspace guids
-
setRoomGuids
public void setRoomGuids(Set<String> roomGuids)
List of workspace guids- Parameters:
roomGuids
- List of workspace guids
-
setRoomIds
public void setRoomIds(Set<Integer> roomIds)
List of workspace ids- Parameters:
roomIds
- List of workspace ids
-
getActiveDirectoryGroupsGuids
public Set<String> getActiveDirectoryGroupsGuids()
List of Active Directory groups- Returns:
- List of Active Directory groups
-
setActiveDirectoryGroupsGuids
public void setActiveDirectoryGroupsGuids(Set<String> activeDirectoryGroupsGuids)
List of Active Directory groups- Parameters:
activeDirectoryGroupsGuids
- List of Active Directory groups
-
getGroups
public Set<GroupRequestJson> getGroups()
List of groups- Returns:
- List of groups
-
setGroups
public void setGroups(Set<GroupRequestJson> groups)
List of groups- Parameters:
groups
- List of groups
-
getUsersAddresses
public Set<String> getUsersAddresses()
List of user email addresses- Returns:
- List of user email addresses
-
setUsersAddresses
public void setUsersAddresses(Set<String> usersAddresses)
List of user email addresses- Parameters:
usersAddresses
- List of user email addresses
-
getDistributionListsNames
public Set<String> getDistributionListsNames()
List of distribution list names- Returns:
- List of distribution list names
-
-