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
All Methods Instance Methods Concrete Methods 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 id-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getUpdateDate
public Date getUpdateDate()
When the group was last updated- Returns:
- When the group was last updated
-
setUpdateDate
public void setUpdateDate(Date updateDate)
When the group was last updated- Parameters:
updateDate
- When the group was last updated
-
getActiveDirectoryUUID
public String getActiveDirectoryUUID()
The group's Active Directory UUID- Returns:
- The group's Active Directory UUID
-
setActiveDirectoryUUID
public void setActiveDirectoryUUID(String activeDirectoryUUID)
The group's Active Directory UUID- Parameters:
activeDirectoryUUID
- The group's Active Directory UUID
-
getName
public String getName()
The group's name- Returns:
- The group's name
-
setName
public void setName(String name)
The group's name- Parameters:
name
- The group's name
-
getDistinguishedName
public String getDistinguishedName()
The group's distinguished name- Returns:
- The group's distinguished name
-
setDistinguishedName
public void setDistinguishedName(String distinguishedName)
The group's distinguished name- Parameters:
distinguishedName
- The group's distinguished name
-
getWatchdoxId
public Integer getWatchdoxId()
The group's WatchDox id- Returns:
- The group's WatchDox id
-
setWatchdoxId
public void setWatchdoxId(Integer watchdoxId)
The group's WatchDox id- Parameters:
watchdoxId
- The group's WatchDox id
-
getActiveDirectoryDomain
public String getActiveDirectoryDomain()
The group's Active Directory domain- Returns:
- The group's Active Directory domain
-
setActiveDirectoryDomain
public void setActiveDirectoryDomain(String activeDirectoryDomain)
The group's Active Directory domain- Parameters:
activeDirectoryDomain
- The group's Active Directory domain
-
getDescription
public String getDescription()
The group's description- Returns:
- The group's description
-
setDescription
public void setDescription(String description)
The group's description- Parameters:
description
- The group's description
-
getLocation
public String getLocation()
The group's location- Returns:
- The group's location
-
setLocation
public void setLocation(String location)
The group's location- Parameters:
location
- The group's location
-
getCreationDate
public Date getCreationDate()
When the group was created- Returns:
- When the group was created
-
setCreationDate
public void setCreationDate(Date creationDate)
When the group was created- Parameters:
creationDate
- When the group was created
-
getOrganizationRoles
public Set<String> getOrganizationRoles()
The group's organization roles- Returns:
- The group's organization roles
-
setOrganizationRoles
public void setOrganizationRoles(Set<String> organizationRoles)
The group's organization roles- Parameters:
organizationRoles
- The group's organization roles
-
getActiveDirectoryGroupGuid
public String getActiveDirectoryGroupGuid()
The group's Active Directory GUID- Returns:
- The group's Active Directory GUID
-
setActiveDirectoryGroupGuid
public void setActiveDirectoryGroupGuid(String activeDirectoryGroupGuid)
The group's Active Directory GUID- Parameters:
activeDirectoryGroupGuid
- The group's Active Directory GUID
-
-