Class ActiveDirectoryGroupInfoJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.ActiveDirectoryGroupInfoJson
- All Implemented Interfaces:
Serializable
public class ActiveDirectoryGroupInfoJson extends BaseJson
Active Directory group details.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ActiveDirectoryGroupInfoJson()
-
Method Summary
Modifier and Type Method Description String
getActiveDirectoryDomain()
The group's Active Directory domainString
getActiveDirectoryGroupGuid()
The group's Active Directory GUIDString
getActiveDirectoryUUID()
The group's Active Directory UUIDDate
getCreationDate()
When the group was createdString
getDescription()
The group's descriptionString
getDistinguishedName()
The group's distinguished nameString
getLocation()
The group's locationString
getName()
The group's nameSet<String>
getOrganizationRoles()
The group's organization rolesDate
getUpdateDate()
When the group was last updatedInteger
getWatchdoxId()
The group's WatchDox idvoid
setActiveDirectoryDomain(String activeDirectoryDomain)
The group's Active Directory domainvoid
setActiveDirectoryGroupGuid(String activeDirectoryGroupGuid)
The group's Active Directory GUIDvoid
setActiveDirectoryUUID(String activeDirectoryUUID)
The group's Active Directory UUIDvoid
setCreationDate(Date creationDate)
When the group was createdvoid
setDescription(String description)
The group's descriptionvoid
setDistinguishedName(String distinguishedName)
The group's distinguished namevoid
setLocation(String location)
The group's locationvoid
setName(String name)
The group's namevoid
setOrganizationRoles(Set<String> organizationRoles)
The group's organization rolesvoid
setUpdateDate(Date updateDate)
When the group was last updatedvoid
setWatchdoxId(Integer watchdoxId)
The group's WatchDox idMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
ActiveDirectoryGroupInfoJson
public ActiveDirectoryGroupInfoJson()
-
-
Method Details
-
getUpdateDate
When the group was last updated- Returns:
- When the group was last updated
-
setUpdateDate
When the group was last updated- Parameters:
updateDate
- When the group was last updated
-
getActiveDirectoryUUID
The group's Active Directory UUID- Returns:
- The group's Active Directory UUID
-
setActiveDirectoryUUID
The group's Active Directory UUID- Parameters:
activeDirectoryUUID
- The group's Active Directory UUID
-
getName
The group's name- Returns:
- The group's name
-
setName
The group's name- Parameters:
name
- The group's name
-
getDistinguishedName
The group's distinguished name- Returns:
- The group's distinguished name
-
setDistinguishedName
The group's distinguished name- Parameters:
distinguishedName
- The group's distinguished name
-
getWatchdoxId
The group's WatchDox id- Returns:
- The group's WatchDox id
-
setWatchdoxId
The group's WatchDox id- Parameters:
watchdoxId
- The group's WatchDox id
-
getDescription
The group's description- Returns:
- The group's description
-
setDescription
The group's description- Parameters:
description
- The group's description
-
getActiveDirectoryDomain
The group's Active Directory domain- Returns:
- The group's Active Directory domain
-
setActiveDirectoryDomain
The group's Active Directory domain- Parameters:
activeDirectoryDomain
- The group's Active Directory domain
-
getLocation
The group's location- Returns:
- The group's location
-
setLocation
The group's location- Parameters:
location
- The group's location
-
getCreationDate
When the group was created- Returns:
- When the group was created
-
setCreationDate
When the group was created- Parameters:
creationDate
- When the group was created
-
getActiveDirectoryGroupGuid
The group's Active Directory GUID- Returns:
- The group's Active Directory GUID
-
setActiveDirectoryGroupGuid
The group's Active Directory GUID- Parameters:
activeDirectoryGroupGuid
- The group's Active Directory GUID
-
getOrganizationRoles
The group's organization roles- Returns:
- The group's organization roles
-
setOrganizationRoles
The group's organization roles- Parameters:
organizationRoles
- The group's organization roles
-