Class ScanReport.Inventory.ScanModelIdsV3.Builder
-
- All Implemented Interfaces:
public final class ScanReport.Inventory.ScanModelIdsV3.BuilderA builder for ScanModelIdsV3.
-
-
Method Summary
-
-
Method Detail
-
modelId
final ScanReport.Inventory.ScanModelIdsV3.Builder modelId(String modelId)
Unique identifier for the model
-
modelId
final ScanReport.Inventory.ScanModelIdsV3.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.
-
modelVersionId
final ScanReport.Inventory.ScanModelIdsV3.Builder modelVersionId(String modelVersionId)
unique identifier for the model version
-
modelVersionId
final ScanReport.Inventory.ScanModelIdsV3.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.
-
additionalProperties
final ScanReport.Inventory.ScanModelIdsV3.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final ScanReport.Inventory.ScanModelIdsV3.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final ScanReport.Inventory.ScanModelIdsV3.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final ScanReport.Inventory.ScanModelIdsV3.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final ScanReport.Inventory.ScanModelIdsV3.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final ScanReport.Inventory.ScanModelIdsV3 build()
Returns an immutable instance of ScanModelIdsV3.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.modelId() .modelVersionId()
-
-
-
-