Index

A B C D E F G H I J L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractOpenApiSchema - Class in org.openapitools.client.model
Abstract class for oneOf,anyOf schemas defined in OpenAPI spec
AbstractOpenApiSchema(String, Boolean) - Constructor for class org.openapitools.client.model.AbstractOpenApiSchema
 
Adapter() - Constructor for class org.openapitools.client.model.WebsiteScanResult.WebsiteThreatTypeEnum.Adapter
 
addDefaultCookie(String, String) - Method in class org.openapitools.client.ApiClient
Add a default cookie.
addDefaultHeader(String, String) - Method in class org.openapitools.client.ApiClient
Add a default header.
addFoundVirusesItem(CloudStorageVirusFound) - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
addFoundVirusesItem(CloudStorageVirusFound) - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
 
addFoundVirusesItem(VirusFound) - Method in class org.openapitools.client.model.VirusScanAdvancedResult
 
addFoundVirusesItem(VirusFound) - Method in class org.openapitools.client.model.VirusScanResult
 
addFoundVirusesItem(VirusFound) - Method in class org.openapitools.client.model.WebsiteScanResult
 
AdditionalAdvancedScanInformation - Class in org.openapitools.client.model
Additional non-threat content verification information
AdditionalAdvancedScanInformation() - Constructor for class org.openapitools.client.model.AdditionalAdvancedScanInformation
 
AdditionalAdvancedScanInformation.CustomTypeAdapterFactory - Class in org.openapitools.client.model
 
ApiCallback<T> - Interface in org.openapitools.client
Callback for asynchronous API call.
ApiClient - Class in org.openapitools.client
ApiClient class.
ApiClient() - Constructor for class org.openapitools.client.ApiClient
Basic constructor for ApiClient
ApiClient(OkHttpClient) - Constructor for class org.openapitools.client.ApiClient
Basic constructor with custom OkHttpClient
ApiException - Exception in org.openapitools.client
ApiException class.
ApiException() - Constructor for exception org.openapitools.client.ApiException
Constructor for ApiException.
ApiException(int, String) - Constructor for exception org.openapitools.client.ApiException
Constructor for ApiException.
ApiException(int, String, Map<String, List<String>>, String) - Constructor for exception org.openapitools.client.ApiException
Constructor for ApiException.
ApiException(int, Map<String, List<String>>, String) - Constructor for exception org.openapitools.client.ApiException
Constructor for ApiException.
ApiException(String) - Constructor for exception org.openapitools.client.ApiException
Constructor for ApiException.
ApiException(String, int, Map<String, List<String>>, String) - Constructor for exception org.openapitools.client.ApiException
Constructor for ApiException.
ApiException(String, Throwable, int, Map<String, List<String>>) - Constructor for exception org.openapitools.client.ApiException
Constructor for ApiException.
ApiException(String, Throwable, int, Map<String, List<String>>, String) - Constructor for exception org.openapitools.client.ApiException
Constructor for ApiException.
ApiException(Throwable) - Constructor for exception org.openapitools.client.ApiException
Constructor for ApiException.
ApiKeyAuth - Class in org.openapitools.client.auth
 
ApiKeyAuth(String, String) - Constructor for class org.openapitools.client.auth.ApiKeyAuth
 
ApiResponse<T> - Class in org.openapitools.client
API response returned by API call.
ApiResponse(int, Map<String, List<String>>) - Constructor for class org.openapitools.client.ApiResponse
Constructor for ApiResponse.
ApiResponse(int, Map<String, List<String>>, T) - Constructor for class org.openapitools.client.ApiResponse
Constructor for ApiResponse.
applyToParams(List<Pair>, Map<String, String>, Map<String, String>, String, String, URI) - Method in class org.openapitools.client.auth.ApiKeyAuth
 
applyToParams(List<Pair>, Map<String, String>, Map<String, String>, String, String, URI) - Method in interface org.openapitools.client.auth.Authentication
Apply authentication settings to header and query params.
applyToParams(List<Pair>, Map<String, String>, Map<String, String>, String, String, URI) - Method in class org.openapitools.client.auth.HttpBasicAuth
 
applyToParams(List<Pair>, Map<String, String>, Map<String, String>, String, String, URI) - Method in class org.openapitools.client.auth.HttpBearerAuth
 
asyncJobID(String) - Method in class org.openapitools.client.model.ScanCloudStorageBatchJobCreateResult
 
asyncJobID(String) - Method in class org.openapitools.client.model.ScanCloudStorageJobStatusResult
 
asyncJobStatus(String) - Method in class org.openapitools.client.model.ScanCloudStorageJobStatusResult
 
Authentication - Interface in org.openapitools.client.auth
 

B

buildCall(String, String, String, List<Pair>, List<Pair>, Object, Map<String, String>, Map<String, String>, Map<String, Object>, String[], ApiCallback) - Method in class org.openapitools.client.ApiClient
Build HTTP call with the given options.
buildRequest(String, String, String, List<Pair>, List<Pair>, Object, Map<String, String>, Map<String, String>, Map<String, Object>, String[], ApiCallback) - Method in class org.openapitools.client.ApiClient
Build an HTTP request with the given options.
buildRequestBodyFormEncoding(Map<String, Object>) - Method in class org.openapitools.client.ApiClient
Build a form-encoding request body with the given form parameters.
buildRequestBodyMultipart(Map<String, Object>) - Method in class org.openapitools.client.ApiClient
Build a multipart (file uploading) request body with the given form parameters, which could contain text fields and file fields.
buildUrl(String, String, List<Pair>, List<Pair>) - Method in class org.openapitools.client.ApiClient
Build full URL by concatenating base path, the given sub path and query parameters.
ByteArrayAdapter() - Constructor for class org.openapitools.client.JSON.ByteArrayAdapter
 

C

cleanResult(Boolean) - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
cleanResult(Boolean) - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
 
cleanResult(Boolean) - Method in class org.openapitools.client.model.VirusScanAdvancedResult
 
cleanResult(Boolean) - Method in class org.openapitools.client.model.VirusScanResult
 
cleanResult(Boolean) - Method in class org.openapitools.client.model.WebsiteScanResult
 
CloudStorageAdvancedVirusScanResult - Class in org.openapitools.client.model
Result of running an advanced virus scan on cloud storage
CloudStorageAdvancedVirusScanResult() - Constructor for class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
CloudStorageAdvancedVirusScanResult.CustomTypeAdapterFactory - Class in org.openapitools.client.model
 
CloudStorageVirusFound - Class in org.openapitools.client.model
Virus positively identified
CloudStorageVirusFound() - Constructor for class org.openapitools.client.model.CloudStorageVirusFound
 
CloudStorageVirusFound.CustomTypeAdapterFactory - Class in org.openapitools.client.model
 
CloudStorageVirusScanResult - Class in org.openapitools.client.model
Result of running a virus scan on cloud storage
CloudStorageVirusScanResult() - Constructor for class org.openapitools.client.model.CloudStorageVirusScanResult
 
CloudStorageVirusScanResult.CustomTypeAdapterFactory - Class in org.openapitools.client.model
 
collectionPathParameterToString(String, Collection) - Method in class org.openapitools.client.ApiClient
Formats the specified collection path parameter to a string value.
Configuration - Class in org.openapitools.client
 
Configuration() - Constructor for class org.openapitools.client.Configuration
 
containsContentModerationRejection(Boolean) - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
 
containsExecutable(Boolean) - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
containsExecutable(Boolean) - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
 
containsExecutable(Boolean) - Method in class org.openapitools.client.model.VirusScanAdvancedResult
 
containsHtml(Boolean) - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
containsHtml(Boolean) - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
 
containsHtml(Boolean) - Method in class org.openapitools.client.model.VirusScanAdvancedResult
 
containsIgnoreCase(String[], String) - Static method in class org.openapitools.client.StringUtil
Check if the given array contains the given value (with case-insensitive comparison).
containsImage(Boolean) - Method in class org.openapitools.client.model.AdditionalAdvancedScanInformation
 
containsInsecureDeserialization(Boolean) - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
containsInsecureDeserialization(Boolean) - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
 
containsInsecureDeserialization(Boolean) - Method in class org.openapitools.client.model.VirusScanAdvancedResult
 
containsInvalidFile(Boolean) - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
containsInvalidFile(Boolean) - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
 
containsInvalidFile(Boolean) - Method in class org.openapitools.client.model.VirusScanAdvancedResult
 
containsJSON(Boolean) - Method in class org.openapitools.client.model.AdditionalAdvancedScanInformation
 
containsMacros(Boolean) - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
containsMacros(Boolean) - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
 
containsMacros(Boolean) - Method in class org.openapitools.client.model.VirusScanAdvancedResult
 
containsOleEmbeddedObject(Boolean) - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
containsOleEmbeddedObject(Boolean) - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
 
containsOleEmbeddedObject(Boolean) - Method in class org.openapitools.client.model.VirusScanAdvancedResult
 
containsPasswordProtectedFile(Boolean) - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
containsPasswordProtectedFile(Boolean) - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
 
containsPasswordProtectedFile(Boolean) - Method in class org.openapitools.client.model.VirusScanAdvancedResult
 
containsRestrictedFileFormat(Boolean) - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
containsRestrictedFileFormat(Boolean) - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
 
containsRestrictedFileFormat(Boolean) - Method in class org.openapitools.client.model.VirusScanAdvancedResult
 
containsScript(Boolean) - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
containsScript(Boolean) - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
 
containsScript(Boolean) - Method in class org.openapitools.client.model.VirusScanAdvancedResult
 
containsUnsafeArchive(Boolean) - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
containsUnsafeArchive(Boolean) - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
 
containsUnsafeArchive(Boolean) - Method in class org.openapitools.client.model.VirusScanAdvancedResult
 
containsUnwantedAction(Boolean) - Method in class org.openapitools.client.model.VirusScanAdvancedResult
 
containsXML(Boolean) - Method in class org.openapitools.client.model.AdditionalAdvancedScanInformation
 
containsXmlExternalEntities(Boolean) - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
containsXmlExternalEntities(Boolean) - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
 
containsXmlExternalEntities(Boolean) - Method in class org.openapitools.client.model.VirusScanAdvancedResult
 
contentInformation(AdditionalAdvancedScanInformation) - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
contentInformation(AdditionalAdvancedScanInformation) - Method in class org.openapitools.client.model.VirusScanAdvancedResult
 
contentLength() - Method in class org.openapitools.client.ProgressRequestBody
 
contentLength() - Method in class org.openapitools.client.ProgressResponseBody
 
contentType() - Method in class org.openapitools.client.ProgressRequestBody
 
contentType() - Method in class org.openapitools.client.ProgressResponseBody
 
create(Gson, TypeToken<T>) - Method in class org.openapitools.client.model.AdditionalAdvancedScanInformation.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class org.openapitools.client.model.CloudStorageVirusFound.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class org.openapitools.client.model.CloudStorageVirusScanResult.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class org.openapitools.client.model.ScanCloudStorageBatchJobCreateResult.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class org.openapitools.client.model.ScanCloudStorageJobStatusResult.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class org.openapitools.client.model.VirusFound.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class org.openapitools.client.model.VirusScanAdvancedResult.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class org.openapitools.client.model.VirusScanResult.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class org.openapitools.client.model.WebsiteScanRequest.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class org.openapitools.client.model.WebsiteScanResult.CustomTypeAdapterFactory
 
