Package | Description |
---|---|
com.exacttarget.fuelsdk.internal |
Modifier and Type | Field and Description |
---|---|
protected DayOfWeekEnum |
YearlyRecurrence.scheduledDayOfWeek |
protected DayOfWeekEnum |
MonthlyRecurrence.scheduledDayOfWeek |
Modifier and Type | Method and Description |
---|---|
static DayOfWeekEnum |
DayOfWeekEnum.fromValue(String v) |
DayOfWeekEnum |
YearlyRecurrence.getScheduledDayOfWeek()
Gets the value of the scheduledDayOfWeek property.
|
DayOfWeekEnum |
MonthlyRecurrence.getScheduledDayOfWeek()
Gets the value of the scheduledDayOfWeek property.
|
static DayOfWeekEnum |
DayOfWeekEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DayOfWeekEnum[] |
DayOfWeekEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
YearlyRecurrence.setScheduledDayOfWeek(DayOfWeekEnum value)
Sets the value of the scheduledDayOfWeek property.
|
void |
MonthlyRecurrence.setScheduledDayOfWeek(DayOfWeekEnum value)
Sets the value of the scheduledDayOfWeek property.
|
Copyright © 2017. All rights reserved.