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