Package | Description |
---|---|
com.exacttarget.fuelsdk.internal |
Modifier and Type | Field and Description |
---|---|
protected WeekOfMonthEnum |
YearlyRecurrence.scheduledWeek |
protected WeekOfMonthEnum |
MonthlyRecurrence.scheduledWeek |
Modifier and Type | Method and Description |
---|---|
static WeekOfMonthEnum |
WeekOfMonthEnum.fromValue(String v) |
WeekOfMonthEnum |
YearlyRecurrence.getScheduledWeek()
Gets the value of the scheduledWeek property.
|
WeekOfMonthEnum |
MonthlyRecurrence.getScheduledWeek()
Gets the value of the scheduledWeek property.
|
static WeekOfMonthEnum |
WeekOfMonthEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WeekOfMonthEnum[] |
WeekOfMonthEnum.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.setScheduledWeek(WeekOfMonthEnum value)
Sets the value of the scheduledWeek property.
|
void |
MonthlyRecurrence.setScheduledWeek(WeekOfMonthEnum value)
Sets the value of the scheduledWeek property.
|
Copyright © 2017. All rights reserved.