Class ScheduleInitData

java.lang.Object
com.bytedesk.core.schedule.ScheduleInitData

public class ScheduleInitData extends Object
  • Field Details

    • TECHNICAL_SUPPORT

      public static final String[] TECHNICAL_SUPPORT
      Technical Support Schedules 技术支持标签
    • SERVICE_REQUEST

      public static final String[] SERVICE_REQUEST
      Service Request Schedules 服务请求标签
    • CONSULTATION

      public static final String[] CONSULTATION
      Consultation Schedules 咨询标签
    • COMPLAINT_SUGGESTION

      public static final String[] COMPLAINT_SUGGESTION
      Complaint & Suggestion Schedules 投诉与建议标签
    • OPERATION_MAINTENANCE

      public static final String[] OPERATION_MAINTENANCE
      Operation & Maintenance Schedules 运维标签
  • Constructor Details

    • ScheduleInitData

      public ScheduleInitData()
  • Method Details

    • isParentSchedule

      public static boolean isParentSchedule(String schedule)
      Helper method to determine if a schedule is a parent schedule
      Parameters:
      schedule - The schedule key to check
      Returns:
      true if it's a parent schedule
    • getParentSchedule

      public static String getParentSchedule(String childSchedule)
      Helper method to get parent schedule key for a child schedule
      Parameters:
      childSchedule - The child schedule key
      Returns:
      The parent schedule key
    • getAllSchedules

      public static String[] getAllSchedules()
      Get all schedules as a single array
      Returns:
      Array containing all schedules