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