createGson() - Static method in class org.openapitools.client.JSON
 
CustomTypeAdapterFactory() - Constructor for class org.openapitools.client.model.AdditionalAdvancedScanInformation.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class org.openapitools.client.model.CloudStorageVirusFound.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class org.openapitools.client.model.CloudStorageVirusScanResult.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class org.openapitools.client.model.ScanCloudStorageBatchJobCreateResult.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class org.openapitools.client.model.ScanCloudStorageJobStatusResult.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class org.openapitools.client.model.VirusFound.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class org.openapitools.client.model.VirusScanAdvancedResult.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class org.openapitools.client.model.VirusScanResult.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class org.openapitools.client.model.WebsiteScanRequest.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class org.openapitools.client.model.WebsiteScanResult.CustomTypeAdapterFactory
 

D

DateTypeAdapter() - Constructor for class org.openapitools.client.JSON.DateTypeAdapter
 
DateTypeAdapter(DateFormat) - Constructor for class org.openapitools.client.JSON.DateTypeAdapter
 
defaultValue - Variable in class org.openapitools.client.ServerVariable
 
description - Variable in class org.openapitools.client.ServerConfiguration
 
description - Variable in class org.openapitools.client.ServerVariable
 
deserialize(String, Type) - Static method in class org.openapitools.client.JSON
Deserialize the given JSON string to Java object.
deserialize(Response, Type) - Method in class org.openapitools.client.ApiClient
Deserialize response body to Java object, according to the return type and the Content-Type response header.
downloadFileFromResponse(Response) - Method in class org.openapitools.client.ApiClient
Download file from the given response.

E

enumValues - Variable in class org.openapitools.client.ServerVariable
 
equals(Object) - Method in class org.openapitools.client.model.AbstractOpenApiSchema
 
equals(Object) - Method in class org.openapitools.client.model.AdditionalAdvancedScanInformation
 
equals(Object) - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
equals(Object) - Method in class org.openapitools.client.model.CloudStorageVirusFound
 
equals(Object) - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
 
equals(Object) - Method in class org.openapitools.client.model.ScanCloudStorageBatchJobCreateResult
 
equals(Object) - Method in class org.openapitools.client.model.ScanCloudStorageJobStatusResult
 
equals(Object) - Method in class org.openapitools.client.model.VirusFound
 
equals(Object) - Method in class org.openapitools.client.model.VirusScanAdvancedResult
 
equals(Object) - Method in class org.openapitools.client.model.VirusScanResult
 
equals(Object) - Method in class org.openapitools.client.model.WebsiteScanRequest
 
equals(Object) - Method in class org.openapitools.client.model.WebsiteScanResult
 
errorDetailedDescription(String) - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
errorDetailedDescription(String) - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
 
errorMessage(String) - Method in class org.openapitools.client.model.ScanCloudStorageJobStatusResult
 
escapeString(String) - Method in class org.openapitools.client.ApiClient
Escape the given string to be used as URL query value.
execute(Call) - Method in class org.openapitools.client.ApiClient
execute(Call, Type) - Method in class org.openapitools.client.ApiClient
Execute HTTP call and deserialize the HTTP response body into the given return type.
executeAsync(Call, Type, ApiCallback<T>) - Method in class org.openapitools.client.ApiClient
Execute HTTP call asynchronously.
executeAsync(Call, ApiCallback<T>) - Method in class org.openapitools.client.ApiClient

F

fileName(String) - Method in class org.openapitools.client.model.CloudStorageVirusFound
 
fileName(String) - Method in class org.openapitools.client.model.VirusFound
 
fileSize(Long) - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
fileSize(Long) - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
 
FORCED_DOWNLOAD - Enum constant in enum org.openapitools.client.model.WebsiteScanResult.WebsiteThreatTypeEnum
 
foundViruses(List<CloudStorageVirusFound>) - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
foundViruses(List<CloudStorageVirusFound>) - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
 
foundViruses(List<VirusFound>) - Method in class org.openapitools.client.model.VirusScanAdvancedResult
 
foundViruses(List<VirusFound>) - Method in class org.openapitools.client.model.VirusScanResult
 
foundViruses(List<VirusFound>) - Method in class org.openapitools.client.model.WebsiteScanResult
 
freeFormParameterToPairs(Object) - Method in class org.openapitools.client.ApiClient
Formats the specified free-form query parameters to a list of Pair objects.
fromJson(String) - Static method in class org.openapitools.client.model.AdditionalAdvancedScanInformation
Create an instance of AdditionalAdvancedScanInformation given an JSON string
fromJson(String) - Static method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
Create an instance of CloudStorageAdvancedVirusScanResult given an JSON string
fromJson(String) - Static method in class org.openapitools.client.model.CloudStorageVirusFound
Create an instance of CloudStorageVirusFound given an JSON string
fromJson(String) - Static method in class org.openapitools.client.model.CloudStorageVirusScanResult
Create an instance of CloudStorageVirusScanResult given an JSON string
fromJson(String) - Static method in class org.openapitools.client.model.ScanCloudStorageBatchJobCreateResult
Create an instance of ScanCloudStorageBatchJobCreateResult given an JSON string
fromJson(String) - Static method in class org.openapitools.client.model.ScanCloudStorageJobStatusResult
Create an instance of ScanCloudStorageJobStatusResult given an JSON string
fromJson(String) - Static method in class org.openapitools.client.model.VirusFound
Create an instance of VirusFound given an JSON string
fromJson(String) - Static method in class org.openapitools.client.model.VirusScanAdvancedResult
Create an instance of VirusScanAdvancedResult given an JSON string
fromJson(String) - Static method in class org.openapitools.client.model.VirusScanResult
Create an instance of VirusScanResult given an JSON string
fromJson(String) - Static method in class org.openapitools.client.model.WebsiteScanRequest
Create an instance of WebsiteScanRequest given an JSON string
fromJson(String) - Static method in class org.openapitools.client.model.WebsiteScanResult
Create an instance of WebsiteScanResult given an JSON string
fromValue(String) - Static method in enum org.openapitools.client.model.WebsiteScanResult.WebsiteThreatTypeEnum
 

G

getActualInstance() - Method in class org.openapitools.client.model.AbstractOpenApiSchema
Get the actual instance
getActualInstanceRecursively() - Method in class org.openapitools.client.model.AbstractOpenApiSchema
Get the instant recursively when the schemas defined in oneOf/anyof happen to be oneOf/anyOf schema as well
getApiClient() - Method in class org.openapitools.client.api.ScanApi
 
getApiClient() - Method in class org.openapitools.client.api.ScanCloudStorageApi
 
getApiKey() - Method in class org.openapitools.client.auth.ApiKeyAuth
 
getApiKeyPrefix() - Method in class org.openapitools.client.auth.ApiKeyAuth
 
