Package com.courier.models.inbound
Class InboundTrackEventResponse
-
- All Implemented Interfaces:
public final class InboundTrackEventResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInboundTrackEventResponse.BuilderA builder for InboundTrackEventResponse.
-
Method Summary
Modifier and Type Method Description final StringmessageId()A successful call returns a 202status code along with arequestIdin the response body.final JsonField<String>_messageId()Returns the raw JSON value of messageId. final Map<String, JsonValue>_additionalProperties()final InboundTrackEventResponse.BuildertoBuilder()final InboundTrackEventResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static InboundTrackEventResponse.Builderbuilder()Returns a mutable builder for constructing an instance of InboundTrackEventResponse. -
-
Method Detail
-
messageId
final String messageId()
A successful call returns a
202status code along with arequestIdin the response body.
-
_messageId
final JsonField<String> _messageId()
Returns the raw JSON value of messageId.
Unlike messageId, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final InboundTrackEventResponse.Builder toBuilder()
-
validate
final InboundTrackEventResponse 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 InboundTrackEventResponse.Builder builder()
Returns a mutable builder for constructing an instance of InboundTrackEventResponse.
The following fields are required:
.messageId()
-
-
-
-