Class CopyMembershipJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.CopyMembershipJson
- All Implemented Interfaces:
Serializable
public class CopyMembershipJson extends BaseJson
List users when copying membership.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CopyMembershipJson()
-
Method Summary
Modifier and Type Method Description boolean
getForceAction()
Deprecated.List<String>
getUsersFrom()
A list of users to copy their membershipsString
getUserTo()
The user to add the memberships toboolean
isForceAction()
Flag indicating whether to continue copying after first failurevoid
setForceAction(boolean forceAction)
Flag indicating whether to continue copying after first failurevoid
setUsersFrom(List<String> usersFrom)
A list of users to copy their membershipsvoid
setUserTo(String userTo)
The user to add the memberships toMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
CopyMembershipJson
public CopyMembershipJson()
-
-
Method Details
-
getUsersFrom
A list of users to copy their memberships- Returns:
- A list of users to copy their memberships
-
setUsersFrom
A list of users to copy their memberships- Parameters:
usersFrom
- A list of users to copy their memberships
-
getUserTo
The user to add the memberships to- Returns:
- The user to add the memberships to
-
setUserTo
The user to add the memberships to- Parameters:
userTo
- The user to add the memberships to
-
isForceAction
public boolean isForceAction()Flag indicating whether to continue copying after first failure- Returns:
- Flag indicating whether to continue copying after first failure
-
getForceAction
Deprecated.Flag indicating whether to continue copying after first failure- Returns:
- Flag indicating whether to continue copying after first failure
-
setForceAction
public void setForceAction(boolean forceAction)Flag indicating whether to continue copying after first failure- Parameters:
forceAction
- Flag indicating whether to continue copying after first failure
-