Class RunStepDeltaMessageDelta.Builder
-
- All Implemented Interfaces:
public final class RunStepDeltaMessageDelta.BuilderA builder for RunStepDeltaMessageDelta.
-
-
Method Summary
-
-
Method Detail
-
type
final RunStepDeltaMessageDelta.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.
-
messageCreation
final RunStepDeltaMessageDelta.Builder messageCreation(RunStepDeltaMessageDelta.MessageCreation messageCreation)
-
messageCreation
final RunStepDeltaMessageDelta.Builder messageCreation(JsonField<RunStepDeltaMessageDelta.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.
-
additionalProperties
final RunStepDeltaMessageDelta.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final RunStepDeltaMessageDelta.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final RunStepDeltaMessageDelta.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final RunStepDeltaMessageDelta.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final RunStepDeltaMessageDelta.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final RunStepDeltaMessageDelta build()
Returns an immutable instance of RunStepDeltaMessageDelta.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-