Uses of Interface
org.openapitools.client.ApiCallback
Packages that use ApiCallback
-
Uses of ApiCallback in org.openapitools.client
Methods in org.openapitools.client with parameters of type ApiCallbackModifier and TypeMethodDescriptionokhttp3.CallApiClient.buildCall(String baseUrl, String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String[] authNames, ApiCallback callback) Build HTTP call with the given options.okhttp3.RequestApiClient.buildRequest(String baseUrl, String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String[] authNames, ApiCallback callback) Build an HTTP request with the given options.<T> voidApiClient.executeAsync(okhttp3.Call call, Type returnType, ApiCallback<T> callback) Execute HTTP call asynchronously.<T> voidApiClient.executeAsync(okhttp3.Call call, ApiCallback<T> callback) Constructors in org.openapitools.client with parameters of type ApiCallbackModifierConstructorDescriptionProgressRequestBody(okhttp3.RequestBody requestBody, ApiCallback callback) ProgressResponseBody(okhttp3.ResponseBody responseBody, ApiCallback callback) -
Uses of ApiCallback in org.openapitools.client.api
Methods in org.openapitools.client.api with parameters of type ApiCallbackModifier and TypeMethodDescriptionokhttp3.CallScanCloudStorageApi.scanCloudStorageGetAsyncJobStatusAsync(String asyncJobID, ApiCallback<ScanCloudStorageJobStatusResult> _callback) Get the status and result of a Scan Cloud Storage Batch Job (asynchronously) Returns the result of the Async Job - possible states can be STARTED or COMPLETED.okhttp3.CallScanCloudStorageApi.scanCloudStorageGetAsyncJobStatusCall(String asyncJobID, ApiCallback _callback) Build call for scanCloudStorageGetAsyncJobStatusokhttp3.CallScanCloudStorageApi.scanCloudStorageScanAwsS3FileAdvancedAsync(String accessKey, String secretKey, String bucketRegion, String bucketName, String keyName, String roleArn, 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<CloudStorageAdvancedVirusScanResult> _callback) Advanced Scan an AWS S3 file for viruses (asynchronously) Advanced Scan the contents of a single AWS S3 file and its content for viruses and threats.okhttp3.CallScanCloudStorageApi.scanCloudStorageScanAwsS3FileAdvancedCall(String accessKey, String secretKey, String bucketRegion, String bucketName, String keyName, String roleArn, 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 _callback) Build call for scanCloudStorageScanAwsS3FileAdvancedokhttp3.CallScanCloudStorageApi.scanCloudStorageScanAwsS3FileAsync(String accessKey, String secretKey, String bucketRegion, String bucketName, String keyName, String roleArn, ApiCallback<CloudStorageVirusScanResult> _callback) Scan an AWS S3 file for viruses (asynchronously) Scan the contents of a single AWS S3 file and its content for viruses.okhttp3.CallScanCloudStorageApi.scanCloudStorageScanAwsS3FileCall(String accessKey, String secretKey, String bucketRegion, String bucketName, String keyName, String roleArn, ApiCallback _callback) Build call for scanCloudStorageScanAwsS3Fileokhttp3.CallScanCloudStorageApi.scanCloudStorageScanAzureBlobAdvancedAsync(String connectionString, String containerName, String blobPath, 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<CloudStorageAdvancedVirusScanResult> _callback) Advanced Scan an Azure Blob for viruses (asynchronously) Advanced Scan the contents of a single Azure Blob and its content for viruses and threats.okhttp3.CallScanCloudStorageApi.scanCloudStorageScanAzureBlobAdvancedBatchJobAsync(String connectionString, String containerName, String blobPath, 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<ScanCloudStorageBatchJobCreateResult> _callback) Advanced Scan an Azure Blob for viruses via a batch job (asynchronously) Via a batch job, advanced Scan the contents of a single Azure Blob and its content for viruses and threats, great for larger/longer processing jobs.okhttp3.CallScanCloudStorageApi.scanCloudStorageScanAzureBlobAdvancedBatchJobCall(String connectionString, String containerName, String blobPath, 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 _callback) Build call for scanCloudStorageScanAzureBlobAdvancedBatchJobokhttp3.CallScanCloudStorageApi.scanCloudStorageScanAzureBlobAdvancedCall(String connectionString, String containerName, String blobPath, 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 _callback) Build call for scanCloudStorageScanAzureBlobAdvancedokhttp3.CallScanCloudStorageApi.scanCloudStorageScanAzureBlobAsync(String connectionString, String containerName, String blobPath, ApiCallback<CloudStorageVirusScanResult> _callback) Scan an Azure Blob for viruses (asynchronously) Scan the contents of a single Azure Blob and its content for viruses.okhttp3.CallScanCloudStorageApi.scanCloudStorageScanAzureBlobCall(String connectionString, String containerName, String blobPath, ApiCallback _callback) Build call for scanCloudStorageScanAzureBlobokhttp3.CallScanCloudStorageApi.scanCloudStorageScanGcpStorageFileAdvancedAsync(String bucketName, String objectName, File jsonCredentialFile, 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<CloudStorageAdvancedVirusScanResult> _callback) Advanced Scan an Google Cloud Platform (GCP) Storage file for viruses (asynchronously) Advanced Scan the contents of a single Google Cloud Platform (GCP) Storage file and its content for viruses and threats.okhttp3.CallScanCloudStorageApi.scanCloudStorageScanGcpStorageFileAdvancedCall(String bucketName, String objectName, File jsonCredentialFile, 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 _callback) Build call for scanCloudStorageScanGcpStorageFileAdvancedokhttp3.CallScanCloudStorageApi.scanCloudStorageScanGcpStorageFileAsync(String bucketName, String objectName, File jsonCredentialFile, ApiCallback<CloudStorageVirusScanResult> _callback) Scan an Google Cloud Platform (GCP) Storage file for viruses (asynchronously) Scan the contents of a single Google Cloud Platform (GCP) Storage file and its content for viruses.okhttp3.CallScanCloudStorageApi.scanCloudStorageScanGcpStorageFileCall(String bucketName, String objectName, File jsonCredentialFile, ApiCallback _callback) Build call for scanCloudStorageScanGcpStorageFileokhttp3.CallScanCloudStorageApi.scanCloudStorageScanSharePointOnlineFileAdvancedAsync(String clientID, String clientSecret, String sharepointDomainName, String siteID, String tenantID, String filePath, String itemID, Boolean allowExecutables, Boolean allowInvalidFiles, Boolean allowScripts, Boolean allowPasswordProtectedFiles, Boolean allowMacros, Boolean allowXmlExternalEntities, Boolean allowInsecureDeserialization, Boolean allowHtml, Boolean allowUnsafeArchives, Boolean allowOleEmbeddedObject, Boolean allowUnwantedAction, String restrictFileTypes, ApiCallback<CloudStorageAdvancedVirusScanResult> _callback) Advanced Virus Scan a file in a SharePoint Online Site Drive (asynchronously) Advanced Virus Scan the contents of a single SharePoint Online Site Drive file and its content for viruses and threats.okhttp3.CallScanCloudStorageApi.scanCloudStorageScanSharePointOnlineFileAdvancedCall(String clientID, String clientSecret, String sharepointDomainName, String siteID, String tenantID, String filePath, String itemID, Boolean allowExecutables, Boolean allowInvalidFiles, Boolean allowScripts, Boolean allowPasswordProtectedFiles, Boolean allowMacros, Boolean allowXmlExternalEntities, Boolean allowInsecureDeserialization, Boolean allowHtml, Boolean allowUnsafeArchives, Boolean allowOleEmbeddedObject, Boolean allowUnwantedAction, String restrictFileTypes, ApiCallback _callback) Build call for scanCloudStorageScanSharePointOnlineFileAdvancedokhttp3.CallScanCloudStorageApi.scanCloudStorageScanSharePointOnlineFileAsync(String clientID, String clientSecret, String sharepointDomainName, String siteID, String filePath, String tenantID, String itemID, ApiCallback<CloudStorageVirusScanResult> _callback) Virus Scan a file in a SharePoint Online Site Drive (asynchronously) Virus Scan the contents of a single SharePoint Online Site Drive file and its content for viruses.okhttp3.CallScanCloudStorageApi.scanCloudStorageScanSharePointOnlineFileCall(String clientID, String clientSecret, String sharepointDomainName, String siteID, String filePath, String tenantID, String itemID, ApiCallback _callback) Build call for scanCloudStorageScanSharePointOnlineFileokhttp3.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.okhttp3.CallScanApi.scanFileAdvancedCall(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 _callback) Build call for scanFileAdvancedokhttp3.CallScanApi.scanFileAsync(File inputFile, ApiCallback<VirusScanResult> _callback) Scan a file for viruses (asynchronously) Scan files and content for viruses.okhttp3.CallScanApi.scanFileCall(File inputFile, ApiCallback _callback) Build call for scanFileokhttp3.CallScanApi.scanWebsiteAsync(WebsiteScanRequest input, ApiCallback<WebsiteScanResult> _callback) Scan a website for malicious content and threats (asynchronously) Operation includes scanning the content of the URL for various types of malicious content and threats, including viruses and threats (including Phishing).okhttp3.CallScanApi.scanWebsiteCall(WebsiteScanRequest input, ApiCallback _callback) Build call for scanWebsite