Class BetaDeletedMessageBatch.Builder
-
- All Implemented Interfaces:
public final class BetaDeletedMessageBatch.BuilderA builder for BetaDeletedMessageBatch.
-
-
Method Summary
Modifier and Type Method Description final BetaDeletedMessageBatch.Builderid(String id)ID of the Message Batch. final BetaDeletedMessageBatch.Builderid(JsonField<String> id)Sets Builder.id to an arbitrary JSON value. final BetaDeletedMessageBatch.Buildertype(JsonValue type)Sets the field to an arbitrary JSON value. final BetaDeletedMessageBatch.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final BetaDeletedMessageBatch.BuilderputAdditionalProperty(String key, JsonValue value)final BetaDeletedMessageBatch.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final BetaDeletedMessageBatch.BuilderremoveAdditionalProperty(String key)final BetaDeletedMessageBatch.BuilderremoveAllAdditionalProperties(Set<String> keys)final BetaDeletedMessageBatchbuild()Returns an immutable instance of BetaDeletedMessageBatch. -
-
Method Detail
-
id
final BetaDeletedMessageBatch.Builder id(String id)
ID of the Message Batch.
-
id
final BetaDeletedMessageBatch.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 BetaDeletedMessageBatch.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("message_batch_deleted")This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaDeletedMessageBatch.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaDeletedMessageBatch.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaDeletedMessageBatch.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaDeletedMessageBatch.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaDeletedMessageBatch.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaDeletedMessageBatch build()
Returns an immutable instance of BetaDeletedMessageBatch.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.id()
-
-
-
-