Package com.bytedesk.core.open_platform
Class OpenPlatformInitData
java.lang.Object
com.bytedesk.core.open_platform.OpenPlatformInitData
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String[]Complaint & Suggestion OpenPlatforms 投诉与建议标签static final String[]Consultation OpenPlatforms 咨询标签static final String[]Operation & Maintenance OpenPlatforms 运维标签static final String[]Service Request OpenPlatforms 服务请求标签static final String[]Technical Support OpenPlatforms 技术支持标签 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String[]Get all openPlatforms as a single arraystatic StringgetParentOpenPlatform(String childOpenPlatform) Helper method to get parent openPlatform key for a child openPlatformstatic booleanisParentOpenPlatform(String openPlatform) Helper method to determine if a openPlatform is a parent openPlatform
-
Field Details
-
TECHNICAL_SUPPORT
Technical Support OpenPlatforms 技术支持标签 -
SERVICE_REQUEST
Service Request OpenPlatforms 服务请求标签 -
CONSULTATION
Consultation OpenPlatforms 咨询标签 -
COMPLAINT_SUGGESTION
Complaint & Suggestion OpenPlatforms 投诉与建议标签 -
OPERATION_MAINTENANCE
Operation & Maintenance OpenPlatforms 运维标签
-
-
Constructor Details
-
OpenPlatformInitData
public OpenPlatformInitData()
-
-
Method Details
-
isParentOpenPlatform
Helper method to determine if a openPlatform is a parent openPlatform- Parameters:
openPlatform- The openPlatform key to check- Returns:
- true if it's a parent openPlatform
-
getParentOpenPlatform
Helper method to get parent openPlatform key for a child openPlatform- Parameters:
childOpenPlatform- The child openPlatform key- Returns:
- The parent openPlatform key
-
getAllOpenPlatforms
Get all openPlatforms as a single array- Returns:
- Array containing all openPlatforms
-