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