Class GroupDeleteResponse.Builder
-
- All Implemented Interfaces:
public final class GroupDeleteResponse.BuilderA builder for GroupDeleteResponse.
-
-
Method Summary
Modifier and Type Method Description final GroupDeleteResponse.Builderdeleted(Boolean deleted)Whether the group membership in the project was removed. final GroupDeleteResponse.Builderdeleted(JsonField<Boolean> deleted)Sets Builder.deleted to an arbitrary JSON value. final GroupDeleteResponse.Builderobject_(JsonValue object_)Sets the field to an arbitrary JSON value. final GroupDeleteResponse.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final GroupDeleteResponse.BuilderputAdditionalProperty(String key, JsonValue value)final GroupDeleteResponse.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final GroupDeleteResponse.BuilderremoveAdditionalProperty(String key)final GroupDeleteResponse.BuilderremoveAllAdditionalProperties(Set<String> keys)final GroupDeleteResponsebuild()Returns an immutable instance of GroupDeleteResponse. -
-
Method Detail
-
deleted
final GroupDeleteResponse.Builder deleted(Boolean deleted)
Whether the group membership in the project was removed.
-
deleted
final GroupDeleteResponse.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 GroupDeleteResponse.Builder object_(JsonValue object_)
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("project.group.deleted")This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final GroupDeleteResponse.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final GroupDeleteResponse.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final GroupDeleteResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final GroupDeleteResponse.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final GroupDeleteResponse.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final GroupDeleteResponse build()
Returns an immutable instance of GroupDeleteResponse.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.deleted()
-
-
-
-