Uses of Class
com.floragunn.signals.watch.action.handlers.email.EmailAction.Attachment.AttachmentType
-
Packages that use EmailAction.Attachment.AttachmentType Package Description com.floragunn.signals.watch.action.handlers.email -
-
Uses of EmailAction.Attachment.AttachmentType in com.floragunn.signals.watch.action.handlers.email
Methods in com.floragunn.signals.watch.action.handlers.email that return EmailAction.Attachment.AttachmentType Modifier and Type Method Description EmailAction.Attachment.AttachmentTypeEmailAction.Attachment. getType()static EmailAction.Attachment.AttachmentTypeEmailAction.Attachment.AttachmentType. valueOf(String name)Returns the enum constant of this type with the specified name.static EmailAction.Attachment.AttachmentType[]EmailAction.Attachment.AttachmentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.floragunn.signals.watch.action.handlers.email that return types with arguments of type EmailAction.Attachment.AttachmentType Modifier and Type Method Description static Optional<EmailAction.Attachment.AttachmentType>EmailAction.Attachment.AttachmentType. of(String t)Methods in com.floragunn.signals.watch.action.handlers.email with parameters of type EmailAction.Attachment.AttachmentType Modifier and Type Method Description voidEmailAction.Attachment. setType(EmailAction.Attachment.AttachmentType type)
-