Class ScanReport.Inventory.ScanModelDetailsV3.Builder
-
- All Implemented Interfaces:
public final class ScanReport.Inventory.ScanModelDetailsV3.BuilderA builder for ScanModelDetailsV3.
-
-
Method Summary
-
-
Method Detail
-
modelName
final ScanReport.Inventory.ScanModelDetailsV3.Builder modelName(String modelName)
name of the model
-
modelName
final ScanReport.Inventory.ScanModelDetailsV3.Builder modelName(JsonField<String> modelName)
Sets Builder.modelName to an arbitrary JSON value.
You should usually call Builder.modelName with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
requestedScanLocation
final ScanReport.Inventory.ScanModelDetailsV3.Builder requestedScanLocation(String requestedScanLocation)
Location to be scanned
-
requestedScanLocation
final ScanReport.Inventory.ScanModelDetailsV3.Builder requestedScanLocation(JsonField<String> requestedScanLocation)
Sets Builder.requestedScanLocation to an arbitrary JSON value.
You should usually call Builder.requestedScanLocation with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
modelSource
final ScanReport.Inventory.ScanModelDetailsV3.Builder modelSource(String modelSource)
source (provider) info
-
modelSource
final ScanReport.Inventory.ScanModelDetailsV3.Builder modelSource(JsonField<String> modelSource)
Sets Builder.modelSource to an arbitrary JSON value.
You should usually call Builder.modelSource with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
modelVersion
final ScanReport.Inventory.ScanModelDetailsV3.Builder modelVersion(String modelVersion)
version of the model
-
modelVersion
final ScanReport.Inventory.ScanModelDetailsV3.Builder modelVersion(JsonField<String> modelVersion)
Sets Builder.modelVersion to an arbitrary JSON value.
You should usually call Builder.modelVersion with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
origin
final ScanReport.Inventory.ScanModelDetailsV3.Builder origin(String origin)
Specifies the platform or service where the model originated before being scanned
-
origin
final ScanReport.Inventory.ScanModelDetailsV3.Builder origin(JsonField<String> origin)
Sets Builder.origin to an arbitrary JSON value.
You should usually call Builder.origin with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
requestSource
final ScanReport.Inventory.ScanModelDetailsV3.Builder requestSource(ScanReport.Inventory.ScanModelDetailsV3.RequestSource requestSource)
Identifies the system that requested the scan
-
requestSource
final ScanReport.Inventory.ScanModelDetailsV3.Builder requestSource(JsonField<ScanReport.Inventory.ScanModelDetailsV3.RequestSource> requestSource)
Sets Builder.requestSource to an arbitrary JSON value.
You should usually call Builder.requestSource with a well-typed RequestSource value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
requestingEntity
final ScanReport.Inventory.ScanModelDetailsV3.Builder requestingEntity(String requestingEntity)
Entity that requested the scan
-
requestingEntity
final ScanReport.Inventory.ScanModelDetailsV3.Builder requestingEntity(JsonField<String> requestingEntity)
Sets Builder.requestingEntity to an arbitrary JSON value.
You should usually call Builder.requestingEntity 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 ScanReport.Inventory.ScanModelDetailsV3.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final ScanReport.Inventory.ScanModelDetailsV3.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final ScanReport.Inventory.ScanModelDetailsV3.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final ScanReport.Inventory.ScanModelDetailsV3.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final ScanReport.Inventory.ScanModelDetailsV3.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final ScanReport.Inventory.ScanModelDetailsV3 build()
Returns an immutable instance of ScanModelDetailsV3.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.modelName() .requestedScanLocation()
-
-
-
-