| Package | Description |
|---|---|
| com.iland.cohesity.iaas.backups.policies.api.enums | |
| com.iland.core.web.rest.shared.iaas.backup |
| Modifier and Type | Method and Description |
|---|---|
static Day |
Day.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Day[] |
Day.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Day |
MonthlySchedule.getDay()
Gets day.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Day> |
BlackoutPeriod.getDay()
Blackout Day.
|
Set<Day> |
DailySchedule.getDays()
Array of Days.
|
| Constructor and Description |
|---|
BlackoutPeriod(Day day,
TimeOfDay endTime,
TimeOfDay startTime)
Instantiates a new BlackoutPeriod.
|
MonthlySchedule(Day day,
DayCount dayCount)
Instantiates a new Monthly schedule.
|
| Constructor and Description |
|---|
DailySchedule(Set<Day> days)
Instantiates a new DailySchedule.
|
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.