Class ImportDiagnostic

java.lang.Object
com.appiancorp.suiteapi.type.config.ImportDiagnostic
Direct Known Subclasses:
ExceptionImportDiagnostic, ValidationImportDiagnostic

public abstract class ImportDiagnostic extends Object
Import diagnostics are generated during the import of data types to provide details on any issues or problems that are encountered during the import.
  • Constructor Details

    • ImportDiagnostic

      protected ImportDiagnostic(ImportDiagnosticSeverity severity)
      Creates an instance with the given severity.
      Parameters:
      severity - the severity associated with the diagnostic
  • Method Details