Class ScanJob.Inventory.ScanTarget.DeepScan.Builder
-
- All Implemented Interfaces:
public final class ScanJob.Inventory.ScanTarget.DeepScan.BuilderA builder for DeepScan.
-
-
Method Summary
-
-
Method Detail
-
fileLocation
final ScanJob.Inventory.ScanTarget.DeepScan.Builder fileLocation(String fileLocation)
URL or path to the model files
-
fileLocation
final ScanJob.Inventory.ScanTarget.DeepScan.Builder fileLocation(JsonField<String> fileLocation)
Sets Builder.fileLocation to an arbitrary JSON value.
You should usually call Builder.fileLocation with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
files
final ScanJob.Inventory.ScanTarget.DeepScan.Builder files(List<ScanJob.Inventory.ScanTarget.DeepScan.File> files)
List of specific files to scan
-
files
final ScanJob.Inventory.ScanTarget.DeepScan.Builder files(JsonField<List<ScanJob.Inventory.ScanTarget.DeepScan.File>> files)
Sets Builder.files to an arbitrary JSON value.
You should usually call Builder.files with a well-typed
List<File>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addFile
final ScanJob.Inventory.ScanTarget.DeepScan.Builder addFile(ScanJob.Inventory.ScanTarget.DeepScan.File file)
-
additionalProperties
final ScanJob.Inventory.ScanTarget.DeepScan.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final ScanJob.Inventory.ScanTarget.DeepScan.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final ScanJob.Inventory.ScanTarget.DeepScan.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final ScanJob.Inventory.ScanTarget.DeepScan.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final ScanJob.Inventory.ScanTarget.DeepScan.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final ScanJob.Inventory.ScanTarget.DeepScan build()
Returns an immutable instance of DeepScan.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-