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 Summary
Constructors Constructor Description ValidateUsersNotAdminsInWorkspacesResponseJson()
-
Method Summary
Modifier and Type Method Description Boolean
getAllowDeleteByMovePermissionsOnly()
True if deletions are only allowed by moving, false otherwisevoid
setAllowDeleteByMovePermissionsOnly(Boolean allowDeleteByMovePermissionsOnly)
True if deletions are only allowed by moving, false otherwiseMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
ValidateUsersNotAdminsInWorkspacesResponseJson
public ValidateUsersNotAdminsInWorkspacesResponseJson()
-
-
Method Details
-
getAllowDeleteByMovePermissionsOnly
True if deletions are only allowed by moving, false otherwise- Returns:
- True if deletions are only allowed by moving, false otherwise
-
setAllowDeleteByMovePermissionsOnly
True if deletions are only allowed by moving, false otherwise- Parameters:
allowDeleteByMovePermissionsOnly
- True if deletions are only allowed by moving, false otherwise
-