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
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 UUIDMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
ChangeActiveDirectorySettingsStatusJson
public ChangeActiveDirectorySettingsStatusJson()
-
-
Method Details
-
getSettingsUUID
The settings UUID- Returns:
- The settings UUID
-
setSettingsUUID
The settings UUID- Parameters:
settingsUUID
- The settings UUID
-
getChangeStatus
True will enable Active Directory, False will disable- Returns:
- True will enable Active Directory, False will disable
-
setChangeStatus
True will enable Active Directory, False will disable- Parameters:
changeStatus
- True will enable Active Directory, False will disable
-