Class OpenPlatformInitData

java.lang.Object
com.bytedesk.core.open_platform.OpenPlatformInitData

public class OpenPlatformInitData extends Object
  • Field Details

    • TECHNICAL_SUPPORT

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

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

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

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

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

    • OpenPlatformInitData

      public OpenPlatformInitData()
  • Method Details

    • isParentOpenPlatform

      public static boolean isParentOpenPlatform(String openPlatform)
      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

      public static String getParentOpenPlatform(String childOpenPlatform)
      Helper method to get parent openPlatform key for a child openPlatform
      Parameters:
      childOpenPlatform - The child openPlatform key
      Returns:
      The parent openPlatform key
    • getAllOpenPlatforms

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