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