Class ChangeActiveDirectorySettingsStatusJson
- java.lang.Object
-
- com.blackberry.workspaces.sdk.api.json.BaseJson
-
- com.blackberry.workspaces.sdk.api.json.ChangeActiveDirectorySettingsStatusJson
-
- All Implemented Interfaces:
Serializable
public class ChangeActiveDirectorySettingsStatusJson extends BaseJson
Request to enable or disable Active Directory.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChangeActiveDirectorySettingsStatusJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getChangeStatus()
True will enable Active Directory, False will disableString
getSettingsUUID()
The settings UUIDvoid
setChangeStatus(Boolean changeStatus)
True will enable Active Directory, False will disablevoid
setSettingsUUID(String settingsUUID)
The settings UUID-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getSettingsUUID
public String getSettingsUUID()
The settings UUID- Returns:
- The settings UUID
-
setSettingsUUID
public void setSettingsUUID(String settingsUUID)
The settings UUID- Parameters:
settingsUUID
- The settings UUID
-
getChangeStatus
public Boolean getChangeStatus()
True will enable Active Directory, False will disable- Returns:
- True will enable Active Directory, False will disable
-
setChangeStatus
public void setChangeStatus(Boolean changeStatus)
True will enable Active Directory, False will disable- Parameters:
changeStatus
- True will enable Active Directory, False will disable
-
-