Class JobRequestParams.Inventory.ScanTarget.DeepScan.File
-
- All Implemented Interfaces:
public final class JobRequestParams.Inventory.ScanTarget.DeepScan.File
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classJobRequestParams.Inventory.ScanTarget.DeepScan.File.BuilderA builder for File.
-
Method Summary
Modifier and Type Method Description final StringfileLocation()URL or path to the specific file final Optional<String>fileNameAlias()Optional alias for the file name final JsonField<String>_fileLocation()Returns the raw JSON value of fileLocation. final JsonField<String>_fileNameAlias()Returns the raw JSON value of fileNameAlias. final Map<String, JsonValue>_additionalProperties()final JobRequestParams.Inventory.ScanTarget.DeepScan.File.BuildertoBuilder()final JobRequestParams.Inventory.ScanTarget.DeepScan.Filevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static JobRequestParams.Inventory.ScanTarget.DeepScan.File.Builderbuilder()Returns a mutable builder for constructing an instance of File. -
-
Method Detail
-
fileLocation
final String fileLocation()
URL or path to the specific file
-
fileNameAlias
final Optional<String> fileNameAlias()
Optional alias for the file name
-
_fileLocation
final JsonField<String> _fileLocation()
Returns the raw JSON value of fileLocation.
Unlike fileLocation, this method doesn't throw if the JSON field has an unexpected type.
-
_fileNameAlias
final JsonField<String> _fileNameAlias()
Returns the raw JSON value of fileNameAlias.
Unlike fileNameAlias, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final JobRequestParams.Inventory.ScanTarget.DeepScan.File.Builder toBuilder()
-
validate
final JobRequestParams.Inventory.ScanTarget.DeepScan.File validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static JobRequestParams.Inventory.ScanTarget.DeepScan.File.Builder builder()
Returns a mutable builder for constructing an instance of File.
The following fields are required:
.fileLocation()
-
-
-
-