Class CopyMembershipJson

    • Constructor Detail

      • CopyMembershipJson

        public CopyMembershipJson()
    • 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