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 Details

  • Method Details

    • 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