Package com.bytedesk.kbase.note
Class NoteInitData
java.lang.Object
com.bytedesk.kbase.note.NoteInitData
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String[]Complaint & Suggestion Notes 投诉与建议标签static final String[]Consultation Notes 咨询标签static final String[]Operation & Maintenance Notes 运维标签static final String[]Service Request Notes 服务请求标签static final String[]Technical Support Notes 技术支持标签 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String[]Get all notes as a single arraystatic StringgetParentNote(String childNote) Helper method to get parent note key for a child notestatic booleanisParentNote(String note) Helper method to determine if a note is a parent note
-
Field Details
-
TECHNICAL_SUPPORT
Technical Support Notes 技术支持标签 -
SERVICE_REQUEST
Service Request Notes 服务请求标签 -
CONSULTATION
Consultation Notes 咨询标签 -
COMPLAINT_SUGGESTION
Complaint & Suggestion Notes 投诉与建议标签 -
OPERATION_MAINTENANCE
Operation & Maintenance Notes 运维标签
-
-
Constructor Details
-
NoteInitData
public NoteInitData()
-
-
Method Details
-
isParentNote
Helper method to determine if a note is a parent note- Parameters:
note- The note key to check- Returns:
- true if it's a parent note
-
getParentNote
Helper method to get parent note key for a child note- Parameters:
childNote- The child note key- Returns:
- The parent note key
-
getAllNotes
Get all notes as a single array- Returns:
- Array containing all notes
-