public class RemoveUsersJson extends BaseJson
Constructor and Description |
---|
RemoveUsersJson() |
Modifier and Type | Method and Description |
---|---|
boolean |
getForceAction()
Deprecated.
|
String |
getTargetUser()
The user to transfer the deleted users rights and files to if given,
otherwise files will be deleted.
|
List<String> |
getUsers()
List of users to remove
|
Set<String> |
getUserUuids()
An alternative key field for deleting users
|
boolean |
isForceAction()
If to continue removing after first failure
|
void |
setForceAction(boolean forceAction)
If to continue removing after first failure
|
void |
setTargetUser(String targetUser)
The user to transfer the deleted users rights and files to if given,
otherwise files will be deleted.
|
void |
setUsers(List<String> users)
List of users to remove
|
void |
setUserUuids(Set<String> userUuids)
An alternative key field for deleting users
|
getObjType, setObjType, toString
public String getTargetUser()
public void setTargetUser(String targetUser)
targetUser
- The user to transfer the deleted users rights and
files to if given, otherwise files will be deleted. This will move all
files in workspaces and exchanges to be owned by this user, and will
also copy all the groups and distribution lists memberships from the
deleted users to this user.public Set<String> getUserUuids()
public void setUserUuids(Set<String> userUuids)
userUuids
- An alternative key field for deleting userspublic void setUsers(List<String> users)
users
- List of users to removepublic boolean isForceAction()
@Deprecated public boolean getForceAction()
public void setForceAction(boolean forceAction)
forceAction
- If to continue removing after first failureCopyright © 2019. All rights reserved.