Uses of Enum Class
com.s8.api.flow.mail.SendMailS8Request.Status
Packages that use SendMailS8Request.Status
-
Uses of SendMailS8Request.Status in com.s8.api.flow.mail
Methods in com.s8.api.flow.mail that return SendMailS8Request.StatusModifier and TypeMethodDescriptionstatic SendMailS8Request.StatusReturns the enum constant of this class with the specified name.static SendMailS8Request.Status[]SendMailS8Request.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.s8.api.flow.mail with parameters of type SendMailS8Request.StatusModifier and TypeMethodDescriptionabstract voidSendMailS8Request.onSent(SendMailS8Request.Status status, String message) Callback method run upon successful request execution.