Class HightouchEmbeddedDestinationParams.Body
-
- All Implemented Interfaces:
public final class HightouchEmbeddedDestinationParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classHightouchEmbeddedDestinationParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final Stringid()The unique identifier for the RPC request. final Stringjsonrpc()The JSON-RPC version. final Stringmethod()The method name to execute. final Optional<HightouchEmbeddedDestinationParams.Params>params()The parameters for the method. final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<String>_jsonrpc()Returns the raw JSON value of jsonrpc. final JsonField<String>_method()Returns the raw JSON value of method. final JsonField<HightouchEmbeddedDestinationParams.Params>_params()Returns the raw JSON value of params. final Map<String, JsonValue>_additionalProperties()final HightouchEmbeddedDestinationParams.Body.BuildertoBuilder()final HightouchEmbeddedDestinationParams.Bodyvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static HightouchEmbeddedDestinationParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
params
final Optional<HightouchEmbeddedDestinationParams.Params> params()
The parameters for the method.
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, this method doesn't throw if the JSON field has an unexpected type.
-
_jsonrpc
final JsonField<String> _jsonrpc()
Returns the raw JSON value of jsonrpc.
Unlike jsonrpc, this method doesn't throw if the JSON field has an unexpected type.
-
_method
final JsonField<String> _method()
Returns the raw JSON value of method.
Unlike method, this method doesn't throw if the JSON field has an unexpected type.
-
_params
final JsonField<HightouchEmbeddedDestinationParams.Params> _params()
Returns the raw JSON value of params.
Unlike params, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final HightouchEmbeddedDestinationParams.Body.Builder toBuilder()
-
validate
final HightouchEmbeddedDestinationParams.Body validate()
-
builder
final static HightouchEmbeddedDestinationParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.id() .jsonrpc() .method()
-
-
-
-