Uses of Class
br.com.senior.hcm.dependent.pojos.PhoneType
-
Packages that use PhoneType Package Description br.com.senior.hcm.dependent.pojos -
-
Uses of PhoneType in br.com.senior.hcm.dependent.pojos
Methods in br.com.senior.hcm.dependent.pojos that return PhoneType Modifier and Type Method Description static PhoneTypePhoneType. fromValue(String text)PhoneTypePhone. getPhoneType()Get phoneTypePhoneTypePhoneType.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static PhoneTypePhoneType. valueOf(String name)Returns the enum constant of this type with the specified name.static PhoneType[]PhoneType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in br.com.senior.hcm.dependent.pojos with parameters of type PhoneType Modifier and Type Method Description PhonePhone. phoneType(PhoneType phoneType)voidPhone. setPhoneType(PhoneType phoneType)voidPhoneType.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, PhoneType enumeration)
-