public class ReportFilterJson extends BaseJson
Constructor and Description |
---|
ReportFilterJson() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getActiveDirectoryGroupsGuids()
List of Active Directory groups
|
Set<String> |
getDistributionListsNames()
List of distribution list names
|
Set<GroupRequestJson> |
getGroups()
List of groups
|
Set<String> |
getRoomGuids()
List of workspace guids
|
Set<Integer> |
getRoomIds()
List of workspace ids
|
Set<String> |
getUsersAddresses()
List of user email addresses
|
void |
setActiveDirectoryGroupsGuids(Set<String> activeDirectoryGroupsGuids)
List of Active Directory groups
|
void |
setDistributionListsNames(Set<String> distributionListsNames)
List of distribution list names
|
void |
setGroups(Set<GroupRequestJson> groups)
List of groups
|
void |
setRoomGuids(Set<String> roomGuids)
List of workspace guids
|
void |
setRoomIds(Set<Integer> roomIds)
List of workspace ids
|
void |
setUsersAddresses(Set<String> usersAddresses)
List of user email addresses
|
getObjType, setObjType, toString
public Set<String> getRoomGuids()
public void setRoomGuids(Set<String> roomGuids)
roomGuids
- List of workspace guidspublic void setRoomIds(Set<Integer> roomIds)
roomIds
- List of workspace idspublic Set<String> getActiveDirectoryGroupsGuids()
public void setActiveDirectoryGroupsGuids(Set<String> activeDirectoryGroupsGuids)
activeDirectoryGroupsGuids
- List of Active Directory groupspublic Set<GroupRequestJson> getGroups()
public void setGroups(Set<GroupRequestJson> groups)
groups
- List of groupspublic Set<String> getUsersAddresses()
public void setUsersAddresses(Set<String> usersAddresses)
usersAddresses
- List of user email addressespublic Set<String> getDistributionListsNames()
Copyright © 2019. All rights reserved.