Uses of Enum
com.azure.resourcemanager.appservice.models.DaysOfWeek
Packages that use DaysOfWeek
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of DaysOfWeek in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return DaysOfWeekModifier 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.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type DaysOfWeekModifier and TypeMethodDescriptionRecurrenceSchedule.weekDays()
Get the weekDays property: The days of the week.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type DaysOfWeekModifier and TypeMethodDescriptionRecurrenceSchedule.withWeekDays
(List<DaysOfWeek> weekDays) Set the weekDays property: The days of the week.