Class HightouchEmbeddedDestinationResponse
-
- All Implemented Interfaces:
public final class HightouchEmbeddedDestinationResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classHightouchEmbeddedDestinationResponse.BuilderA builder for HightouchEmbeddedDestinationResponse.
public final classHightouchEmbeddedDestinationResponse.ResultThe result of the RPC call.
-
Method Summary
Modifier and Type Method Description final Optional<String>id()The request ID. final Optional<HightouchEmbeddedDestinationResponse.Result>result()The result of the RPC call. final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<HightouchEmbeddedDestinationResponse.Result>_result()Returns the raw JSON value of result. final Map<String, JsonValue>_additionalProperties()final HightouchEmbeddedDestinationResponse.BuildertoBuilder()final HightouchEmbeddedDestinationResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static HightouchEmbeddedDestinationResponse.Builderbuilder()Returns a mutable builder for constructing an instance of HightouchEmbeddedDestinationResponse. -
-
Method Detail
-
result
final Optional<HightouchEmbeddedDestinationResponse.Result> result()
The result of the RPC call.
-
_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.
-
_result
final JsonField<HightouchEmbeddedDestinationResponse.Result> _result()
Returns the raw JSON value of result.
Unlike result, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final HightouchEmbeddedDestinationResponse.Builder toBuilder()
-
validate
final HightouchEmbeddedDestinationResponse validate()
-
builder
final static HightouchEmbeddedDestinationResponse.Builder builder()
Returns a mutable builder for constructing an instance of HightouchEmbeddedDestinationResponse.
-
-
-
-