Uses of Class
com.azure.resourcemanager.datafactory.models.DaysOfWeek
-
Packages that use DaysOfWeek Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of DaysOfWeek in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return DaysOfWeek Modifier and Type Method Description static DaysOfWeek
DaysOfWeek. fromString(String value)
Parses a serialized value to a DaysOfWeek instance.static DaysOfWeek
DaysOfWeek. valueOf(String name)
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.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type DaysOfWeek Modifier and Type Method Description List<DaysOfWeek>
RecurrenceSchedule. weekDays()
Get the weekDays property: The days of the week.Method parameters in com.azure.resourcemanager.datafactory.models with type arguments of type DaysOfWeek Modifier and Type Method Description RecurrenceSchedule
RecurrenceSchedule. withWeekDays(List<DaysOfWeek> weekDays)
Set the weekDays property: The days of the week.
-