Uses of Enum Class
com.vidispine.generated.WeekDayType
-
Uses of WeekDayType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type WeekDayTypeModifier and TypeFieldDescriptionprotected List<WeekDayType>
FileSynchronizationScheduleEntryType.day
Methods in com.vidispine.generated that return WeekDayTypeModifier and TypeMethodDescriptionstatic WeekDayType
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.vidispine.generated that return types with arguments of type WeekDayTypeModifier and TypeMethodDescriptionFileSynchronizationScheduleEntryType.getDay()
Gets the value of the day property.Methods in com.vidispine.generated with parameters of type WeekDayTypeModifier and TypeMethodDescriptionFileSynchronizationScheduleEntryType.withDay
(WeekDayType... values) Adds objects to the list of Day using add methodMethod parameters in com.vidispine.generated with type arguments of type WeekDayTypeModifier and TypeMethodDescriptionFileSynchronizationScheduleEntryType.withDay
(Collection<WeekDayType> values) Adds objects to the list of Day using addAll method