Uses of Enum Class
io.mailtrap.model.response.emaillogs.MessageStatus
Packages that use MessageStatus
-
Uses of MessageStatus in io.mailtrap.model.request.emaillogs
Constructors in io.mailtrap.model.request.emaillogs with parameters of type MessageStatusModifierConstructorDescriptionFilterStatus(FilterStatus.Operator operator, MessageStatus status) Convenience constructor for a single status.Constructor parameters in io.mailtrap.model.request.emaillogs with type arguments of type MessageStatusModifierConstructorDescriptionFilterStatus(FilterStatus.Operator operator, List<MessageStatus> statuses) Convenience constructor for multiple statuses. -
Uses of MessageStatus in io.mailtrap.model.response.emaillogs
Methods in io.mailtrap.model.response.emaillogs that return MessageStatusModifier and TypeMethodDescriptionstatic MessageStatusstatic 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.