Class ScanJob.Inventory.ScanTarget.DeepScan
-
- All Implemented Interfaces:
public final class ScanJob.Inventory.ScanTarget.DeepScan
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classScanJob.Inventory.ScanTarget.DeepScan.BuilderA builder for DeepScan.
public final classScanJob.Inventory.ScanTarget.DeepScan.File
-
Method Summary
Modifier and Type Method Description final Optional<String>fileLocation()URL or path to the model files final Optional<List<ScanJob.Inventory.ScanTarget.DeepScan.File>>files()List of specific files to scan final JsonField<String>_fileLocation()Returns the raw JSON value of fileLocation. final JsonField<List<ScanJob.Inventory.ScanTarget.DeepScan.File>>_files()Returns the raw JSON value of files. final Map<String, JsonValue>_additionalProperties()final ScanJob.Inventory.ScanTarget.DeepScan.BuildertoBuilder()final ScanJob.Inventory.ScanTarget.DeepScanvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ScanJob.Inventory.ScanTarget.DeepScan.Builderbuilder()Returns a mutable builder for constructing an instance of DeepScan. -
-
Method Detail
-
fileLocation
final Optional<String> fileLocation()
URL or path to the model files
-
files
final Optional<List<ScanJob.Inventory.ScanTarget.DeepScan.File>> files()
List of specific files to scan
-
_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.
-
_files
final JsonField<List<ScanJob.Inventory.ScanTarget.DeepScan.File>> _files()
Returns the raw JSON value of files.
Unlike files, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ScanJob.Inventory.ScanTarget.DeepScan.Builder toBuilder()
-
validate
final ScanJob.Inventory.ScanTarget.DeepScan validate()
-
builder
final static ScanJob.Inventory.ScanTarget.DeepScan.Builder builder()
Returns a mutable builder for constructing an instance of DeepScan.
-
-
-
-