Uses of Enum
com.azure.resourcemanager.appservice.models.DayOfWeek
Packages that use DayOfWeek
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of DayOfWeek in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return DayOfWeekModifier and TypeMethodDescriptionRecurrenceScheduleOccurrence.day()
Get the day property: The day of the week.static DayOfWeek
DayOfWeek.fromString
(String value) Parses a serialized value to a DayOfWeek instance.static DayOfWeek
Returns the enum constant of this type with the specified name.static DayOfWeek[]
DayOfWeek.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.appservice.models with parameters of type DayOfWeekModifier and TypeMethodDescriptionSet the day property: The day of the week.