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