Package us.zoom.sdk

Enum BOControllerError

    • Enum Constant Detail

      • BOControllerError_NULL_POINTER

        public static final BOControllerError BOControllerError_NULL_POINTER
      • BOControllerError_WRONG_CURRENT_STATUS

        public static final BOControllerError BOControllerError_WRONG_CURRENT_STATUS
      • BOControllerError_TOKEN_NOT_READY

        public static final BOControllerError BOControllerError_TOKEN_NOT_READY
      • BOControllerError_NO_PRIVILEGE

        public static final BOControllerError BOControllerError_NO_PRIVILEGE
      • BOControllerError_BO_LIST_IS_UPLOADING

        public static final BOControllerError BOControllerError_BO_LIST_IS_UPLOADING
      • BOControllerError_UPLOAD_FAIL

        public static final BOControllerError BOControllerError_UPLOAD_FAIL
      • BOControllerError_NO_ONE_HAS_BEEN_ASSIGNED

        public static final BOControllerError BOControllerError_NO_ONE_HAS_BEEN_ASSIGNED
      • BOControllerError_UNKNOWN

        public static final BOControllerError BOControllerError_UNKNOWN
    • Method Detail

      • values

        public static BOControllerError[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (BOControllerError c : BOControllerError.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static BOControllerError valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null