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