| Package | Description |
|---|---|
| com.microsoft.exchange.types |
| Modifier and Type | Field and Description |
|---|---|
protected DayOfWeekType |
SerializableTimeZoneTime.dayOfWeek |
protected DayOfWeekType |
RelativeMonthlyRecurrencePatternType.daysOfWeek |
protected DayOfWeekType |
RelativeYearlyRecurrencePatternType.daysOfWeek |
| Modifier and Type | Field and Description |
|---|---|
protected List<DayOfWeekType> |
WorkingPeriod.dayOfWeek |
protected List<DayOfWeekType> |
WeeklyRecurrencePatternType.daysOfWeek |
| Modifier and Type | Method and Description |
|---|---|
static DayOfWeekType |
DayOfWeekType.fromValue(String v) |
DayOfWeekType |
SerializableTimeZoneTime.getDayOfWeek()
Gets the value of the dayOfWeek property.
|
DayOfWeekType |
RelativeMonthlyRecurrencePatternType.getDaysOfWeek()
Gets the value of the daysOfWeek property.
|
DayOfWeekType |
RelativeYearlyRecurrencePatternType.getDaysOfWeek()
Gets the value of the daysOfWeek property.
|
static DayOfWeekType |
DayOfWeekType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DayOfWeekType[] |
DayOfWeekType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<DayOfWeekType> |
WorkingPeriod.getDayOfWeek()
Gets the value of the dayOfWeek property.
|
List<DayOfWeekType> |
WeeklyRecurrencePatternType.getDaysOfWeek()
Gets the value of the daysOfWeek property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SerializableTimeZoneTime.setDayOfWeek(DayOfWeekType value)
Sets the value of the dayOfWeek property.
|
void |
RelativeMonthlyRecurrencePatternType.setDaysOfWeek(DayOfWeekType value)
Sets the value of the daysOfWeek property.
|
void |
RelativeYearlyRecurrencePatternType.setDaysOfWeek(DayOfWeekType value)
Sets the value of the daysOfWeek property.
|
Copyright © 2016 Apereo. All Rights Reserved.