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 Details

  • Method Details

    • 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