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
All Methods Instance Methods Concrete Methods Deprecated Methods 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 to-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getUsersFrom
public List<String> getUsersFrom()
A list of users to copy their memberships- Returns:
- A list of users to copy their memberships
-
setUsersFrom
public void setUsersFrom(List<String> usersFrom)
A list of users to copy their memberships- Parameters:
usersFrom
- A list of users to copy their memberships
-
getUserTo
public String getUserTo()
The user to add the memberships to- Returns:
- The user to add the memberships to
-
setUserTo
public void setUserTo(String userTo)
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 public boolean 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
-
-