Class ValidateUsersNotAdminsInWorkspacesResponseJson

java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.ValidateUsersNotAdminsInWorkspacesResponseJson
All Implemented Interfaces:
Serializable

public class ValidateUsersNotAdminsInWorkspacesResponseJson
extends BaseJson
Response to validating non-admin users in a workspace
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • getAllowDeleteByMovePermissionsOnly

      public Boolean getAllowDeleteByMovePermissionsOnly()
      True if deletions are only allowed by moving, false otherwise
      Returns:
      True if deletions are only allowed by moving, false otherwise
    • setAllowDeleteByMovePermissionsOnly

      public void setAllowDeleteByMovePermissionsOnly​(Boolean allowDeleteByMovePermissionsOnly)
      True if deletions are only allowed by moving, false otherwise
      Parameters:
      allowDeleteByMovePermissionsOnly - True if deletions are only allowed by moving, false otherwise