Uses of Enum Class
com.sforce.soap.metadata.DaysOfWeek
-
Uses of DaysOfWeek in com.sforce.soap.metadata
Methods in com.sforce.soap.metadata that return DaysOfWeekModifier and TypeMethodDescriptionTimeSheetTemplate.getWorkWeekEndDay()TimeSheetTemplate.getWorkWeekStartDay()static DaysOfWeekReturns the enum constant of this class with the specified name.static DaysOfWeek[]DaysOfWeek.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sforce.soap.metadata with parameters of type DaysOfWeekModifier and TypeMethodDescriptionvoidTimeSheetTemplate.setWorkWeekEndDay(DaysOfWeek workWeekEndDay) voidTimeSheetTemplate.setWorkWeekStartDay(DaysOfWeek workWeekStartDay)