Class BulkKeysRepairRequest


  • public class BulkKeysRepairRequest
    extends Object
    • Constructor Detail

      • BulkKeysRepairRequest

        public BulkKeysRepairRequest​(String search,
                                     boolean skipLinked,
                                     boolean skipPlan,
                                     boolean skipProject,
                                     List<String> selectedProjects,
                                     List<String> selectedPlans)
    • Method Detail

      • getSearch

        public String getSearch()
      • isSkipLinked

        public boolean isSkipLinked()
      • isSkipPlan

        public boolean isSkipPlan()
      • isSkipProject

        public boolean isSkipProject()
      • getSelectedProjects

        public List<String> getSelectedProjects()
      • getSelectedPlans

        public List<String> getSelectedPlans()