getAsyncJobID() - Method in class org.openapitools.client.model.ScanCloudStorageBatchJobCreateResult
When creating a job, an Async Job ID is returned.
getAsyncJobID() - Method in class org.openapitools.client.model.ScanCloudStorageJobStatusResult
Job ID of the async batch job
getAsyncJobStatus() - Method in class org.openapitools.client.model.ScanCloudStorageJobStatusResult
Returns the job status of the Async Job, if applicable.
getAuthentication(String) - Method in class org.openapitools.client.ApiClient
Get authentication for the given name.
getAuthentications() - Method in class org.openapitools.client.ApiClient
Get authentications (key: authentication name, value: authentication).
getBasePath() - Method in class org.openapitools.client.ApiClient
Get base path
getBearerToken() - Method in class org.openapitools.client.auth.HttpBearerAuth
Gets the token, which together with the scheme, will be sent as the value of the Authorization header.
getCleanResult() - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
True if the scan contained no viruses, false otherwise
getCleanResult() - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
True if the scan contained no viruses, false otherwise
getCleanResult() - Method in class org.openapitools.client.model.VirusScanAdvancedResult
True if the scan contained no viruses, false otherwise
getCleanResult() - Method in class org.openapitools.client.model.VirusScanResult
True if the scan contained no viruses, false otherwise
getCleanResult() - Method in class org.openapitools.client.model.WebsiteScanResult
True if the scan contained no threats, false otherwise
getCode() - Method in exception org.openapitools.client.ApiException
Get the HTTP status code.
getConnectTimeout() - Method in class org.openapitools.client.ApiClient
Get connection timeout (in milliseconds).
getContainsContentModerationRejection() - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
Set to true when using NSFW Content Moderation in the Cloudmersive Storage Protect product (disabled by default)
getContainsExecutable() - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
True if the scan contained an executable (application code), which can be a significant risk factor
getContainsExecutable() - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
True if the scan contained an executable (application code), which can be a significant risk factor
getContainsExecutable() - Method in class org.openapitools.client.model.VirusScanAdvancedResult
True if the scan contained an executable (application code), which can be a significant risk factor
getContainsHtml() - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
True if the uploaded file contains HTML, which can be a significant risk factor
getContainsHtml() - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
True if the uploaded file contains HTML, which can be a significant risk factor
getContainsHtml() - Method in class org.openapitools.client.model.VirusScanAdvancedResult
True if the uploaded file contains HTML, which can be a significant risk factor
getContainsImage() - Method in class org.openapitools.client.model.AdditionalAdvancedScanInformation
True if the input file contains an image
getContainsInsecureDeserialization() - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
True if the uploaded file contains embedded Insecure Deserialization threats of other embedded threats within the document, which can be a significant risk factor
getContainsInsecureDeserialization() - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
True if the uploaded file contains embedded Insecure Deserialization threats of other embedded threats within the document, which can be a significant risk factor
getContainsInsecureDeserialization() - Method in class org.openapitools.client.model.VirusScanAdvancedResult
True if the uploaded file contains embedded Insecure Deserialization threats of other embedded threats within the document, which can be a significant risk factor
getContainsInvalidFile() - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
True if the scan contained an invalid file (such as a PDF that is not a valid PDF, Word Document that is not a valid Word Document, etc.), which can be a significant risk factor
getContainsInvalidFile() - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
True if the scan contained an invalid file (such as a PDF that is not a valid PDF, Word Document that is not a valid Word Document, etc.), which can be a significant risk factor
getContainsInvalidFile() - Method in class org.openapitools.client.model.VirusScanAdvancedResult
True if the scan contained an invalid file (such as a PDF that is not a valid PDF, Word Document that is not a valid Word Document, etc.), which can be a significant risk factor
getContainsJSON() - Method in class org.openapitools.client.model.AdditionalAdvancedScanInformation
True if the input file contains JSON data, false otherwise; this is not a threat signal
getContainsMacros() - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
True if the uploaded file contains embedded Macros of other embedded threats within the document, which can be a significant risk factor
getContainsMacros() - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
True if the uploaded file contains embedded Macros of other embedded threats within the document, which can be a significant risk factor
getContainsMacros() - Method in class org.openapitools.client.model.VirusScanAdvancedResult
True if the uploaded file contains embedded Macros of other embedded threats within the document, which can be a significant risk factor
getContainsOleEmbeddedObject() - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
True if the uploaded file contains an OLE embedded object, which can be a significant risk factor
getContainsOleEmbeddedObject() - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
True if the uploaded file contains an OLE embedded object, which can be a significant risk factor
getContainsOleEmbeddedObject() - Method in class org.openapitools.client.model.VirusScanAdvancedResult
True if the uploaded file contains an OLE embedded object, which can be a significant risk factor
getContainsPasswordProtectedFile() - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
True if the scan contained a password protected or encrypted file, which can be a significant risk factor
getContainsPasswordProtectedFile() - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
True if the scan contained a password protected or encrypted file, which can be a significant risk factor
getContainsPasswordProtectedFile() - Method in class org.openapitools.client.model.VirusScanAdvancedResult
True if the scan contained a password protected or encrypted file, which can be a significant risk factor
getContainsRestrictedFileFormat() - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
True if the uploaded file is of a type that is not allowed based on the optional restrictFileTypes parameter, false otherwise; if restrictFileTypes is not set, this will always be false
getContainsRestrictedFileFormat() - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
True if the uploaded file is of a type that is not allowed based on the optional restrictFileTypes parameter, false otherwise; if restrictFileTypes is not set, this will always be false
getContainsRestrictedFileFormat() - Method in class org.openapitools.client.model.VirusScanAdvancedResult
True if the uploaded file is of a type that is not allowed based on the optional restrictFileTypes parameter, false otherwise; if restrictFileTypes is not set, this will always be false
getContainsScript() - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
True if the scan contained a script (such as a PHP script, Python script, etc.) which can be a significant risk factor
getContainsScript() - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
True if the scan contained a script (such as a PHP script, Python script, etc.) which can be a significant risk factor
getContainsScript() - Method in class org.openapitools.client.model.VirusScanAdvancedResult
True if the scan contained a script (such as a PHP script, Python script, etc.) which can be a significant risk factor
getContainsUnsafeArchive() - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
True if the uploaded file contains unsafe archive (e.g.
getContainsUnsafeArchive() - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
True if the uploaded file contains unsafe archive (e.g.
getContainsUnsafeArchive() - Method in class org.openapitools.client.model.VirusScanAdvancedResult
True if the uploaded file contains unsafe archive (e.g.
getContainsUnwantedAction() - Method in class org.openapitools.client.model.VirusScanAdvancedResult
True if the uploaded file contains an unwanted automatic action, which can be a significant risk factor
getContainsXML() - Method in class org.openapitools.client.model.AdditionalAdvancedScanInformation
True if the input file contains XML data, false otherwise; this is not a threat signal
getContainsXmlExternalEntities() - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
True if the uploaded file contains embedded XML External Entity threats of other embedded threats within the document, which can be a significant risk factor
getContainsXmlExternalEntities() - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
True if the uploaded file contains embedded XML External Entity threats of other embedded threats within the document, which can be a significant risk factor
getContainsXmlExternalEntities() - Method in class org.openapitools.client.model.VirusScanAdvancedResult
True if the uploaded file contains embedded XML External Entity threats of other embedded threats within the document, which can be a significant risk factor
getContentInformation() - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
Get contentInformation
getContentInformation() - Method in class org.openapitools.client.model.VirusScanAdvancedResult
Get contentInformation
getCustomBaseUrl() - Method in class org.openapitools.client.api.ScanApi
 
getCustomBaseUrl() - Method in class org.openapitools.client.api.ScanCloudStorageApi
 
getData() - Method in class org.openapitools.client.ApiResponse
Get the data.
getDateFormat() - Method in class org.openapitools.client.ApiClient
Getter for the field dateFormat.
getDefaultApiClient() - Static method in class org.openapitools.client.Configuration
Get the default API client, which would be used when creating API instances without providing an API client.
getErrorDetailedDescription() - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
Detailed error message if the operation was not successful
getErrorDetailedDescription() - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
Detailed error message if the operation was not successful
getErrorMessage() - Method in class org.openapitools.client.model.ScanCloudStorageJobStatusResult
Error message (if any)
getFileName() - Method in class org.openapitools.client.model.CloudStorageVirusFound
Name of the file containing the virus
getFileName() - Method in class org.openapitools.client.model.VirusFound
Name of the file containing the virus
getFileSize() - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
Size in bytes of the file that was retrieved and scanned
getFileSize() - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
Size in bytes of the file that was retrieved and scanned
getFoundViruses() - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
Array of viruses found, if any
getFoundViruses() - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
Array of viruses found, if any
getFoundViruses() - Method in class org.openapitools.client.model.VirusScanAdvancedResult
Array of viruses found, if any
getFoundViruses() - Method in class org.openapitools.client.model.VirusScanResult
Array of viruses found, if any
getFoundViruses() - Method in class org.openapitools.client.model.WebsiteScanResult
Array of viruses found, if any
getGson() - Static method in class org.openapitools.client.JSON
Get Gson.
getHashSHA1() - Method in class org.openapitools.client.model.AdditionalAdvancedScanInformation
SHA1 hash of input file
getHeaders() - Method in class org.openapitools.client.ApiResponse
Get the headers.
getHostIndex() - Method in class org.openapitools.client.api.ScanApi
 
getHostIndex() - Method in class org.openapitools.client.api.ScanCloudStorageApi
 
getHttpClient() - Method in class org.openapitools.client.ApiClient
Get HTTP client
getIsAuthenticodeSigned() - Method in class org.openapitools.client.model.AdditionalAdvancedScanInformation
True if there is a valid Authenticode signature, False otherwise
getJobDuration() - Method in class org.openapitools.client.model.ScanCloudStorageJobStatusResult
Duration of a completed job
getJSON() - Method in class org.openapitools.client.ApiClient
Get JSON
getKeyManagers() - Method in class org.openapitools.client.ApiClient
Getter for the field keyManagers.
getLocation() - Method in class org.openapitools.client.auth.ApiKeyAuth
 
getMessage() - Method in exception org.openapitools.client.ApiException
Get the exception message including HTTP response data.
getName() - Method in class org.openapitools.client.Pair
 
getParamName() - Method in class org.openapitools.client.auth.ApiKeyAuth
 
getPassword() - Method in class org.openapitools.client.auth.HttpBasicAuth
 
getReadTimeout() - Method in class org.openapitools.client.ApiClient
Get read timeout (in milliseconds).
getRelevantSubfileHashSHA1() - Method in class org.openapitools.client.model.AdditionalAdvancedScanInformation
SHA1 hash of relevant subfile name in an archive format for identified threats, if any
getRelevantSubfileName() - Method in class org.openapitools.client.model.AdditionalAdvancedScanInformation
Relevant subfile name in an archive format for identified threats, if any
getResponseBody() - Method in exception org.openapitools.client.ApiException
Get the HTTP response body.
getResponseHeaders() - Method in exception org.openapitools.client.ApiException
Get the HTTP response headers.
getResult() - Method in class org.openapitools.client.model.ScanCloudStorageJobStatusResult
Get result
getSchemas() - Method in class org.openapitools.client.model.AbstractOpenApiSchema
Get the list of oneOf/anyOf composed schemas allowed to be stored in this object
getSchemaType() - Method in class org.openapitools.client.model.AbstractOpenApiSchema
Get the schema type (e.g.
getServerIndex() - Method in class org.openapitools.client.ApiClient
 
getServers() - Method in class org.openapitools.client.ApiClient
 
getServerVariables() - Method in class org.openapitools.client.ApiClient
 
getSslCaCert() - Method in class org.openapitools.client.ApiClient
Get SSL CA cert.
getStatusCode() - Method in class org.openapitools.client.ApiResponse
Get the status code.
getSuccessful() - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
True if the operation of retrieving the file, and scanning it were successfully completed, false if the file could not be downloaded from cloud storage, or if the file could not be scanned.
getSuccessful() - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
True if the operation of retrieving the file, and scanning it were successfully completed, false if the file could not be downloaded from cloud storage, or if the file could not be scanned.
getSuccessful() - Method in class org.openapitools.client.model.ScanCloudStorageBatchJobCreateResult
True if successful, false otherwise
getSuccessful() - Method in class org.openapitools.client.model.ScanCloudStorageJobStatusResult
Tru eif the operation to check the status of the job was successful, false otherwise
getTempFolderPath() - Method in class org.openapitools.client.ApiClient
The path of temporary folder used to store downloaded files from endpoints with file response.
getUrl() - Method in class org.openapitools.client.model.WebsiteScanRequest
URL of the website to scan; should begin with http:// or https://
getUsername() - Method in class org.openapitools.client.auth.HttpBasicAuth
 
getValue() - Method in enum org.openapitools.client.model.WebsiteScanResult.WebsiteThreatTypeEnum
 
getValue() - Method in class org.openapitools.client.Pair
 
getVerifiedFileFormat() - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
For file format verification-supported file formats, the contents-verified file format of the file.
getVerifiedFileFormat() - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
For file format verification-supported file formats, the contents-verified file format of the file.
getVerifiedFileFormat() - Method in class org.openapitools.client.model.VirusScanAdvancedResult
For file format verification-supported file formats, the contents-verified file format of the file.
getVirusName() - Method in class org.openapitools.client.model.CloudStorageVirusFound
Name of the virus that was found
getVirusName() - Method in class org.openapitools.client.model.VirusFound
Name of the virus that was found
getWebsiteHttpResponseCode() - Method in class org.openapitools.client.model.WebsiteScanResult
The remote server URL HTTP reasponse code; useful for debugging issues with scanning; typically if the remote server returns a 200 or 300-series code this means a successful response, while a 400 or 500 series code would represent an error returned from the remote server for the provided URL.
getWebsiteThreatType() - Method in class org.openapitools.client.model.WebsiteScanResult
Type of threat returned; can be None, Malware, ForcedDownload or Phishing
getWriteTimeout() - Method in class org.openapitools.client.ApiClient
Get write timeout (in milliseconds).
guessContentTypeFromFile(File) - Method in class org.openapitools.client.ApiClient
Guess Content-Type header from the given file (defaults to "application/octet-stream").

H

handleResponse(Response, Type) - Method in class org.openapitools.client.ApiClient
Handle the given response, return the deserialized object when the response is successful.
hashCode() - Method in class org.openapitools.client.model.AbstractOpenApiSchema
 
hashCode() - Method in class org.openapitools.client.model.AdditionalAdvancedScanInformation
 
hashCode() - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
hashCode() - Method in class org.openapitools.client.model.CloudStorageVirusFound
 
hashCode() - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
 
hashCode() - Method in class org.openapitools.client.model.ScanCloudStorageBatchJobCreateResult
 
hashCode() - Method in class org.openapitools.client.model.ScanCloudStorageJobStatusResult
 
hashCode() - Method in class org.openapitools.client.model.VirusFound
 
hashCode() - Method in class org.openapitools.client.model.VirusScanAdvancedResult
 
hashCode() - Method in class org.openapitools.client.model.VirusScanResult
 
hashCode() - Method in class org.openapitools.client.model.WebsiteScanRequest
 
hashCode() - Method in class org.openapitools.client.model.WebsiteScanResult
 
hashSHA1(String) - Method in class org.openapitools.client.model.AdditionalAdvancedScanInformation
 
HttpBasicAuth - Class in org.openapitools.client.auth
 
HttpBasicAuth() - Constructor for class org.openapitools.client.auth.HttpBasicAuth
 
HttpBearerAuth - Class in org.openapitools.client.auth
 
HttpBearerAuth(String) - Constructor for class org.openapitools.client.auth.HttpBearerAuth
 

I

isAuthenticodeSigned(Boolean) - Method in class org.openapitools.client.model.AdditionalAdvancedScanInformation
 
isDebugging() - Method in class org.openapitools.client.ApiClient
Check that whether debugging is enabled for this API client.
isJsonMime(String) - Method in class org.openapitools.client.ApiClient
Check if the given MIME is a JSON MIME.
isNullable() - Method in class org.openapitools.client.model.AbstractOpenApiSchema
Is nullable
isVerifyingSsl() - Method in class org.openapitools.client.ApiClient
True if isVerifyingSsl flag is on

J

jobDuration(String) - Method in class org.openapitools.client.model.ScanCloudStorageJobStatusResult
 
join(String[], String) - Static method in class org.openapitools.client.StringUtil
Join an array of strings with the given separator.
join(Collection<String>, String) - Static method in class org.openapitools.client.StringUtil
Join a list of strings with the given separator.
JSON - Class in org.openapitools.client
 
JSON() - Constructor for class org.openapitools.client.JSON
 
JSON.ByteArrayAdapter - Class in org.openapitools.client
Gson TypeAdapter for Byte Array type
JSON.DateTypeAdapter - Class in org.openapitools.client
Gson TypeAdapter for java.util.Date type If the dateFormat is null, ISO8601Utils will be used.
JSON.LocalDateTypeAdapter - Class in org.openapitools.client
Gson TypeAdapter for JSR310 LocalDate type
JSON.OffsetDateTimeTypeAdapter - Class in org.openapitools.client
Gson TypeAdapter for JSR310 OffsetDateTime type
JSON.SqlDateTypeAdapter - Class in org.openapitools.client
Gson TypeAdapter for java.sql.Date type If the dateFormat is null, a simple "yyyy-MM-dd" format will be used (more efficient than SimpleDateFormat).

L

LocalDateTypeAdapter() - Constructor for class org.openapitools.client.JSON.LocalDateTypeAdapter
 
LocalDateTypeAdapter(DateTimeFormatter) - Constructor for class org.openapitools.client.JSON.LocalDateTypeAdapter
 

M

MALWARE - Enum constant in enum org.openapitools.client.model.WebsiteScanResult.WebsiteThreatTypeEnum
 

N

NONE - Enum constant in enum org.openapitools.client.model.WebsiteScanResult.WebsiteThreatTypeEnum
 

O

OffsetDateTimeTypeAdapter() - Constructor for class org.openapitools.client.JSON.OffsetDateTimeTypeAdapter
 
OffsetDateTimeTypeAdapter(DateTimeFormatter) - Constructor for class org.openapitools.client.JSON.OffsetDateTimeTypeAdapter
 
onDownloadProgress(long, long, boolean) - Method in interface org.openapitools.client.ApiCallback
This is called when the API download processing.
onFailure(ApiException, int, Map<String, List<String>>) - Method in interface org.openapitools.client.ApiCallback
This is called when the API call fails.
onSuccess(T, int, Map<String, List<String>>) - Method in interface org.openapitools.client.ApiCallback
This is called when the API call succeeded.
onUploadProgress(long, long, boolean) - Method in interface org.openapitools.client.ApiCallback
This is called when the API upload processing.
openapiFields - Static variable in class org.openapitools.client.model.AdditionalAdvancedScanInformation
 
openapiFields - Static variable in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
openapiFields - Static variable in class org.openapitools.client.model.CloudStorageVirusFound
 
openapiFields - Static variable in class org.openapitools.client.model.CloudStorageVirusScanResult
 
openapiFields - Static variable in class org.openapitools.client.model.ScanCloudStorageBatchJobCreateResult
 
openapiFields - Static variable in class org.openapitools.client.model.ScanCloudStorageJobStatusResult
 
openapiFields - Static variable in class org.openapitools.client.model.VirusFound
 
openapiFields - Static variable in class org.openapitools.client.model.VirusScanAdvancedResult
 
openapiFields - Static variable in class org.openapitools.client.model.VirusScanResult
 
openapiFields - Static variable in class org.openapitools.client.model.WebsiteScanRequest
 
openapiFields - Static variable in class org.openapitools.client.model.WebsiteScanResult
 
openapiRequiredFields - Static variable in class org.openapitools.client.model.AdditionalAdvancedScanInformation
 
openapiRequiredFields - Static variable in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
openapiRequiredFields - Static variable in class org.openapitools.client.model.CloudStorageVirusFound
 
openapiRequiredFields - Static variable in class org.openapitools.client.model.CloudStorageVirusScanResult
 
openapiRequiredFields - Static variable in class org.openapitools.client.model.ScanCloudStorageBatchJobCreateResult
 
openapiRequiredFields - Static variable in class org.openapitools.client.model.ScanCloudStorageJobStatusResult
 
openapiRequiredFields - Static variable in class org.openapitools.client.model.VirusFound
 
openapiRequiredFields - Static variable in class org.openapitools.client.model.VirusScanAdvancedResult
 
openapiRequiredFields - Static variable in class org.openapitools.client.model.VirusScanResult
 
openapiRequiredFields - Static variable in class org.openapitools.client.model.WebsiteScanRequest
 
openapiRequiredFields - Static variable in class org.openapitools.client.model.WebsiteScanResult
 
org.openapitools.client - package org.openapitools.client
 
org.openapitools.client.api - package org.openapitools.client.api
 
org.openapitools.client.auth - package org.openapitools.client.auth
 
org.openapitools.client.model - package org.openapitools.client.model
 

P

Pair - Class in org.openapitools.client
 
Pair(String, String) - Constructor for class org.openapitools.client.Pair
 
parameterToPair(String, Object) - Method in class org.openapitools.client.ApiClient
Formats the specified query parameter to a list containing a single Pair object.
parameterToPairs(String, String, Collection) - Method in class org.openapitools.client.ApiClient
Formats the specified collection query parameters to a list of Pair objects.
parameterToString(Object) - Method in class org.openapitools.client.ApiClient
Format the given parameter object into string.
PHISHING - Enum constant in enum org.openapitools.client.model.WebsiteScanResult.WebsiteThreatTypeEnum
 
prepareDownloadFile(Response) - Method in class org.openapitools.client.ApiClient
Prepare file for download
processCookieParams(Map<String, String>, Request.Builder) - Method in class org.openapitools.client.ApiClient
Set cookie parameters to the request builder, including default cookies.
processHeaderParams(Map<String, String>, Request.Builder) - Method in class org.openapitools.client.ApiClient
Set header parameters to the request builder, including default headers.
ProgressRequestBody - Class in org.openapitools.client
 
ProgressRequestBody(RequestBody, ApiCallback) - Constructor for class org.openapitools.client.ProgressRequestBody
 
ProgressResponseBody - Class in org.openapitools.client
 
ProgressResponseBody(ResponseBody, ApiCallback) - Constructor for class org.openapitools.client.ProgressResponseBody
 

R

read(JsonReader) - Method in class org.openapitools.client.JSON.ByteArrayAdapter
 
read(JsonReader) - Method in class org.openapitools.client.JSON.DateTypeAdapter
 
read(JsonReader) - Method in class org.openapitools.client.JSON.LocalDateTypeAdapter
 
read(JsonReader) - Method in class org.openapitools.client.JSON.OffsetDateTimeTypeAdapter
 
read(JsonReader) - Method in class org.openapitools.client.JSON.SqlDateTypeAdapter
 
read(JsonReader) - Method in class org.openapitools.client.model.WebsiteScanResult.WebsiteThreatTypeEnum.Adapter
 
relevantSubfileHashSHA1(String) - Method in class org.openapitools.client.model.AdditionalAdvancedScanInformation
 
relevantSubfileName(String) - Method in class org.openapitools.client.model.AdditionalAdvancedScanInformation
 
result(CloudStorageAdvancedVirusScanResult) - Method in class org.openapitools.client.model.ScanCloudStorageJobStatusResult
 

S

sanitizeFilename(String) - Method in class org.openapitools.client.ApiClient
Sanitize filename by removing path.
ScanApi - Class in org.openapitools.client.api
 
ScanApi() - Constructor for class org.openapitools.client.api.ScanApi
 
ScanApi(ApiClient) - Constructor for class org.openapitools.client.api.ScanApi
 
ScanCloudStorageApi - Class in org.openapitools.client.api
 
ScanCloudStorageApi() - Constructor for class org.openapitools.client.api.ScanCloudStorageApi
 
ScanCloudStorageApi(ApiClient) - Constructor for class org.openapitools.client.api.ScanCloudStorageApi
 
ScanCloudStorageBatchJobCreateResult - Class in org.openapitools.client.model
Result of performing a convert documentbatch job operation
ScanCloudStorageBatchJobCreateResult() - Constructor for class org.openapitools.client.model.ScanCloudStorageBatchJobCreateResult
 
ScanCloudStorageBatchJobCreateResult.CustomTypeAdapterFactory - Class in org.openapitools.client.model
 
scanCloudStorageGetAsyncJobStatus(String) - Method in class org.openapitools.client.api.ScanCloudStorageApi
Get the status and result of a Scan Cloud Storage Batch Job Returns the result of the Async Job - possible states can be STARTED or COMPLETED.
scanCloudStorageGetAsyncJobStatusAsync(String, ApiCallback<ScanCloudStorageJobStatusResult>) - Method in class org.openapitools.client.api.ScanCloudStorageApi
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.
scanCloudStorageGetAsyncJobStatusCall(String, ApiCallback) - Method in class org.openapitools.client.api.ScanCloudStorageApi
Build call for scanCloudStorageGetAsyncJobStatus
scanCloudStorageGetAsyncJobStatusWithHttpInfo(String) - Method in class org.openapitools.client.api.ScanCloudStorageApi
Get the status and result of a Scan Cloud Storage Batch Job Returns the result of the Async Job - possible states can be STARTED or COMPLETED.
ScanCloudStorageJobStatusResult - Class in org.openapitools.client.model
Status of the scan cloud storage job
ScanCloudStorageJobStatusResult() - Constructor for class org.openapitools.client.model.ScanCloudStorageJobStatusResult
 
ScanCloudStorageJobStatusResult.CustomTypeAdapterFactory - Class in org.openapitools.client.model
 
scanCloudStorageScanAwsS3File(String, String, String, String, String, String) - Method in class org.openapitools.client.api.ScanCloudStorageApi
Scan an AWS S3 file for viruses Scan the contents of a single AWS S3 file and its content for viruses.
scanCloudStorageScanAwsS3FileAdvanced(String, String, String, String, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, String) - Method in class org.openapitools.client.api.ScanCloudStorageApi
Advanced Scan an AWS S3 file for viruses Advanced Scan the contents of a single AWS S3 file and its content for viruses and threats.
scanCloudStorageScanAwsS3FileAdvancedAsync(String, String, String, String, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, String, ApiCallback<CloudStorageAdvancedVirusScanResult>) - Method in class org.openapitools.client.api.ScanCloudStorageApi
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.
scanCloudStorageScanAwsS3FileAdvancedCall(String, String, String, String, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, String, ApiCallback) - Method in class org.openapitools.client.api.ScanCloudStorageApi
Build call for scanCloudStorageScanAwsS3FileAdvanced
scanCloudStorageScanAwsS3FileAdvancedWithHttpInfo(String, String, String, String, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, String) - Method in class org.openapitools.client.api.ScanCloudStorageApi
Advanced Scan an AWS S3 file for viruses Advanced Scan the contents of a single AWS S3 file and its content for viruses and threats.
scanCloudStorageScanAwsS3FileAsync(String, String, String, String, String, String, ApiCallback<CloudStorageVirusScanResult>) - Method in class org.openapitools.client.api.ScanCloudStorageApi
Scan an AWS S3 file for viruses (asynchronously) Scan the contents of a single AWS S3 file and its content for viruses.
scanCloudStorageScanAwsS3FileCall(String, String, String, String, String, String, ApiCallback) - Method in class org.openapitools.client.api.ScanCloudStorageApi
Build call for scanCloudStorageScanAwsS3File
scanCloudStorageScanAwsS3FileWithHttpInfo(String, String, String, String, String, String) - Method in class org.openapitools.client.api.ScanCloudStorageApi
Scan an AWS S3 file for viruses Scan the contents of a single AWS S3 file and its content for viruses.
scanCloudStorageScanAzureBlob(String, String, String) - Method in class org.openapitools.client.api.ScanCloudStorageApi
Scan an Azure Blob for viruses Scan the contents of a single Azure Blob and its content for viruses.
scanCloudStorageScanAzureBlobAdvanced(String, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, String) - Method in class org.openapitools.client.api.ScanCloudStorageApi
Advanced Scan an Azure Blob for viruses Advanced Scan the contents of a single Azure Blob and its content for viruses and threats.
scanCloudStorageScanAzureBlobAdvancedAsync(String, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, String, ApiCallback<CloudStorageAdvancedVirusScanResult>) - Method in class org.openapitools.client.api.ScanCloudStorageApi
Advanced Scan an Azure Blob for viruses (asynchronously) Advanced Scan the contents of a single Azure Blob and its content for viruses and threats.
scanCloudStorageScanAzureBlobAdvancedBatchJob(String, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, String) - Method in class org.openapitools.client.api.ScanCloudStorageApi
Advanced Scan an Azure Blob for viruses via a batch job 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.
scanCloudStorageScanAzureBlobAdvancedBatchJobAsync(String, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, String, ApiCallback<ScanCloudStorageBatchJobCreateResult>) - Method in class org.openapitools.client.api.ScanCloudStorageApi
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.
scanCloudStorageScanAzureBlobAdvancedBatchJobCall(String, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, String, ApiCallback) - Method in class org.openapitools.client.api.ScanCloudStorageApi
Build call for scanCloudStorageScanAzureBlobAdvancedBatchJob
scanCloudStorageScanAzureBlobAdvancedBatchJobWithHttpInfo(String, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, String) - Method in class org.openapitools.client.api.ScanCloudStorageApi
Advanced Scan an Azure Blob for viruses via a batch job 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.
scanCloudStorageScanAzureBlobAdvancedCall(String, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, String, ApiCallback) - Method in class org.openapitools.client.api.ScanCloudStorageApi
Build call for scanCloudStorageScanAzureBlobAdvanced
scanCloudStorageScanAzureBlobAdvancedWithHttpInfo(String, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, String) - Method in class org.openapitools.client.api.ScanCloudStorageApi
Advanced Scan an Azure Blob for viruses Advanced Scan the contents of a single Azure Blob and its content for viruses and threats.
scanCloudStorageScanAzureBlobAsync(String, String, String, ApiCallback<CloudStorageVirusScanResult>) - Method in class org.openapitools.client.api.ScanCloudStorageApi
Scan an Azure Blob for viruses (asynchronously) Scan the contents of a single Azure Blob and its content for viruses.
scanCloudStorageScanAzureBlobCall(String, String, String, ApiCallback) - Method in class org.openapitools.client.api.ScanCloudStorageApi
Build call for scanCloudStorageScanAzureBlob
scanCloudStorageScanAzureBlobWithHttpInfo(String, String, String) - Method in class org.openapitools.client.api.ScanCloudStorageApi
Scan an Azure Blob for viruses Scan the contents of a single Azure Blob and its content for viruses.
scanCloudStorageScanGcpStorageFile(String, String, File) - Method in class org.openapitools.client.api.ScanCloudStorageApi
Scan an Google Cloud Platform (GCP) Storage file for viruses Scan the contents of a single Google Cloud Platform (GCP) Storage file and its content for viruses.
scanCloudStorageScanGcpStorageFileAdvanced(String, String, File, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, String) - Method in class org.openapitools.client.api.ScanCloudStorageApi
Advanced Scan an Google Cloud Platform (GCP) Storage file for viruses Advanced Scan the contents of a single Google Cloud Platform (GCP) Storage file and its content for viruses and threats.
scanCloudStorageScanGcpStorageFileAdvancedAsync(String, String, File, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, String, ApiCallback<CloudStorageAdvancedVirusScanResult>) - Method in class org.openapitools.client.api.ScanCloudStorageApi
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.
scanCloudStorageScanGcpStorageFileAdvancedCall(String, String, File, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, String, ApiCallback) - Method in class org.openapitools.client.api.ScanCloudStorageApi
Build call for scanCloudStorageScanGcpStorageFileAdvanced
scanCloudStorageScanGcpStorageFileAdvancedWithHttpInfo(String, String, File, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, String) - Method in class org.openapitools.client.api.ScanCloudStorageApi
Advanced Scan an Google Cloud Platform (GCP) Storage file for viruses Advanced Scan the contents of a single Google Cloud Platform (GCP) Storage file and its content for viruses and threats.
scanCloudStorageScanGcpStorageFileAsync(String, String, File, ApiCallback<CloudStorageVirusScanResult>) - Method in class org.openapitools.client.api.ScanCloudStorageApi
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.
scanCloudStorageScanGcpStorageFileCall(String, String, File, ApiCallback) - Method in class org.openapitools.client.api.ScanCloudStorageApi
Build call for scanCloudStorageScanGcpStorageFile
scanCloudStorageScanGcpStorageFileWithHttpInfo(String, String, File) - Method in class org.openapitools.client.api.ScanCloudStorageApi
Scan an Google Cloud Platform (GCP) Storage file for viruses Scan the contents of a single Google Cloud Platform (GCP) Storage file and its content for viruses.
scanCloudStorageScanSharePointOnlineFile(String, String, String, String, String, String, String) - Method in class org.openapitools.client.api.ScanCloudStorageApi
Virus Scan a file in a SharePoint Online Site Drive Virus Scan the contents of a single SharePoint Online Site Drive file and its content for viruses.
scanCloudStorageScanSharePointOnlineFileAdvanced(String, String, String, String, String, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String) - Method in class org.openapitools.client.api.ScanCloudStorageApi
Advanced Virus Scan a file in a SharePoint Online Site Drive Advanced Virus Scan the contents of a single SharePoint Online Site Drive file and its content for viruses and threats.
scanCloudStorageScanSharePointOnlineFileAdvancedAsync(String, String, String, String, String, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, ApiCallback<CloudStorageAdvancedVirusScanResult>) - Method in class org.openapitools.client.api.ScanCloudStorageApi
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.
scanCloudStorageScanSharePointOnlineFileAdvancedCall(String, String, String, String, String, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, ApiCallback) - Method in class org.openapitools.client.api.ScanCloudStorageApi
Build call for scanCloudStorageScanSharePointOnlineFileAdvanced
scanCloudStorageScanSharePointOnlineFileAdvancedWithHttpInfo(String, String, String, String, String, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String) - Method in class org.openapitools.client.api.ScanCloudStorageApi
Advanced Virus Scan a file in a SharePoint Online Site Drive Advanced Virus Scan the contents of a single SharePoint Online Site Drive file and its content for viruses and threats.
scanCloudStorageScanSharePointOnlineFileAsync(String, String, String, String, String, String, String, ApiCallback<CloudStorageVirusScanResult>) - Method in class org.openapitools.client.api.ScanCloudStorageApi
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.
scanCloudStorageScanSharePointOnlineFileCall(String, String, String, String, String, String, String, ApiCallback) - Method in class org.openapitools.client.api.ScanCloudStorageApi
Build call for scanCloudStorageScanSharePointOnlineFile
scanCloudStorageScanSharePointOnlineFileWithHttpInfo(String, String, String, String, String, String, String) - Method in class org.openapitools.client.api.ScanCloudStorageApi
Virus Scan a file in a SharePoint Online Site Drive Virus Scan the contents of a single SharePoint Online Site Drive file and its content for viruses.
scanFile(File) - Method in class org.openapitools.client.api.ScanApi
Scan a file for viruses Scan files and content for viruses.
scanFileAdvanced(File, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, String) - Method in class org.openapitools.client.api.ScanApi
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.
scanFileAdvancedAsync(File, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, String, ApiCallback<VirusScanAdvancedResult>) - Method in class org.openapitools.client.api.ScanApi
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.
scanFileAdvancedCall(File, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, String, ApiCallback) - Method in class org.openapitools.client.api.ScanApi
Build call for scanFileAdvanced
scanFileAdvancedWithHttpInfo(File, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, String) - Method in class org.openapitools.client.api.ScanApi
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.
scanFileAsync(File, ApiCallback<VirusScanResult>) - Method in class org.openapitools.client.api.ScanApi
Scan a file for viruses (asynchronously) Scan files and content for viruses.
scanFileCall(File, ApiCallback) - Method in class org.openapitools.client.api.ScanApi
Build call for scanFile
scanFileWithHttpInfo(File) - Method in class org.openapitools.client.api.ScanApi
Scan a file for viruses Scan files and content for viruses.
scanWebsite(WebsiteScanRequest) - Method in class org.openapitools.client.api.ScanApi
Scan a website for malicious content and threats Operation includes scanning the content of the URL for various types of malicious content and threats, including viruses and threats (including Phishing).
scanWebsiteAsync(WebsiteScanRequest, ApiCallback<WebsiteScanResult>) - Method in class org.openapitools.client.api.ScanApi
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).
scanWebsiteCall(WebsiteScanRequest, ApiCallback) - Method in class org.openapitools.client.api.ScanApi
Build call for scanWebsite
scanWebsiteWithHttpInfo(WebsiteScanRequest) - Method in class org.openapitools.client.api.ScanApi
Scan a website for malicious content and threats Operation includes scanning the content of the URL for various types of malicious content and threats, including viruses and threats (including Phishing).
selectHeaderAccept(String[]) - Method in class org.openapitools.client.ApiClient
Select the Accept header's value from the given accepts array: if JSON exists in the given array, use it; otherwise use all of them (joining into a string)
selectHeaderContentType(String[]) - Method in class org.openapitools.client.ApiClient
Select the Content-Type header's value from the given array: if JSON exists in the given array, use it; otherwise use the first one of the array.
serialize(Object) - Static method in class org.openapitools.client.JSON
Serialize the given Java object into JSON string.
serialize(Object, String) - Method in class org.openapitools.client.ApiClient
Serialize the given Java object into request body according to the object's class and the request Content-Type.
SERIALIZED_NAME_ASYNC_JOB_I_D - Static variable in class org.openapitools.client.model.ScanCloudStorageBatchJobCreateResult
 
SERIALIZED_NAME_ASYNC_JOB_I_D - Static variable in class org.openapitools.client.model.ScanCloudStorageJobStatusResult
 
SERIALIZED_NAME_ASYNC_JOB_STATUS - Static variable in class org.openapitools.client.model.ScanCloudStorageJobStatusResult
 
SERIALIZED_NAME_CLEAN_RESULT - Static variable in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
SERIALIZED_NAME_CLEAN_RESULT - Static variable in class org.openapitools.client.model.CloudStorageVirusScanResult
 
SERIALIZED_NAME_CLEAN_RESULT - Static variable in class org.openapitools.client.model.VirusScanAdvancedResult
 
SERIALIZED_NAME_CLEAN_RESULT - Static variable in class org.openapitools.client.model.VirusScanResult
 
SERIALIZED_NAME_CLEAN_RESULT - Static variable in class org.openapitools.client.model.WebsiteScanResult
 
SERIALIZED_NAME_CONTAINS_CONTENT_MODERATION_REJECTION - Static variable in class org.openapitools.client.model.CloudStorageVirusScanResult
 
SERIALIZED_NAME_CONTAINS_EXECUTABLE - Static variable in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
SERIALIZED_NAME_CONTAINS_EXECUTABLE - Static variable in class org.openapitools.client.model.CloudStorageVirusScanResult
 
SERIALIZED_NAME_CONTAINS_EXECUTABLE - Static variable in class org.openapitools.client.model.VirusScanAdvancedResult
 
SERIALIZED_NAME_CONTAINS_HTML - Static variable in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
SERIALIZED_NAME_CONTAINS_HTML - Static variable in class org.openapitools.client.model.CloudStorageVirusScanResult
 
SERIALIZED_NAME_CONTAINS_HTML - Static variable in class org.openapitools.client.model.VirusScanAdvancedResult
 
SERIALIZED_NAME_CONTAINS_IMAGE - Static variable in class org.openapitools.client.model.AdditionalAdvancedScanInformation
 
SERIALIZED_NAME_CONTAINS_INSECURE_DESERIALIZATION - Static variable in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
SERIALIZED_NAME_CONTAINS_INSECURE_DESERIALIZATION - Static variable in class org.openapitools.client.model.CloudStorageVirusScanResult
 
SERIALIZED_NAME_CONTAINS_INSECURE_DESERIALIZATION - Static variable in class org.openapitools.client.model.VirusScanAdvancedResult
 
SERIALIZED_NAME_CONTAINS_INVALID_FILE - Static variable in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
SERIALIZED_NAME_CONTAINS_INVALID_FILE - Static variable in class org.openapitools.client.model.CloudStorageVirusScanResult
 
SERIALIZED_NAME_CONTAINS_INVALID_FILE - Static variable in class org.openapitools.client.model.VirusScanAdvancedResult
 
SERIALIZED_NAME_CONTAINS_J_S_O_N - Static variable in class org.openapitools.client.model.AdditionalAdvancedScanInformation
 
SERIALIZED_NAME_CONTAINS_MACROS - Static variable in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
SERIALIZED_NAME_CONTAINS_MACROS - Static variable in class org.openapitools.client.model.CloudStorageVirusScanResult
 
SERIALIZED_NAME_CONTAINS_MACROS - Static variable in class org.openapitools.client.model.VirusScanAdvancedResult
 
SERIALIZED_NAME_CONTAINS_OLE_EMBEDDED_OBJECT - Static variable in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
SERIALIZED_NAME_CONTAINS_OLE_EMBEDDED_OBJECT - Static variable in class org.openapitools.client.model.CloudStorageVirusScanResult
 
SERIALIZED_NAME_CONTAINS_OLE_EMBEDDED_OBJECT - Static variable in class org.openapitools.client.model.VirusScanAdvancedResult
 
SERIALIZED_NAME_CONTAINS_PASSWORD_PROTECTED_FILE - Static variable in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
SERIALIZED_NAME_CONTAINS_PASSWORD_PROTECTED_FILE - Static variable in class org.openapitools.client.model.CloudStorageVirusScanResult
 
SERIALIZED_NAME_CONTAINS_PASSWORD_PROTECTED_FILE - Static variable in class org.openapitools.client.model.VirusScanAdvancedResult
 
SERIALIZED_NAME_CONTAINS_RESTRICTED_FILE_FORMAT - Static variable in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
SERIALIZED_NAME_CONTAINS_RESTRICTED_FILE_FORMAT - Static variable in class org.openapitools.client.model.CloudStorageVirusScanResult
 
SERIALIZED_NAME_CONTAINS_RESTRICTED_FILE_FORMAT - Static variable in class org.openapitools.client.model.VirusScanAdvancedResult
 
SERIALIZED_NAME_CONTAINS_SCRIPT - Static variable in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
SERIALIZED_NAME_CONTAINS_SCRIPT - Static variable in class org.openapitools.client.model.CloudStorageVirusScanResult
 
SERIALIZED_NAME_CONTAINS_SCRIPT - Static variable in class org.openapitools.client.model.VirusScanAdvancedResult
 
SERIALIZED_NAME_CONTAINS_UNSAFE_ARCHIVE - Static variable in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
SERIALIZED_NAME_CONTAINS_UNSAFE_ARCHIVE - Static variable in class org.openapitools.client.model.CloudStorageVirusScanResult
 
SERIALIZED_NAME_CONTAINS_UNSAFE_ARCHIVE - Static variable in class org.openapitools.client.model.VirusScanAdvancedResult
 
SERIALIZED_NAME_CONTAINS_UNWANTED_ACTION - Static variable in class org.openapitools.client.model.VirusScanAdvancedResult
 
SERIALIZED_NAME_CONTAINS_X_M_L - Static variable in class org.openapitools.client.model.AdditionalAdvancedScanInformation
 
SERIALIZED_NAME_CONTAINS_XML_EXTERNAL_ENTITIES - Static variable in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
SERIALIZED_NAME_CONTAINS_XML_EXTERNAL_ENTITIES - Static variable in class org.openapitools.client.model.CloudStorageVirusScanResult
 
SERIALIZED_NAME_CONTAINS_XML_EXTERNAL_ENTITIES - Static variable in class org.openapitools.client.model.VirusScanAdvancedResult
 
SERIALIZED_NAME_CONTENT_INFORMATION - Static variable in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
SERIALIZED_NAME_CONTENT_INFORMATION - Static variable in class org.openapitools.client.model.VirusScanAdvancedResult
 
SERIALIZED_NAME_ERROR_DETAILED_DESCRIPTION - Static variable in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
SERIALIZED_NAME_ERROR_DETAILED_DESCRIPTION - Static variable in class org.openapitools.client.model.CloudStorageVirusScanResult
 
SERIALIZED_NAME_ERROR_MESSAGE - Static variable in class org.openapitools.client.model.ScanCloudStorageJobStatusResult
 
SERIALIZED_NAME_FILE_NAME - Static variable in class org.openapitools.client.model.CloudStorageVirusFound
 
SERIALIZED_NAME_FILE_NAME - Static variable in class org.openapitools.client.model.VirusFound
 
SERIALIZED_NAME_FILE_SIZE - Static variable in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
SERIALIZED_NAME_FILE_SIZE - Static variable in class org.openapitools.client.model.CloudStorageVirusScanResult
 
SERIALIZED_NAME_FOUND_VIRUSES - Static variable in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
SERIALIZED_NAME_FOUND_VIRUSES - Static variable in class org.openapitools.client.model.CloudStorageVirusScanResult
 
SERIALIZED_NAME_FOUND_VIRUSES - Static variable in class org.openapitools.client.model.VirusScanAdvancedResult
 
SERIALIZED_NAME_FOUND_VIRUSES - Static variable in class org.openapitools.client.model.VirusScanResult
 
SERIALIZED_NAME_FOUND_VIRUSES - Static variable in class org.openapitools.client.model.WebsiteScanResult
 
SERIALIZED_NAME_HASH_S_H_A1 - Static variable in class org.openapitools.client.model.AdditionalAdvancedScanInformation
 
SERIALIZED_NAME_IS_AUTHENTICODE_SIGNED - Static variable in class org.openapitools.client.model.AdditionalAdvancedScanInformation
 
SERIALIZED_NAME_JOB_DURATION - Static variable in class org.openapitools.client.model.ScanCloudStorageJobStatusResult
 
SERIALIZED_NAME_RELEVANT_SUBFILE_HASH_S_H_A1 - Static variable in class org.openapitools.client.model.AdditionalAdvancedScanInformation
 
SERIALIZED_NAME_RELEVANT_SUBFILE_NAME - Static variable in class org.openapitools.client.model.AdditionalAdvancedScanInformation
 
SERIALIZED_NAME_RESULT - Static variable in class org.openapitools.client.model.ScanCloudStorageJobStatusResult
 
SERIALIZED_NAME_SUCCESSFUL - Static variable in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
SERIALIZED_NAME_SUCCESSFUL - Static variable in class org.openapitools.client.model.CloudStorageVirusScanResult
 
SERIALIZED_NAME_SUCCESSFUL - Static variable in class org.openapitools.client.model.ScanCloudStorageBatchJobCreateResult
 
SERIALIZED_NAME_SUCCESSFUL - Static variable in class org.openapitools.client.model.ScanCloudStorageJobStatusResult
 
SERIALIZED_NAME_URL - Static variable in class org.openapitools.client.model.WebsiteScanRequest
 
SERIALIZED_NAME_VERIFIED_FILE_FORMAT - Static variable in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
SERIALIZED_NAME_VERIFIED_FILE_FORMAT - Static variable in class org.openapitools.client.model.CloudStorageVirusScanResult
 
SERIALIZED_NAME_VERIFIED_FILE_FORMAT - Static variable in class org.openapitools.client.model.VirusScanAdvancedResult
 
SERIALIZED_NAME_VIRUS_NAME - Static variable in class org.openapitools.client.model.CloudStorageVirusFound
 
SERIALIZED_NAME_VIRUS_NAME - Static variable in class org.openapitools.client.model.VirusFound
 
SERIALIZED_NAME_WEBSITE_HTTP_RESPONSE_CODE - Static variable in class org.openapitools.client.model.WebsiteScanResult
 
SERIALIZED_NAME_WEBSITE_THREAT_TYPE - Static variable in class org.openapitools.client.model.WebsiteScanResult
 
ServerConfiguration - Class in org.openapitools.client
Representing a Server configuration.
ServerConfiguration(String, String, Map<String, ServerVariable>) - Constructor for class org.openapitools.client.ServerConfiguration
 
serverIndex - Variable in class org.openapitools.client.ApiClient
 
servers - Variable in class org.openapitools.client.ApiClient
 
ServerVariable - Class in org.openapitools.client
Representing a Server Variable for server URL template substitution.
ServerVariable(String, String, HashSet<String>) - Constructor for class org.openapitools.client.ServerVariable
 
serverVariables - Variable in class org.openapitools.client.ApiClient
 
setAccessToken(String) - Method in class org.openapitools.client.ApiClient
Helper method to set access token for the first OAuth2 authentication.
setActualInstance(Object) - Method in class org.openapitools.client.model.AbstractOpenApiSchema
Set the actual instance
setApiClient(ApiClient) - Method in class org.openapitools.client.api.ScanApi
 
setApiClient(ApiClient) - Method in class org.openapitools.client.api.ScanCloudStorageApi
 
setApiKey(String) - Method in class org.openapitools.client.ApiClient
Helper method to set API key value for the first API key authentication.
setApiKey(String) - Method in class org.openapitools.client.auth.ApiKeyAuth
 
setApiKeyPrefix(String) - Method in class org.openapitools.client.ApiClient
Helper method to set API key prefix for the first API key authentication.
setApiKeyPrefix(String) - Method in class org.openapitools.client.auth.ApiKeyAuth
 
setAsyncJobID(String) - Method in class org.openapitools.client.model.ScanCloudStorageBatchJobCreateResult
 
setAsyncJobID(String) - Method in class org.openapitools.client.model.ScanCloudStorageJobStatusResult
 
setAsyncJobStatus(String) - Method in class org.openapitools.client.model.ScanCloudStorageJobStatusResult
 
setAWS4Configuration(String, String, String, String) - Method in class org.openapitools.client.ApiClient
Helper method to set credentials for AWSV4 Signature
setAWS4Configuration(String, String, String, String, String) - Method in class org.openapitools.client.ApiClient
Helper method to set credentials for AWSV4 Signature
setBasePath(String) - Method in class org.openapitools.client.ApiClient
Set base path
setBearerToken(String) - Method in class org.openapitools.client.auth.HttpBearerAuth
Sets the token, which together with the scheme, will be sent as the value of the Authorization header.
setBearerToken(Supplier<String>) - Method in class org.openapitools.client.auth.HttpBearerAuth
Sets the supplier of tokens, which together with the scheme, will be sent as the value of the Authorization header.
setCleanResult(Boolean) - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
setCleanResult(Boolean) - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
 
setCleanResult(Boolean) - Method in class org.openapitools.client.model.VirusScanAdvancedResult
 
setCleanResult(Boolean) - Method in class org.openapitools.client.model.VirusScanResult
 
setCleanResult(Boolean) - Method in class org.openapitools.client.model.WebsiteScanResult
 
setConnectTimeout(int) - Method in class org.openapitools.client.ApiClient
Sets the connect timeout (in milliseconds).
setContainsContentModerationRejection(Boolean) - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
 
setContainsExecutable(Boolean) - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
setContainsExecutable(Boolean) - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
 
setContainsExecutable(Boolean) - Method in class org.openapitools.client.model.VirusScanAdvancedResult
 
setContainsHtml(Boolean) - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
setContainsHtml(Boolean) - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
 
setContainsHtml(Boolean) - Method in class org.openapitools.client.model.VirusScanAdvancedResult
 
setContainsImage(Boolean) - Method in class org.openapitools.client.model.AdditionalAdvancedScanInformation
 
setContainsInsecureDeserialization(Boolean) - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
setContainsInsecureDeserialization(Boolean) - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
 
setContainsInsecureDeserialization(Boolean) - Method in class org.openapitools.client.model.VirusScanAdvancedResult
 
setContainsInvalidFile(Boolean) - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
setContainsInvalidFile(Boolean) - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
 
setContainsInvalidFile(Boolean) - Method in class org.openapitools.client.model.VirusScanAdvancedResult
 
setContainsJSON(Boolean) - Method in class org.openapitools.client.model.AdditionalAdvancedScanInformation
 
setContainsMacros(Boolean) - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
setContainsMacros(Boolean) - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
 
setContainsMacros(Boolean) - Method in class org.openapitools.client.model.VirusScanAdvancedResult
 
setContainsOleEmbeddedObject(Boolean) - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
setContainsOleEmbeddedObject(Boolean) - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
 
setContainsOleEmbeddedObject(Boolean) - Method in class org.openapitools.client.model.VirusScanAdvancedResult
 
setContainsPasswordProtectedFile(Boolean) - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
setContainsPasswordProtectedFile(Boolean) - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
 
setContainsPasswordProtectedFile(Boolean) - Method in class org.openapitools.client.model.VirusScanAdvancedResult
 
setContainsRestrictedFileFormat(Boolean) - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
setContainsRestrictedFileFormat(Boolean) - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
 
setContainsRestrictedFileFormat(Boolean) - Method in class org.openapitools.client.model.VirusScanAdvancedResult
 
setContainsScript(Boolean) - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
setContainsScript(Boolean) - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
 
setContainsScript(Boolean) - Method in class org.openapitools.client.model.VirusScanAdvancedResult
 
setContainsUnsafeArchive(Boolean) - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
setContainsUnsafeArchive(Boolean) - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
 
setContainsUnsafeArchive(Boolean) - Method in class org.openapitools.client.model.VirusScanAdvancedResult
 
setContainsUnwantedAction(Boolean) - Method in class org.openapitools.client.model.VirusScanAdvancedResult
 
setContainsXML(Boolean) - Method in class org.openapitools.client.model.AdditionalAdvancedScanInformation
 
setContainsXmlExternalEntities(Boolean) - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
setContainsXmlExternalEntities(Boolean) - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
 
setContainsXmlExternalEntities(Boolean) - Method in class org.openapitools.client.model.VirusScanAdvancedResult
 
setContentInformation(AdditionalAdvancedScanInformation) - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
setContentInformation(AdditionalAdvancedScanInformation) - Method in class org.openapitools.client.model.VirusScanAdvancedResult
 
setCustomBaseUrl(String) - Method in class org.openapitools.client.api.ScanApi
 
setCustomBaseUrl(String) - Method in class org.openapitools.client.api.ScanCloudStorageApi
 
setDateFormat(DateFormat) - Method in class org.openapitools.client.ApiClient
Setter for the field dateFormat.
setDateFormat(DateFormat) - Static method in class org.openapitools.client.JSON
 
setDebugging(boolean) - Method in class org.openapitools.client.ApiClient
Enable/disable debugging for this API client.
setDefaultApiClient(ApiClient) - Static method in class org.openapitools.client.Configuration
Set the default API client, which would be used when creating API instances without providing an API client.
setErrorDetailedDescription(String) - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
setErrorDetailedDescription(String) - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
 
setErrorMessage(String) - Method in class org.openapitools.client.model.ScanCloudStorageJobStatusResult
 
setFileName(String) - Method in class org.openapitools.client.model.CloudStorageVirusFound
 
setFileName(String) - Method in class org.openapitools.client.model.VirusFound
 
setFileSize(Long) - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
setFileSize(Long) - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
 
setFormat(DateFormat) - Method in class org.openapitools.client.JSON.DateTypeAdapter
 
setFormat(DateFormat) - Method in class org.openapitools.client.JSON.SqlDateTypeAdapter
 
setFormat(DateTimeFormatter) - Method in class org.openapitools.client.JSON.LocalDateTypeAdapter
 
setFormat(DateTimeFormatter) - Method in class org.openapitools.client.JSON.OffsetDateTimeTypeAdapter
 
setFoundViruses(List<CloudStorageVirusFound>) - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
setFoundViruses(List<CloudStorageVirusFound>) - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
 
setFoundViruses(List<VirusFound>) - Method in class org.openapitools.client.model.VirusScanAdvancedResult
 
setFoundViruses(List<VirusFound>) - Method in class org.openapitools.client.model.VirusScanResult
 
setFoundViruses(List<VirusFound>) - Method in class org.openapitools.client.model.WebsiteScanResult
 
setGson(Gson) - Static method in class org.openapitools.client.JSON
Set Gson.
setHashSHA1(String) - Method in class org.openapitools.client.model.AdditionalAdvancedScanInformation
 
setHostIndex(int) - Method in class org.openapitools.client.api.ScanApi
 
setHostIndex(int) - Method in class org.openapitools.client.api.ScanCloudStorageApi
 
setHttpClient(OkHttpClient) - Method in class org.openapitools.client.ApiClient
Set HTTP client, which must never be null.
setIsAuthenticodeSigned(Boolean) - Method in class org.openapitools.client.model.AdditionalAdvancedScanInformation
 
setJobDuration(String) - Method in class org.openapitools.client.model.ScanCloudStorageJobStatusResult
 
setJSON(JSON) - Method in class org.openapitools.client.ApiClient
Set JSON
setKeyManagers(KeyManager[]) - Method in class org.openapitools.client.ApiClient
Configure client keys to use for authorization in an SSL session.
setLenientOnJson(boolean) - Method in class org.openapitools.client.ApiClient
Set LenientOnJson.
setLenientOnJson(boolean) - Static method in class org.openapitools.client.JSON
 
setLocalDateFormat(DateTimeFormatter) - Method in class org.openapitools.client.ApiClient
Set LocalDateFormat.
setLocalDateFormat(DateTimeFormatter) - Static method in class org.openapitools.client.JSON
 
setOffsetDateTimeFormat(DateTimeFormatter) - Method in class org.openapitools.client.ApiClient
Set OffsetDateTimeFormat.
setOffsetDateTimeFormat(DateTimeFormatter) - Static method in class org.openapitools.client.JSON
 
setPassword(String) - Method in class org.openapitools.client.ApiClient
Helper method to set password for the first HTTP basic authentication.
setPassword(String) - Method in class org.openapitools.client.auth.HttpBasicAuth
 
setReadTimeout(int) - Method in class org.openapitools.client.ApiClient
Sets the read timeout (in milliseconds).
setRelevantSubfileHashSHA1(String) - Method in class org.openapitools.client.model.AdditionalAdvancedScanInformation
 
setRelevantSubfileName(String) - Method in class org.openapitools.client.model.AdditionalAdvancedScanInformation
 
setResult(CloudStorageAdvancedVirusScanResult) - Method in class org.openapitools.client.model.ScanCloudStorageJobStatusResult
 
setServerIndex(Integer) - Method in class org.openapitools.client.ApiClient
 
setServers(List<ServerConfiguration>) - Method in class org.openapitools.client.ApiClient
 
setServerVariables(Map<String, String>) - Method in class org.openapitools.client.ApiClient
 
setSqlDateFormat(DateFormat) - Method in class org.openapitools.client.ApiClient
Set SqlDateFormat.
setSqlDateFormat(DateFormat) - Static method in class org.openapitools.client.JSON
 
setSslCaCert(InputStream) - Method in class org.openapitools.client.ApiClient
Configure the CA certificate to be trusted when making https requests.
setSuccessful(Boolean) - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
setSuccessful(Boolean) - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
 
setSuccessful(Boolean) - Method in class org.openapitools.client.model.ScanCloudStorageBatchJobCreateResult
 
setSuccessful(Boolean) - Method in class org.openapitools.client.model.ScanCloudStorageJobStatusResult
 
setTempFolderPath(String) - Method in class org.openapitools.client.ApiClient
Set the temporary folder path (for downloading files)
setUrl(String) - Method in class org.openapitools.client.model.WebsiteScanRequest
 
setUserAgent(String) - Method in class org.openapitools.client.ApiClient
Set the User-Agent header's value (by adding to the default header map).
setUsername(String) - Method in class org.openapitools.client.ApiClient
Helper method to set username for the first HTTP basic authentication.
setUsername(String) - Method in class org.openapitools.client.auth.HttpBasicAuth
 
setVerifiedFileFormat(String) - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
setVerifiedFileFormat(String) - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
 
setVerifiedFileFormat(String) - Method in class org.openapitools.client.model.VirusScanAdvancedResult
 
setVerifyingSsl(boolean) - Method in class org.openapitools.client.ApiClient
Configure whether to verify certificate and hostname when making https requests.
setVirusName(String) - Method in class org.openapitools.client.model.CloudStorageVirusFound
 
setVirusName(String) - Method in class org.openapitools.client.model.VirusFound
 
setWebsiteHttpResponseCode(Integer) - Method in class org.openapitools.client.model.WebsiteScanResult
 
setWebsiteThreatType(WebsiteScanResult.WebsiteThreatTypeEnum) - Method in class org.openapitools.client.model.WebsiteScanResult
 
setWriteTimeout(int) - Method in class org.openapitools.client.ApiClient
Sets the write timeout (in milliseconds).
source() - Method in class org.openapitools.client.ProgressResponseBody
 
SqlDateTypeAdapter() - Constructor for class org.openapitools.client.JSON.SqlDateTypeAdapter
 
SqlDateTypeAdapter(DateFormat) - Constructor for class org.openapitools.client.JSON.SqlDateTypeAdapter
 
StringUtil - Class in org.openapitools.client
 
StringUtil() - Constructor for class org.openapitools.client.StringUtil
 
successful(Boolean) - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
successful(Boolean) - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
 
successful(Boolean) - Method in class org.openapitools.client.model.ScanCloudStorageBatchJobCreateResult
 
successful(Boolean) - Method in class org.openapitools.client.model.ScanCloudStorageJobStatusResult
 

T

toJson() - Method in class org.openapitools.client.model.AdditionalAdvancedScanInformation
Convert an instance of AdditionalAdvancedScanInformation to an JSON string
toJson() - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
Convert an instance of CloudStorageAdvancedVirusScanResult to an JSON string
toJson() - Method in class org.openapitools.client.model.CloudStorageVirusFound
Convert an instance of CloudStorageVirusFound to an JSON string
toJson() - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
Convert an instance of CloudStorageVirusScanResult to an JSON string
toJson() - Method in class org.openapitools.client.model.ScanCloudStorageBatchJobCreateResult
Convert an instance of ScanCloudStorageBatchJobCreateResult to an JSON string
toJson() - Method in class org.openapitools.client.model.ScanCloudStorageJobStatusResult
Convert an instance of ScanCloudStorageJobStatusResult to an JSON string
toJson() - Method in class org.openapitools.client.model.VirusFound
Convert an instance of VirusFound to an JSON string
toJson() - Method in class org.openapitools.client.model.VirusScanAdvancedResult
Convert an instance of VirusScanAdvancedResult to an JSON string
toJson() - Method in class org.openapitools.client.model.VirusScanResult
Convert an instance of VirusScanResult to an JSON string
toJson() - Method in class org.openapitools.client.model.WebsiteScanRequest
Convert an instance of WebsiteScanRequest to an JSON string
toJson() - Method in class org.openapitools.client.model.WebsiteScanResult
Convert an instance of WebsiteScanResult to an JSON string
toString() - Method in class org.openapitools.client.model.AbstractOpenApiSchema
 
toString() - Method in class org.openapitools.client.model.AdditionalAdvancedScanInformation
 
toString() - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
toString() - Method in class org.openapitools.client.model.CloudStorageVirusFound
 
toString() - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
 
toString() - Method in class org.openapitools.client.model.ScanCloudStorageBatchJobCreateResult
 
toString() - Method in class org.openapitools.client.model.ScanCloudStorageJobStatusResult
 
toString() - Method in class org.openapitools.client.model.VirusFound
 
toString() - Method in class org.openapitools.client.model.VirusScanAdvancedResult
 
toString() - Method in class org.openapitools.client.model.VirusScanResult
 
toString() - Method in class org.openapitools.client.model.WebsiteScanRequest
 
toString() - Method in class org.openapitools.client.model.WebsiteScanResult
 
toString() - Method in enum org.openapitools.client.model.WebsiteScanResult.WebsiteThreatTypeEnum
 

U

UNABLE_TO_CONNECT - Enum constant in enum org.openapitools.client.model.WebsiteScanResult.WebsiteThreatTypeEnum
 
updateParamsForAuth(String[], List<Pair>, Map<String, String>, Map<String, String>, String, String, URI) - Method in class org.openapitools.client.ApiClient
Update query and header parameters based on authentication settings.
url(String) - Method in class org.openapitools.client.model.WebsiteScanRequest
 
URL - Variable in class org.openapitools.client.ServerConfiguration
 
URL() - Method in class org.openapitools.client.ServerConfiguration
Format URL template using default server variables.
URL(Map<String, String>) - Method in class org.openapitools.client.ServerConfiguration
Format URL template using given variables.

V

validateJsonElement(JsonElement) - Static method in class org.openapitools.client.model.AdditionalAdvancedScanInformation
Validates the JSON Element and throws an exception if issues found
validateJsonElement(JsonElement) - Static method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
Validates the JSON Element and throws an exception if issues found
validateJsonElement(JsonElement) - Static method in class org.openapitools.client.model.CloudStorageVirusFound
Validates the JSON Element and throws an exception if issues found
validateJsonElement(JsonElement) - Static method in class org.openapitools.client.model.CloudStorageVirusScanResult
Validates the JSON Element and throws an exception if issues found
validateJsonElement(JsonElement) - Static method in class org.openapitools.client.model.ScanCloudStorageBatchJobCreateResult
Validates the JSON Element and throws an exception if issues found
validateJsonElement(JsonElement) - Static method in class org.openapitools.client.model.ScanCloudStorageJobStatusResult
Validates the JSON Element and throws an exception if issues found
validateJsonElement(JsonElement) - Static method in class org.openapitools.client.model.VirusFound
Validates the JSON Element and throws an exception if issues found
validateJsonElement(JsonElement) - Static method in class org.openapitools.client.model.VirusScanAdvancedResult
Validates the JSON Element and throws an exception if issues found
validateJsonElement(JsonElement) - Static method in class org.openapitools.client.model.VirusScanResult
Validates the JSON Element and throws an exception if issues found
validateJsonElement(JsonElement) - Static method in class org.openapitools.client.model.WebsiteScanRequest
Validates the JSON Element and throws an exception if issues found
validateJsonElement(JsonElement) - Static method in class org.openapitools.client.model.WebsiteScanResult
Validates the JSON Element and throws an exception if issues found
validateJsonElement(JsonElement) - Static method in enum org.openapitools.client.model.WebsiteScanResult.WebsiteThreatTypeEnum
 
valueOf(String) - Static method in enum org.openapitools.client.model.WebsiteScanResult.WebsiteThreatTypeEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.openapitools.client.model.WebsiteScanResult.WebsiteThreatTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
variables - Variable in class org.openapitools.client.ServerConfiguration
 
verifiedFileFormat(String) - Method in class org.openapitools.client.model.CloudStorageAdvancedVirusScanResult
 
verifiedFileFormat(String) - Method in class org.openapitools.client.model.CloudStorageVirusScanResult
 
verifiedFileFormat(String) - Method in class org.openapitools.client.model.VirusScanAdvancedResult
 
VERSION - Static variable in class org.openapitools.client.Configuration
 
VirusFound - Class in org.openapitools.client.model
Virus positively identified
VirusFound() - Constructor for class org.openapitools.client.model.VirusFound
 
VirusFound.CustomTypeAdapterFactory - Class in org.openapitools.client.model
 
virusName(String) - Method in class org.openapitools.client.model.CloudStorageVirusFound
 
virusName(String) - Method in class org.openapitools.client.model.VirusFound
 
VirusScanAdvancedResult - Class in org.openapitools.client.model
Result of running an advanced virus scan
VirusScanAdvancedResult() - Constructor for class org.openapitools.client.model.VirusScanAdvancedResult
 
VirusScanAdvancedResult.CustomTypeAdapterFactory - Class in org.openapitools.client.model
 
VirusScanResult - Class in org.openapitools.client.model
Result of running a virus scan
VirusScanResult() - Constructor for class org.openapitools.client.model.VirusScanResult
 
VirusScanResult.CustomTypeAdapterFactory - Class in org.openapitools.client.model
 

W

websiteHttpResponseCode(Integer) - Method in class org.openapitools.client.model.WebsiteScanResult
 
WebsiteScanRequest - Class in org.openapitools.client.model
Request to scan a website for malicious content
WebsiteScanRequest() - Constructor for class org.openapitools.client.model.WebsiteScanRequest
 
WebsiteScanRequest.CustomTypeAdapterFactory - Class in org.openapitools.client.model
 
WebsiteScanResult - Class in org.openapitools.client.model
Result of running a website scan
WebsiteScanResult() - Constructor for class org.openapitools.client.model.WebsiteScanResult
 
WebsiteScanResult.CustomTypeAdapterFactory - Class in org.openapitools.client.model
 
WebsiteScanResult.WebsiteThreatTypeEnum - Enum in org.openapitools.client.model
Type of threat returned; can be None, Malware, ForcedDownload or Phishing
WebsiteScanResult.WebsiteThreatTypeEnum.Adapter - Class in org.openapitools.client.model
 
websiteThreatType(WebsiteScanResult.WebsiteThreatTypeEnum) - Method in class org.openapitools.client.model.WebsiteScanResult
 
write(JsonWriter, byte[]) - Method in class org.openapitools.client.JSON.ByteArrayAdapter
 
write(JsonWriter, Date) - Method in class org.openapitools.client.JSON.SqlDateTypeAdapter
 
write(JsonWriter, LocalDate) - Method in class org.openapitools.client.JSON.LocalDateTypeAdapter
 
write(JsonWriter, OffsetDateTime) - Method in class org.openapitools.client.JSON.OffsetDateTimeTypeAdapter
 
write(JsonWriter, Date) - Method in class org.openapitools.client.JSON.DateTypeAdapter
 
write(JsonWriter, WebsiteScanResult.WebsiteThreatTypeEnum) - Method in class org.openapitools.client.model.WebsiteScanResult.WebsiteThreatTypeEnum.Adapter
 
writeTo(BufferedSink) - Method in class org.openapitools.client.ProgressRequestBody
 
A B C D E F G H I J L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form