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