Class UploadStartParams.Body.Builder
-
- All Implemented Interfaces:
public final class UploadStartParams.Body.BuilderA builder for Body.
-
-
Method Summary
-
-
Method Detail
-
modelName
final UploadStartParams.Body.Builder modelName(String modelName)
Model name
-
modelName
final UploadStartParams.Body.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.
-
modelVersion
final UploadStartParams.Body.Builder modelVersion(String modelVersion)
Model version
-
modelVersion
final UploadStartParams.Body.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.
-
requestingEntity
final UploadStartParams.Body.Builder requestingEntity(String requestingEntity)
Requesting entity
-
requestingEntity
final UploadStartParams.Body.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.
-
locationAlias
final UploadStartParams.Body.Builder locationAlias(String locationAlias)
Requested location alias
-
locationAlias
final UploadStartParams.Body.Builder locationAlias(JsonField<String> locationAlias)
Sets Builder.locationAlias to an arbitrary JSON value.
You should usually call Builder.locationAlias 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 UploadStartParams.Body.Builder origin(String origin)
Specifies the platform or service where the model originated before being scanned
-
origin
final UploadStartParams.Body.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 UploadStartParams.Body.Builder requestSource(UploadStartParams.RequestSource requestSource)
Identifies the system that requested the scan
-
requestSource
final UploadStartParams.Body.Builder requestSource(JsonField<UploadStartParams.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.
-
additionalProperties
final UploadStartParams.Body.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final UploadStartParams.Body.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final UploadStartParams.Body.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final UploadStartParams.Body.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final UploadStartParams.Body.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final UploadStartParams.Body build()
Returns an immutable instance of Body.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.modelName() .modelVersion() .requestingEntity()
-
-
-
-