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.dayMethods in com.vidispine.generated that return WeekDayTypeModifier and TypeMethodDescriptionstatic WeekDayTypestatic WeekDayTypeReturns 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