Uses of Enum
com.azure.resourcemanager.datafactory.models.DaysOfWeek
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of DaysOfWeek in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionstatic DaysOfWeek
DaysOfWeek.fromString
(String value) Parses a serialized value to a DaysOfWeek instance.static DaysOfWeek
Returns the enum constant of this type with the specified name.static DaysOfWeek[]
DaysOfWeek.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionRecurrenceSchedule.weekDays()
Get the weekDays property: The days of the week.Modifier and TypeMethodDescriptionRecurrenceSchedule.withWeekDays
(List<DaysOfWeek> weekDays) Set the weekDays property: The days of the week.