Package com.courier.models.messages
Class MessageContentResponse
-
- All Implemented Interfaces:
public final class MessageContentResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMessageContentResponse.BuilderA builder for MessageContentResponse.
public final classMessageContentResponse.Result
-
Method Summary
Modifier and Type Method Description final List<MessageContentResponse.Result>results()An array of render output of a previously sent message. final JsonField<List<MessageContentResponse.Result>>_results()Returns the raw JSON value of results. final Map<String, JsonValue>_additionalProperties()final MessageContentResponse.BuildertoBuilder()final MessageContentResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static MessageContentResponse.Builderbuilder()Returns a mutable builder for constructing an instance of MessageContentResponse. -
-
Method Detail
-
results
final List<MessageContentResponse.Result> results()
An array of render output of a previously sent message.
-
_results
final JsonField<List<MessageContentResponse.Result>> _results()
Returns the raw JSON value of results.
Unlike results, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final MessageContentResponse.Builder toBuilder()
-
validate
final MessageContentResponse validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static MessageContentResponse.Builder builder()
Returns a mutable builder for constructing an instance of MessageContentResponse.
The following fields are required:
.results()
-
-
-
-