Uses of Class
br.com.senior.hcm.recruitment.pojos.MaritalStatusDto
-
Packages that use MaritalStatusDto Package Description br.com.senior.hcm.recruitment.pojos -
-
Uses of MaritalStatusDto in br.com.senior.hcm.recruitment.pojos
Methods in br.com.senior.hcm.recruitment.pojos that return MaritalStatusDto Modifier and Type Method Description static MaritalStatusDtoMaritalStatusDto. fromValue(String text)MaritalStatusDtoResume. getMaritalStatus()Get maritalStatusMaritalStatusDtoMaritalStatusDto.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static MaritalStatusDtoMaritalStatusDto. valueOf(String name)Returns the enum constant of this type with the specified name.static MaritalStatusDto[]MaritalStatusDto. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in br.com.senior.hcm.recruitment.pojos with parameters of type MaritalStatusDto Modifier and Type Method Description ResumeResume. maritalStatus(MaritalStatusDto maritalStatus)voidResume. setMaritalStatus(MaritalStatusDto maritalStatus)voidMaritalStatusDto.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, MaritalStatusDto enumeration)
-