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()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()
-
builder
final static MessageContentResponse.Builder builder()
Returns a mutable builder for constructing an instance of MessageContentResponse.
The following fields are required:
.results()
-
-
-
-