Class DeliveryStatus
java.lang.Object
com.sinch.sdk.core.utils.EnumDynamic<String,DeliveryStatus>
com.sinch.sdk.domains.sms.models.v1.deliveryreports.DeliveryStatus
The simplified status as described in Delivery Report Statuses.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DeliveryStatusFinal type.static final DeliveryStatusFinal type.static final DeliveryStatusFinal type.static final DeliveryStatusFinal type.static final DeliveryStatusIntermediate type.static final DeliveryStatusFinal type.static final DeliveryStatusFinal type.static final DeliveryStatusIntermediate type.static final DeliveryStatusFinal type.static final DeliveryStatusFinal type. -
Method Summary
Modifier and TypeMethodDescriptionstatic DeliveryStatusstatic Stringstatic Stream<DeliveryStatus> values()Methods inherited from class com.sinch.sdk.core.utils.EnumDynamic
equals, hashCode, toString, value
-
Field Details
-
QUEUED
Intermediate type. Message is queued within REST API system and will be dispatched according to the rate of the account. -
DISPATCHED
Intermediate type. Message has been dispatched and accepted for delivery by the SMSC. -
ABORTED
Final type. Message was aborted before reaching the SMSC. -
CANCELLED
Final type. Message was cancelled by user before reaching SMSC. -
FAILED
Final type. Message failed to be delivered. -
DELIVERED
Final type. Message has been delivered. -
EXPIRED
Final type. Message expired before delivery to the SMSC. This may happen if the expiry time for the message was very short. -
REJECTED
Final type. Message was rejected by the SMSC. -
DELETED
Final type. Message was deleted by the SMSC. -
UNKNOWN
Final type. Message was delivered to the SMSC but no Delivery Receipt has been received or a Delivery Receipt that couldn't be interpreted was received.
-
-
Method Details
-
values
-
from
-
valueOf
-