Uses of Class
br.com.senior.hcm.payroll.pojos.UseDifferentiatedNoticeType
-
Packages that use UseDifferentiatedNoticeType Package Description br.com.senior.hcm.payroll.pojos -
-
Uses of UseDifferentiatedNoticeType in br.com.senior.hcm.payroll.pojos
Methods in br.com.senior.hcm.payroll.pojos that return UseDifferentiatedNoticeType Modifier and Type Method Description static UseDifferentiatedNoticeTypeUseDifferentiatedNoticeType. fromValue(String text)UseDifferentiatedNoticeTypePriorNotice. getUseDifferentiatedNotice()Get useDifferentiatedNoticeUseDifferentiatedNoticeTypeUseDifferentiatedNoticeType.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static UseDifferentiatedNoticeTypeUseDifferentiatedNoticeType. valueOf(String name)Returns the enum constant of this type with the specified name.static UseDifferentiatedNoticeType[]UseDifferentiatedNoticeType. 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 UseDifferentiatedNoticeType Modifier and Type Method Description voidPriorNotice. setUseDifferentiatedNotice(UseDifferentiatedNoticeType useDifferentiatedNotice)PriorNoticePriorNotice. useDifferentiatedNotice(UseDifferentiatedNoticeType useDifferentiatedNotice)voidUseDifferentiatedNoticeType.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, UseDifferentiatedNoticeType enumeration)
-