Uses of Enum Class
com.vonage.client.sms.MessageStatus
Packages that use MessageStatus
Package
Description
This package contains classes and sub-packages to support usage of the
Vonage SMS API.
-
Uses of MessageStatus in com.vonage.client.sms
Methods in com.vonage.client.sms that return MessageStatusModifier and TypeMethodDescriptionstatic MessageStatusMessageStatus.fromInt(int messageStatus) Look up the MessageStatus based on the int value.SmsSubmissionResponseMessage.getStatus()static MessageStatusReturns the enum constant of this class with the specified name.static MessageStatus[]MessageStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.