|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.property.complex.ComplexProperty
microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence
microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.IntervalPattern
public abstract static class Recurrence.IntervalPattern
Represents a recurrence pattern where each occurrence happens at a specific interval after the previous one. [EditorBrowsable(EditorBrowsableState.Never)]
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence |
|---|
Recurrence.DailyPattern, Recurrence.DailyRegenerationPattern, Recurrence.IntervalPattern, Recurrence.MonthlyPattern, Recurrence.MonthlyRegenerationPattern, Recurrence.RelativeMonthlyPattern, Recurrence.RelativeYearlyPattern, Recurrence.WeeklyPattern, Recurrence.WeeklyRegenerationPattern, Recurrence.YearlyPattern, Recurrence.YearlyRegenerationPattern |
| Constructor Summary | |
|---|---|
Recurrence.IntervalPattern()
Initializes a new instance of the IntervalPattern class. |
|
Recurrence.IntervalPattern(Date startDate,
int interval)
Initializes a new instance of the IntervalPattern class. |
|
| Method Summary | |
|---|---|
int |
getInterval()
Gets the interval between occurrences. |
void |
internalWritePropertiesToXml(EwsServiceXmlWriter writer)
Write property to XML. |
void |
setInterval(int value)
Sets the interval. |
boolean |
tryReadElementFromXml(EwsServiceXmlReader reader)
Tries to read element from XML. |
| Methods inherited from class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence |
|---|
getEndDate, getFieldValueOrThrowIfNull, getNumberOfOccurrences, getStartDate, getXmlElementName, hasEnd, internalValidate, isRegenerationPattern, neverEnds, setEndDate, setNumberOfOccurrences, setStartDate, writeElementsToXml |
| Methods inherited from class microsoft.exchange.webservices.data.property.complex.ComplexProperty |
|---|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeAttributesToXml, writeToXml, writeToXml |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Recurrence.IntervalPattern()
public Recurrence.IntervalPattern(Date startDate,
int interval)
throws ArgumentOutOfRangeException
startDate - The date and time when the recurrence starts.interval - The number of days between each occurrence.
ArgumentOutOfRangeException - the argument out of range exception| Method Detail |
|---|
public void internalWritePropertiesToXml(EwsServiceXmlWriter writer)
throws Exception
internalWritePropertiesToXml in class Recurrencewriter - the writer
Exception - the exception
public boolean tryReadElementFromXml(EwsServiceXmlReader reader)
throws Exception
tryReadElementFromXml in class ComplexPropertyreader - the reader
Exception - the exceptionpublic int getInterval()
public void setInterval(int value)
throws ArgumentOutOfRangeException
value - the new interval
ArgumentOutOfRangeException - the argument out of range exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||