Uses of Class
cz.quanti.mailq.entities.v2.enums.NewsletterStatus
-
Packages that use NewsletterStatus Package Description cz.quanti.mailq.entities.v2 cz.quanti.mailq.entities.v2.enums -
-
Uses of NewsletterStatus in cz.quanti.mailq.entities.v2
Methods in cz.quanti.mailq.entities.v2 that return NewsletterStatus Modifier and Type Method Description NewsletterStatusNewsletterEntity. getStatus()NewsletterStatusPreparedNewsletterEntity. getStatus()NewsletterStatusSmsNewsletterEntity. getStatus() -
Uses of NewsletterStatus in cz.quanti.mailq.entities.v2.enums
Methods in cz.quanti.mailq.entities.v2.enums that return NewsletterStatus Modifier and Type Method Description static NewsletterStatusNewsletterStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static NewsletterStatus[]NewsletterStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-