Class BetaEnvironmentDeleteResponse.Builder
-
- All Implemented Interfaces:
public final class BetaEnvironmentDeleteResponse.BuilderA builder for BetaEnvironmentDeleteResponse.
-
-
Method Summary
Modifier and Type Method Description final BetaEnvironmentDeleteResponse.Builderid(String id)Environment identifier final BetaEnvironmentDeleteResponse.Builderid(JsonField<String> id)Sets Builder.id to an arbitrary JSON value. final BetaEnvironmentDeleteResponse.Buildertype(JsonValue type)Sets the field to an arbitrary JSON value. final BetaEnvironmentDeleteResponse.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final BetaEnvironmentDeleteResponse.BuilderputAdditionalProperty(String key, JsonValue value)final BetaEnvironmentDeleteResponse.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final BetaEnvironmentDeleteResponse.BuilderremoveAdditionalProperty(String key)final BetaEnvironmentDeleteResponse.BuilderremoveAllAdditionalProperties(Set<String> keys)final BetaEnvironmentDeleteResponsebuild()Returns an immutable instance of BetaEnvironmentDeleteResponse. -
-
Method Detail
-
id
final BetaEnvironmentDeleteResponse.Builder id(String id)
Environment identifier
-
id
final BetaEnvironmentDeleteResponse.Builder id(JsonField<String> id)
Sets Builder.id to an arbitrary JSON value.
You should usually call Builder.id with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
type
final BetaEnvironmentDeleteResponse.Builder type(JsonValue type)
Sets the field to an arbitrary JSON value.
It is usually unnecessary to call this method because the field defaults to the following:
JsonValue.from("environment_deleted")This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaEnvironmentDeleteResponse.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaEnvironmentDeleteResponse.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaEnvironmentDeleteResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaEnvironmentDeleteResponse.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaEnvironmentDeleteResponse.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaEnvironmentDeleteResponse build()
Returns an immutable instance of BetaEnvironmentDeleteResponse.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.id()
-
-
-
-