Uses of Class
br.com.senior.hcm.payroll.pojos.PhoneContactType
-
Packages that use PhoneContactType Package Description br.com.senior.hcm.payroll.pojos -
-
Uses of PhoneContactType in br.com.senior.hcm.payroll.pojos
Methods in br.com.senior.hcm.payroll.pojos that return PhoneContactType Modifier and Type Method Description static PhoneContactTypePhoneContactType. fromValue(String text)PhoneContactTypePhonecontact. getContacttype()Get contacttypePhoneContactTypePhoneContactType.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static PhoneContactTypePhoneContactType. valueOf(String name)Returns the enum constant of this type with the specified name.static PhoneContactType[]PhoneContactType. 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 PhoneContactType Modifier and Type Method Description PhonecontactPhonecontact. contacttype(PhoneContactType contacttype)voidPhonecontact. setContacttype(PhoneContactType contacttype)voidPhoneContactType.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, PhoneContactType enumeration)
-