Uses of Class
org.openapitools.client.model.VirusScanAdvancedResult
Packages that use VirusScanAdvancedResult
-
Uses of VirusScanAdvancedResult in org.openapitools.client.api
Methods in org.openapitools.client.api that return VirusScanAdvancedResultModifier and TypeMethodDescriptionScanApi.scanFileAdvanced(File inputFile, String fileName, Boolean allowExecutables, Boolean allowInvalidFiles, Boolean allowScripts, Boolean allowPasswordProtectedFiles, Boolean allowMacros, Boolean allowXmlExternalEntities, Boolean allowInsecureDeserialization, Boolean allowHtml, Boolean allowUnsafeArchives, Boolean allowOleEmbeddedObject, Boolean allowUnwantedAction, String options, String restrictFileTypes) Advanced Scan a file for viruses Advanced Scan files with 360-degree Content Protection across Viruses and Malware, executables, invalid files, scripts, and even restrictions on accepted file types with complete content verification.Methods in org.openapitools.client.api that return types with arguments of type VirusScanAdvancedResultModifier and TypeMethodDescriptionScanApi.scanFileAdvancedWithHttpInfo(File inputFile, String fileName, Boolean allowExecutables, Boolean allowInvalidFiles, Boolean allowScripts, Boolean allowPasswordProtectedFiles, Boolean allowMacros, Boolean allowXmlExternalEntities, Boolean allowInsecureDeserialization, Boolean allowHtml, Boolean allowUnsafeArchives, Boolean allowOleEmbeddedObject, Boolean allowUnwantedAction, String options, String restrictFileTypes) Advanced Scan a file for viruses Advanced Scan files with 360-degree Content Protection across Viruses and Malware, executables, invalid files, scripts, and even restrictions on accepted file types with complete content verification.Method parameters in org.openapitools.client.api with type arguments of type VirusScanAdvancedResultModifier and TypeMethodDescriptionokhttp3.CallScanApi.scanFileAdvancedAsync(File inputFile, String fileName, Boolean allowExecutables, Boolean allowInvalidFiles, Boolean allowScripts, Boolean allowPasswordProtectedFiles, Boolean allowMacros, Boolean allowXmlExternalEntities, Boolean allowInsecureDeserialization, Boolean allowHtml, Boolean allowUnsafeArchives, Boolean allowOleEmbeddedObject, Boolean allowUnwantedAction, String options, String restrictFileTypes, ApiCallback<VirusScanAdvancedResult> _callback) Advanced Scan a file for viruses (asynchronously) Advanced Scan files with 360-degree Content Protection across Viruses and Malware, executables, invalid files, scripts, and even restrictions on accepted file types with complete content verification. -
Uses of VirusScanAdvancedResult in org.openapitools.client.model
Methods in org.openapitools.client.model that return VirusScanAdvancedResultModifier and TypeMethodDescriptionVirusScanAdvancedResult.addFoundVirusesItem(VirusFound foundVirusesItem) VirusScanAdvancedResult.cleanResult(Boolean cleanResult) VirusScanAdvancedResult.containsExecutable(Boolean containsExecutable) VirusScanAdvancedResult.containsHtml(Boolean containsHtml) VirusScanAdvancedResult.containsInsecureDeserialization(Boolean containsInsecureDeserialization) VirusScanAdvancedResult.containsInvalidFile(Boolean containsInvalidFile) VirusScanAdvancedResult.containsMacros(Boolean containsMacros) VirusScanAdvancedResult.containsOleEmbeddedObject(Boolean containsOleEmbeddedObject) VirusScanAdvancedResult.containsPasswordProtectedFile(Boolean containsPasswordProtectedFile) VirusScanAdvancedResult.containsRestrictedFileFormat(Boolean containsRestrictedFileFormat) VirusScanAdvancedResult.containsScript(Boolean containsScript) VirusScanAdvancedResult.containsUnsafeArchive(Boolean containsUnsafeArchive) VirusScanAdvancedResult.containsUnwantedAction(Boolean containsUnwantedAction) VirusScanAdvancedResult.containsXmlExternalEntities(Boolean containsXmlExternalEntities) VirusScanAdvancedResult.contentInformation(AdditionalAdvancedScanInformation contentInformation) VirusScanAdvancedResult.foundViruses(List<VirusFound> foundViruses) static VirusScanAdvancedResultCreate an instance of VirusScanAdvancedResult given an JSON stringVirusScanAdvancedResult.verifiedFileFormat(String verifiedFileFormat)