Class JobRequestParams.Inventory.ScanTarget.DeepScan
-
- All Implemented Interfaces:
public final class JobRequestParams.Inventory.ScanTarget.DeepScan
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classJobRequestParams.Inventory.ScanTarget.DeepScan.BuilderA builder for DeepScan.
public final classJobRequestParams.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<JobRequestParams.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<JobRequestParams.Inventory.ScanTarget.DeepScan.File>>_files()Returns the raw JSON value of files. final Map<String, JsonValue>_additionalProperties()final JobRequestParams.Inventory.ScanTarget.DeepScan.BuildertoBuilder()final JobRequestParams.Inventory.ScanTarget.DeepScanvalidate()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.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<JobRequestParams.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<JobRequestParams.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 JobRequestParams.Inventory.ScanTarget.DeepScan.Builder toBuilder()
-
validate
final JobRequestParams.Inventory.ScanTarget.DeepScan 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.Builder builder()
Returns a mutable builder for constructing an instance of DeepScan.
-
-
-
-