Uses of Class
br.com.senior.hcm.payroll.pojos.MovimentationRaisType
-
Packages that use MovimentationRaisType Package Description br.com.senior.hcm.payroll.pojos -
-
Uses of MovimentationRaisType in br.com.senior.hcm.payroll.pojos
Methods in br.com.senior.hcm.payroll.pojos that return MovimentationRaisType Modifier and Type Method Description static MovimentationRaisTypeMovimentationRaisType. fromValue(String text)MovimentationRaisTypeHistoricalleave. getMovimentationRaisType()Get movimentationRaisTypeMovimentationRaisTypeMovimentationRaisType.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static MovimentationRaisTypeMovimentationRaisType. valueOf(String name)Returns the enum constant of this type with the specified name.static MovimentationRaisType[]MovimentationRaisType. 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 MovimentationRaisType Modifier and Type Method Description HistoricalleaveHistoricalleave. movimentationRaisType(MovimentationRaisType movimentationRaisType)voidHistoricalleave. setMovimentationRaisType(MovimentationRaisType movimentationRaisType)voidMovimentationRaisType.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, MovimentationRaisType enumeration)
-