Modifier and Type | Field and Description |
---|---|
protected List<WeekDayType> |
FileSynchronizationScheduleEntryType.day |
Modifier and Type | Method and Description |
---|---|
static WeekDayType |
WeekDayType.fromValue(String v) |
static WeekDayType |
WeekDayType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WeekDayType[] |
WeekDayType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<WeekDayType> |
FileSynchronizationScheduleEntryType.getDay()
Gets the value of the day property.
|
Modifier and Type | Method and Description |
---|---|
FileSynchronizationScheduleEntryType |
FileSynchronizationScheduleEntryType.withDay(WeekDayType... values) |
Modifier and Type | Method and Description |
---|---|
FileSynchronizationScheduleEntryType |
FileSynchronizationScheduleEntryType.withDay(Collection<WeekDayType> values) |
Copyright © 2017. All rights reserved.