public class BoxUserDeleteRequestObject extends BoxSimpleUserRequestObject
| Constructor and Description |
|---|
BoxUserDeleteRequestObject() |
| Modifier and Type | Method and Description |
|---|---|
static BoxUserDeleteRequestObject |
deleteEnterpriseUserRequestObject(boolean notify,
boolean force)
Request entity to delete an enterprise user.
|
BoxUserDeleteRequestObject |
setForceDelete(boolean force)
Set whether or not the user should be deleted even if this user still own
files.
|
moveFolderToAnotherUserRequestEntity, setNotifyUsergetFromEntity, getJSONEntity, getRequestExtras, put, setPagepublic static BoxUserDeleteRequestObject deleteEnterpriseUserRequestObject(boolean notify, boolean force)
notify - whether to notify user if user is rolled out of enterpriseforce - whether or not the user should be deleted even if this user
still own filespublic BoxUserDeleteRequestObject setForceDelete(boolean force)
force - whether or not the user should be deleted even if this user
still own files