public class RecurrenceFieldUpdate extends FieldUpdate
| Modifier and Type | Class and Description |
|---|---|
static class |
RecurrenceFieldUpdate.RecurrencePattern |
| Modifier and Type | Field and Description |
|---|---|
protected HashSet<String> |
byDays |
protected String |
count |
protected String |
dayOfMonth |
protected String |
dayOfWeekIndex |
protected Date |
endDate |
protected String |
firstDayOfWeek |
static org.apache.log4j.Logger |
LOGGER |
protected String |
month |
protected Date |
startDate |
| Constructor and Description |
|---|
RecurrenceFieldUpdate()
Create a recurrence field update.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setByDay(String[] days) |
void |
setCount(String count) |
void |
setDayOfMonth(String dayOfMonth) |
void |
setDayOfWeekIndexFromByDay(String byDay) |
void |
setEndDate(Date endDate) |
void |
setFirstDayOfWeek(String firstDayOfWeek) |
void |
setMonthFromByMonth(String byMonth) |
void |
setRecurrenceInterval(String interval) |
void |
setRecurrencePattern(RecurrenceFieldUpdate.RecurrencePattern recurrencePattern) |
void |
setRecurrencePattern(String value) |
void |
setStartDate(Date startDate) |
void |
write(String itemType,
Writer writer)
Write this field to request writer.
|
public static final org.apache.log4j.Logger LOGGER
protected Date startDate
protected Date endDate
protected String count
protected String dayOfMonth
protected String month
protected String dayOfWeekIndex
protected String firstDayOfWeek
public RecurrenceFieldUpdate()
public void setStartDate(Date startDate)
public void setEndDate(Date endDate)
public void setByDay(String[] days)
public void setDayOfMonth(String dayOfMonth)
public void setMonthFromByMonth(String byMonth)
public void setDayOfWeekIndexFromByDay(String byDay)
public void setFirstDayOfWeek(String firstDayOfWeek)
public void setCount(String count)
public void setRecurrencePattern(RecurrenceFieldUpdate.RecurrencePattern recurrencePattern)
public void setRecurrencePattern(String value)
public void setRecurrenceInterval(String interval)
public void write(String itemType, Writer writer) throws IOException
write in class FieldUpdateitemType - item typewriter - request writerIOException - on errorCopyright © 2001–2026 MickaĆ«l Guessant. All rights reserved.