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