Class ModelRetrieveResponse.Version.Deployment.Builder
-
- All Implemented Interfaces:
public final class ModelRetrieveResponse.Version.Deployment.BuilderA builder for Deployment.
-
-
Method Summary
-
-
Method Detail
-
active
final ModelRetrieveResponse.Version.Deployment.Builder active(Boolean active)
-
active
final ModelRetrieveResponse.Version.Deployment.Builder active(JsonField<Boolean> active)
Sets Builder.active to an arbitrary JSON value.
You should usually call Builder.active with a well-typed Boolean value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
path
final ModelRetrieveResponse.Version.Deployment.Builder path(String path)
-
path
final ModelRetrieveResponse.Version.Deployment.Builder path(JsonField<String> path)
Sets Builder.path to an arbitrary JSON value.
You should usually call Builder.path 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 ModelRetrieveResponse.Version.Deployment.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final ModelRetrieveResponse.Version.Deployment.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final ModelRetrieveResponse.Version.Deployment.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final ModelRetrieveResponse.Version.Deployment.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final ModelRetrieveResponse.Version.Deployment.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final ModelRetrieveResponse.Version.Deployment build()
Returns an immutable instance of Deployment.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-