Uses of Class
br.com.senior.hcm.payroll.pojos.FormDisregardWithdrawalDayType
-
Packages that use FormDisregardWithdrawalDayType Package Description br.com.senior.hcm.payroll.pojos -
-
Uses of FormDisregardWithdrawalDayType in br.com.senior.hcm.payroll.pojos
Methods in br.com.senior.hcm.payroll.pojos that return FormDisregardWithdrawalDayType Modifier and Type Method Description static FormDisregardWithdrawalDayTypeFormDisregardWithdrawalDayType. fromValue(String text)FormDisregardWithdrawalDayTypePriorNotice. getFormDisregardWithdrawalDay()Get formDisregardWithdrawalDayFormDisregardWithdrawalDayTypeFormDisregardWithdrawalDayType.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static FormDisregardWithdrawalDayTypeFormDisregardWithdrawalDayType. valueOf(String name)Returns the enum constant of this type with the specified name.static FormDisregardWithdrawalDayType[]FormDisregardWithdrawalDayType. 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 FormDisregardWithdrawalDayType Modifier and Type Method Description PriorNoticePriorNotice. formDisregardWithdrawalDay(FormDisregardWithdrawalDayType formDisregardWithdrawalDay)voidPriorNotice. setFormDisregardWithdrawalDay(FormDisregardWithdrawalDayType formDisregardWithdrawalDay)voidFormDisregardWithdrawalDayType.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, FormDisregardWithdrawalDayType enumeration)
-