Uses of Class
br.com.senior.hcm.payroll.pojos.EmailType
-
Packages that use EmailType Package Description br.com.senior.hcm.payroll.pojos -
-
Uses of EmailType in br.com.senior.hcm.payroll.pojos
Methods in br.com.senior.hcm.payroll.pojos that return EmailType Modifier and Type Method Description static EmailTypeEmailType. fromValue(String text)EmailTypeEmail. getEmailtype()Get emailtypeEmailTypeEmailType.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static EmailTypeEmailType. valueOf(String name)Returns the enum constant of this type with the specified name.static EmailType[]EmailType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in br.com.senior.hcm.payroll.pojos with parameters of type EmailType Modifier and Type Method Description EmailEmail. emailtype(EmailType emailtype)voidEmail. setEmailtype(EmailType emailtype)voidEmailType.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, EmailType enumeration)
-