Uses of Enum Class
com.aspose.tasks.cloud.model.WeekDayType
Packages that use WeekDayType
-
Uses of WeekDayType in com.aspose.tasks.cloud.model
Methods in com.aspose.tasks.cloud.model that return WeekDayTypeModifier and TypeMethodDescriptionstatic WeekDayType
RecurringInfo.getWeeklyDays()
Specifies a collection of days used in the weekly recurrence pattern.WeekDayType.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) static WeekDayType
Returns the enum constant of this class with the specified name.static WeekDayType[]
WeekDayType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.aspose.tasks.cloud.model with parameters of type WeekDayTypeModifier and TypeMethodDescriptionvoid
RecurringInfo.setWeeklyDays
(WeekDayType weeklyDays) RecurringInfo.weeklyDays
(WeekDayType weeklyDays) void
WeekDayType.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, WeekDayType enumeration)