Uses of Class
br.com.senior.hcm.recruitment.pojos.ShiftDto
-
Packages that use ShiftDto Package Description br.com.senior.hcm.recruitment.pojos -
-
Uses of ShiftDto in br.com.senior.hcm.recruitment.pojos
Methods in br.com.senior.hcm.recruitment.pojos that return ShiftDto Modifier and Type Method Description static ShiftDtoShiftDto. fromValue(String text)ShiftDtoWorkShift. getShift()Get shiftShiftDtoShiftDto.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ShiftDtoShiftDto. valueOf(String name)Returns the enum constant of this type with the specified name.static ShiftDto[]ShiftDto. 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 ShiftDto Modifier and Type Method Description voidWorkShift. setShift(ShiftDto shift)WorkShiftWorkShift. shift(ShiftDto shift)voidShiftDto.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ShiftDto enumeration)
-