Class JobListResponse.Item.Inventory.Builder
-
- All Implemented Interfaces:
public final class JobListResponse.Item.Inventory.BuilderA builder for Inventory.
-
-
Method Summary
-
-
Method Detail
-
modelId
final JobListResponse.Item.Inventory.Builder modelId(String modelId)
Unique identifier for the model
-
modelId
final JobListResponse.Item.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 JobListResponse.Item.Inventory.Builder modelName(String modelName)
name of the model
-
modelName
final JobListResponse.Item.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 JobListResponse.Item.Inventory.Builder modelVersionId(String modelVersionId)
unique identifier for the model version
-
modelVersionId
final JobListResponse.Item.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 JobListResponse.Item.Inventory.Builder requestedScanLocation(String requestedScanLocation)
Location to be scanned
-
requestedScanLocation
final JobListResponse.Item.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 JobListResponse.Item.Inventory.Builder assetRegion(String assetRegion)
Region of discovered asset
-
assetRegion
final JobListResponse.Item.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 JobListResponse.Item.Inventory.Builder fileLocation(String fileLocation)
URL or path to the model files, if available
-
fileLocation
final JobListResponse.Item.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 JobListResponse.Item.Inventory.Builder modelSource(String modelSource)
source (provider) info
-
modelSource
final JobListResponse.Item.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 JobListResponse.Item.Inventory.Builder modelVersion(String modelVersion)
version of the model
-
modelVersion
final JobListResponse.Item.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 JobListResponse.Item.Inventory.Builder origin(String origin)
Specifies the platform or service where the model originated before being scanned
-
origin
final JobListResponse.Item.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 JobListResponse.Item.Inventory.Builder providerDetails(JobListResponse.Item.Inventory.ProviderDetails providerDetails)
-
providerDetails
final JobListResponse.Item.Inventory.Builder providerDetails(JsonField<JobListResponse.Item.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 JobListResponse.Item.Inventory.Builder requestSource(JobListResponse.Item.Inventory.RequestSource requestSource)
Identifies the system that requested the scan
-
requestSource
final JobListResponse.Item.Inventory.Builder requestSource(JsonField<JobListResponse.Item.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 JobListResponse.Item.Inventory.Builder requestingEntity(String requestingEntity)
Entity that requested the scan
-
requestingEntity
final JobListResponse.Item.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 JobListResponse.Item.Inventory.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final JobListResponse.Item.Inventory.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final JobListResponse.Item.Inventory.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final JobListResponse.Item.Inventory.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final JobListResponse.Item.Inventory.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final JobListResponse.Item.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()
-
-
-
-