public class CopyMembershipJson extends BaseJson
Constructor and Description |
---|
CopyMembershipJson() |
Modifier and Type | Method and Description |
---|---|
boolean |
getForceAction()
Deprecated.
|
List<String> |
getUsersFrom()
A list of users to copy their memberships
|
String |
getUserTo()
The user to add the memberships to
|
boolean |
isForceAction()
Flag indicating whether to continue copying after first failure
|
void |
setForceAction(boolean forceAction)
Flag indicating whether to continue copying after first failure
|
void |
setUsersFrom(List<String> usersFrom)
A list of users to copy their memberships
|
void |
setUserTo(String userTo)
The user to add the memberships to
|
getObjType, setObjType, toString
public List<String> getUsersFrom()
public void setUsersFrom(List<String> usersFrom)
usersFrom
- A list of users to copy their membershipspublic String getUserTo()
public void setUserTo(String userTo)
userTo
- The user to add the memberships topublic boolean isForceAction()
@Deprecated public boolean getForceAction()
public void setForceAction(boolean forceAction)
forceAction
- Flag indicating whether to continue copying after
first failureCopyright © 2019. All rights reserved.