Class MessageCreationStepDetails.Builder
-
- All Implemented Interfaces:
public final class MessageCreationStepDetails.BuilderA builder for MessageCreationStepDetails.
-
-
Method Summary
-
-
Method Detail
-
messageCreation
final MessageCreationStepDetails.Builder messageCreation(MessageCreationStepDetails.MessageCreation messageCreation)
-
messageCreation
final MessageCreationStepDetails.Builder messageCreation(JsonField<MessageCreationStepDetails.MessageCreation> messageCreation)
Sets Builder.messageCreation to an arbitrary JSON value.
You should usually call Builder.messageCreation with a well-typed MessageCreation value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
type
final MessageCreationStepDetails.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_creation")This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final MessageCreationStepDetails.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final MessageCreationStepDetails.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final MessageCreationStepDetails.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final MessageCreationStepDetails.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final MessageCreationStepDetails.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final MessageCreationStepDetails build()
Returns an immutable instance of MessageCreationStepDetails.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.messageCreation()
-
-
-
-