Class ValidateUsersNotAdminsInWorkspacesResponseJson

  • All Implemented Interfaces:
    Serializable

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

      • ValidateUsersNotAdminsInWorkspacesResponseJson

        public ValidateUsersNotAdminsInWorkspacesResponseJson()
    • 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