Package com.courier.models.messages
Class MessageHistoryResponse
-
- All Implemented Interfaces:
public final class MessageHistoryResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMessageHistoryResponse.BuilderA builder for MessageHistoryResponse.
public final classMessageHistoryResponse.Result
-
Method Summary
Modifier and Type Method Description final List<MessageHistoryResponse.Result>results()final JsonField<List<MessageHistoryResponse.Result>>_results()Returns the raw JSON value of results. final Map<String, JsonValue>_additionalProperties()final MessageHistoryResponse.BuildertoBuilder()final MessageHistoryResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static MessageHistoryResponse.Builderbuilder()Returns a mutable builder for constructing an instance of MessageHistoryResponse. -
-
Method Detail
-
results
final List<MessageHistoryResponse.Result> results()
-
_results
final JsonField<List<MessageHistoryResponse.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 MessageHistoryResponse.Builder toBuilder()
-
validate
final MessageHistoryResponse 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 MessageHistoryResponse.Builder builder()
Returns a mutable builder for constructing an instance of MessageHistoryResponse.
The following fields are required:
.results()
-
-
-
-