Package com.bytedesk.core.schedule
Class ScheduleInitData
java.lang.Object
com.bytedesk.core.schedule.ScheduleInitData
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String[]Complaint & Suggestion Schedules 投诉与建议标签static final String[]Consultation Schedules 咨询标签static final String[]Operation & Maintenance Schedules 运维标签static final String[]Service Request Schedules 服务请求标签static final String[]Technical Support Schedules 技术支持标签 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String[]Get all schedules as a single arraystatic StringgetParentSchedule(String childSchedule) Helper method to get parent schedule key for a child schedulestatic booleanisParentSchedule(String schedule) Helper method to determine if a schedule is a parent schedule
-
Field Details
-
TECHNICAL_SUPPORT
Technical Support Schedules 技术支持标签 -
SERVICE_REQUEST
Service Request Schedules 服务请求标签 -
CONSULTATION
Consultation Schedules 咨询标签 -
COMPLAINT_SUGGESTION
Complaint & Suggestion Schedules 投诉与建议标签 -
OPERATION_MAINTENANCE
Operation & Maintenance Schedules 运维标签
-
-
Constructor Details
-
ScheduleInitData
public ScheduleInitData()
-
-
Method Details
-
isParentSchedule
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
Helper method to get parent schedule key for a child schedule- Parameters:
childSchedule- The child schedule key- Returns:
- The parent schedule key
-
getAllSchedules
Get all schedules as a single array- Returns:
- Array containing all schedules
-