Class ValidateUsersNotAdminsInWorkspacesResponseJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.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
All Methods Instance Methods Concrete Methods 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 otherwise-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
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
-
-