Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.DayOfWeek
-
Packages that use DayOfWeek Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of DayOfWeek in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return DayOfWeek Modifier and Type Method Description static DayOfWeek
DayOfWeek. fromString(String value)
Parses a serialized value to a DayOfWeek instance.static DayOfWeek
DayOfWeek. valueOf(String name)
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.recoveryservicesbackup.models that return types with arguments of type DayOfWeek Modifier and Type Method Description List<DayOfWeek>
WeeklyRetentionFormat. daysOfTheWeek()
Get the daysOfTheWeek property: List of days of the week.List<DayOfWeek>
WeeklyRetentionSchedule. daysOfTheWeek()
Get the daysOfTheWeek property: List of days of week for weekly retention policy.List<DayOfWeek>
SimpleSchedulePolicy. scheduleRunDays()
Get the scheduleRunDays property: List of days of week this schedule has to be run.List<DayOfWeek>
WeeklySchedule. scheduleRunDays()
Get the scheduleRunDays property: The scheduleRunDays property.Method parameters in com.azure.resourcemanager.recoveryservicesbackup.models with type arguments of type DayOfWeek Modifier and Type Method Description WeeklyRetentionFormat
WeeklyRetentionFormat. withDaysOfTheWeek(List<DayOfWeek> daysOfTheWeek)
Set the daysOfTheWeek property: List of days of the week.WeeklyRetentionSchedule
WeeklyRetentionSchedule. withDaysOfTheWeek(List<DayOfWeek> daysOfTheWeek)
Set the daysOfTheWeek property: List of days of week for weekly retention policy.SimpleSchedulePolicy
SimpleSchedulePolicy. withScheduleRunDays(List<DayOfWeek> scheduleRunDays)
Set the scheduleRunDays property: List of days of week this schedule has to be run.WeeklySchedule
WeeklySchedule. withScheduleRunDays(List<DayOfWeek> scheduleRunDays)
Set the scheduleRunDays property: The scheduleRunDays property.
-