Package com.courier.models.messages
Class MessageHistoryResponse.Result
-
- All Implemented Interfaces:
public final class MessageHistoryResponse.Result
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMessageHistoryResponse.Result.BuilderA builder for Result.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final MessageHistoryResponse.Result.BuildertoBuilder()final MessageHistoryResponse.Resultvalidate()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.Result.Builderbuilder()Returns a mutable builder for constructing an instance of Result. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final MessageHistoryResponse.Result.Builder toBuilder()
-
validate
final MessageHistoryResponse.Result 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.Result.Builder builder()
Returns a mutable builder for constructing an instance of Result.
-
-
-
-