Uses of Class
com.vidispine.generated.WeekDayType
-
-
Uses of WeekDayType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type WeekDayType Modifier and Type Field Description protected List<WeekDayType>
FileSynchronizationScheduleEntryType. day
Methods in com.vidispine.generated that return WeekDayType Modifier and Type Method Description static WeekDayType
WeekDayType. fromValue(String v)
static WeekDayType
WeekDayType. valueOf(String name)
Returns the enum constant of this type with the specified name.static WeekDayType[]
WeekDayType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vidispine.generated that return types with arguments of type WeekDayType Modifier and Type Method Description List<WeekDayType>
FileSynchronizationScheduleEntryType. getDay()
Gets the value of the day property.Methods in com.vidispine.generated with parameters of type WeekDayType Modifier and Type Method Description FileSynchronizationScheduleEntryType
FileSynchronizationScheduleEntryType. withDay(WeekDayType... values)
Method parameters in com.vidispine.generated with type arguments of type WeekDayType Modifier and Type Method Description FileSynchronizationScheduleEntryType
FileSynchronizationScheduleEntryType. withDay(Collection<WeekDayType> values)
-